| Contact | Donate | Imprint |
| TrendLocation | TrendLocationModule | TwitterX |
| Property | Type | Entity | Reference | Module |
| (1) Country | STRING | TrendLocation | ||
| (2) CountryCode | STRING | TrendLocation | ||
| (3) Name | STRING | TrendLocation | ||
| (4) Woeid | LONG | TrendLocation |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /trendlocation/{id} | findTrendLocationById(id) | TrendLocationModule | GET | TrendLocation |
| (2) /trendlocation/{id} | deleteTrendLocationById(id) | TrendLocationModule | DELETE | TrendLocation |
| (3) /trendlocation | findAllTrendLocation() | TrendLocationModule | GET | TrendLocation |
| (4) /trendlocation/{id} | updateTrendLocationById(trendlocation) | TrendLocationModule | PUT | TrendLocation |
| (5) /trendtopic/trendlocation/{id} | findAllTrendTopicOfTrendLocation(id) | TrendLocationModule | GET | TrendLocation TrendTopic |
| (6) /trendlocation | insertTrendLocation(trendlocation) | TrendLocationModule | POST | TrendLocation |
Example:
final TrendLocation trendlocation = (TrendLocation) invokeModule(TREND_LOCATION_MODULE + "/trendlocation/" + id, TrendLocation.class);| Contact | Donate | Imprint |