| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) ApiAccessToken | ApiAccessToken | TrendLocationModule | TwitterX |
| (2) ApiApp | ApiApp | UserAccountModule | TwitterX |
| (3) TrendLocation | TrendLocation | TrendLocationModule | TwitterX |
| (4) TrendTopic | TrendTopic | TrendLocationModule | TwitterX |
| (5) UserAccount | UserAccount | UserAccountModule | TwitterX |
| ApiAccessToken | TrendLocationModule | TwitterX |
| Property | Type | Entity | Reference | Module |
| (1) ApiApp | LONG | ApiAccessToken | ApiApp | UserAccountModule |
| (2) CreatedAt | STRING | ApiAccessToken | ||
| (3) ExpiresAt | STRING | ApiAccessToken | ||
| (4) Scope | STRING | ApiAccessToken | ||
| (5) Token | STRING | ApiAccessToken | ||
| (6) User | LONG | ApiAccessToken | UserAccount | UserAccountModule |
Example:
final ApiAccessToken apiaccesstoken = (ApiAccessToken) invokeModule(TREND_LOCATION_MODULE + "/apiaccesstoken/" + id, ApiAccessToken.class);| TrendLocation | TrendLocationModule | TwitterX |
| Property | Type | Entity | Reference | Module |
| (1) Country | STRING | TrendLocation | ||
| (2) CountryCode | STRING | TrendLocation | ||
| (3) Name | STRING | TrendLocation | ||
| (4) Woeid | LONG | TrendLocation |
Example:
final TrendLocation trendlocation = (TrendLocation) invokeModule(TREND_LOCATION_MODULE + "/trendlocation/" + id, TrendLocation.class);| TrendTopic | TrendLocationModule | TwitterX |
| Property | Type | Entity | Reference | Module |
| (1) AsOf | STRING | TrendTopic | ||
| (2) Name | STRING | TrendTopic | ||
| (3) PromotedContent | STRING | TrendTopic | ||
| (4) Query | STRING | TrendTopic | ||
| (5) TrendLocation | LONG | TrendTopic | TrendLocation | TrendLocationModule |
| (6) Url | STRING | TrendTopic |
Example:
final TrendTopic trendtopic = (TrendTopic) invokeModule(TREND_LOCATION_MODULE + "/trendtopic/" + id, TrendTopic.class);| Contact | Donate | Imprint |