List result
Single item result
Service Endpoint
Get a single Country
response = await country(5);
Id of the Country.
CountryResult as JSON
Get a list of Countries
response = await countryList();
PagerParameters for Paging, RangeParameters for limiting the results or null
Sort simply by a property or more complex by a list of properties
CountryListResult as JSON
Generated using TypeDoc
Country related methods
Abgeordnetenwatch API Documentation