Mount-Zup Mountains API
stringstring · pattern: integer · min: 0integer · min: 1 · max: 200
string · pattern: stringinteger · min: 0integer · min: 1 · max: 200
List or search mountains
GET
https://mountains.schwrr.com
/v1/mountains
Returns mountains from Wikidata. Supports filtering by country (Q-id), minimum elevation, and a free-text label search.
query Parameters
searchCase-insensitive substring match against the English label.
country^Q[0-9]+$Wikidata Q-id of a country (e.g. Q39 for Switzerland).
minElevationMinimum elevation in meters.
limitMaximum number of results (1-200).
Default: 50
List or search mountains › Responses
A list of mountains.
No data returned
List mountains in a country
GET
https://mountains.schwrr.com
/v1/{countryCode}/mountains
Returns mountains located in the given country. The country is resolved from its ISO 3166-1 alpha-2 (e.g. ch, np) or alpha-3 code (e.g. che, npl) via Wikidata.
path Parameters
countryCode^[A-Za-z]{2,3}$ · requiredISO 3166-1 alpha-2 or alpha-3 country code (case-insensitive).
query Parameters
searchCase-insensitive substring match against the English label.
minElevationMinimum elevation in meters (defaults to 0 for country-scoped queries).
limitMaximum number of results (1-200).
Default: 50
List mountains in a country › Responses
Mountains in the country, ordered by elevation.
No data returned