Geographical information with the corresponding codes.
Parameters
Name
Located in
Description
Required
Schema
country_a2
query
Filter by ISO-A2 country code Example: DK
No
[ string ]
country_a3
query
Filter by ISO-A3 country code. Example: DNK
No
[ string ]
group_by
query
Group output by one or more of the following values. Possible values: zipcode, city, municipality, municipality_code, region, region_code, longitude, latitude, country_name, country_a2, country_a3, country_numeric.
No
[ string ]
municipality
query
Filter by municipality. Example: Oslo
No
[ string ]
municipality_code
query
Filter by municipality code. Example: 240
No
[ integer ]
region
query
Filter by region. Example: Oslo County
No
[ string ]
region_code
query
Filter by region code. Example: 26
No
[ integer ]
zipcode
query
Filter by zip code. Example: 2600
No
[ integer ]
Ocp-Apim-Subscription-Key
header
Yes
string
Responses
Code
Description
200
OK
400
Input error
/mcc
GET
Summary
MCC mapping
Description
A list of all MCC codes, verticals and categories in a hierarchical structure.
Parameters
Name
Located in
Description
Required
Schema
category
query
Filter by a category To get all supported categories, use MCC mapping endpoint under the Mapping tag. Example : Airlines & Travel Agencies
No
[ string ]
category_code
query
Filter by a category code To get all supported category codes, use MCC mapping endpoint under the Mapping tag. Example : 14
No
[ integer ]
group_by
query
Group output by one or more of the following values. Possible values: mcc_numeric, explanation, category, category_code, vertical, is_local.
No
[ string ]
vertical
query
Filter by a vertical To get all supported verticals, use MCC mapping endpoint under the Mapping tag. Example : Transportation
No
[ string ]
Ocp-Apim-Subscription-Key
header
Yes
string
Responses
Code
Description
200
OK
400
Input error
/worldCountries
GET
Summary
Countries mapping
Description
ISO-A3 codes of all supported countries. Use this for narrowing down your search to specific nationalities.
Parameters
Name
Located in
Description
Required
Schema
country_a2
query
Filter by ISO-A2 country code Example: DK
No
[ string ]
country_a3
query
Filter by ISO-A3 country code. Example: DNK
No
[ string ]
group_by
query
Group output by one or more of the following values. Possible values: country_name, country_a2, country_a3, country_numeric.