id
stringlengths 53
86
| api_name
stringlengths 2
76
| api_description
stringlengths 1
500
⌀ | api_score
float64 0
10
⌀ | endpoint_name
stringlengths 1
190
| endpoint_description
stringlengths 0
500
| response_status_code
int64 100
505
| response_summary
stringlengths 1
68
⌀ | response_json
stringlengths 6
50k
| response_json_schema
stringlengths 14
150k
|
---|---|---|---|---|---|---|---|---|---|
8f803f38-7e29-4546-89c9-770ca4d6912f/98d42141-0eb6-4146-8f42-9175a1d0401b/0/0 | Australian postcode to suburb | Find out all the Australian suburbs using postcode. | 8 | Get a list of suburbs | This endpoint will return all matching suburbs for the passed postcode. The response also includes the state for each suburb and, if available, latitude and longitude for the suburb. | 200 | New Example | [{"suburb": "Barangaroo", "state": "NSW", "latitude": "-33.86051951", "longitude": "151.2015802"}, {"suburb": "Dawes Point", "state": "NSW", "latitude": "-33.85659644", "longitude": "151.2069524"}, {"suburb": "Haymarket", "state": "NSW", "latitude": "-33.88096124", "longitude": "151.2050073"}, {"suburb": "Millers Point", "state": "NSW", "latitude": "-33.85952935", "longitude": "151.2041837"}, {"suburb": "Parliament House", "state": "NSW", "latitude": "-33.867324", "longitude": "151.212586"}, {"suburb": "Sydney", "state": "NSW", "latitude": "-33.86885141", "longitude": "151.2093319"}, {"suburb": "Sydney South", "state": "NSW", "latitude": "-33.8743125", "longitude": "151.205873"}, {"suburb": "The Rocks", "state": "NSW", "latitude": "-33.85946101", "longitude": "151.2081519"}] | {"type": "array", "items": {"type": "object", "properties": {"suburb": {"type": "string"}, "state": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}}} |
8d5b1b9c-45bf-4e76-b9f3-a71276bd4d8e/1b5c5494-3571-4cd9-9ba6-9bb0824f8989/0/0 | IP Geolocation Metadata | Get all metadata from an IP address | 6.2 | IP-Locator | The API supports .csv, .xml and .json as output formats. | 200 | Response | {"ip": "92.223.89.73", "country_code": "LU", "country_name": "Luxemburgo", "region_code": "LU", "region_name": "", "city": "Luxemburgo", "zip_code": "L-1661", "time_zone": "Europe/Luxembourg", "latitude": 49.6113, "longitude": 6.1294, "metro_code": 0} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "metro_code": {"type": "integer"}}, "required": ["city", "country_code", "country_name", "ip", "latitude", "longitude", "metro_code", "region_code", "region_name", "time_zone", "zip_code"]} |
40516ec7-c4e9-4b88-8f47-42e1e0426568/230ac7d9-a341-41ee-9949-b6cbdf148e62/0/0 | GoApis Geocoding API | Goapis Geocoding API is an efficient and affordable alternative to Google Maps Geocoding API. It enables developers to convert addresses into coordinates and vice versa, for accurate location mapping and distance calculation. It's an ideal solution for businesses seeking a reliable geocoding service that can enhance their app or website user experience. With Goapis, you can easily develop location-based apps and plot data on maps. Try Goapis Geocoding API today and streamline your development... | null | Geocding | Geocoding is the process of converting a physical address into geographic coordinates, such as latitude and longitude. It allows for the identification of a specific location on the Earth's surface, making it possible to map and analyze data spatially | 200 | Response | {"plus_code": {"compound_code": "QHFJ+X69 SoMa, San Francisco, CA, USA", "global_code": "849VQHFJ+X69"}, "results": [{"address_components": [{"long_name": "1500-1514", "short_name": "1500-1514", "types": ["street_number"]}, {"long_name": "Market Street", "short_name": "Market St", "types": ["route"]}, {"long_name": "Civic Center", "short_name": "Civic Center", "types": ["neighborhood", "political"]}, {"long_name": "San Francisco", "short_name": "SF", "types": ["locality", "political"]}, {"long_name": "San Francisco County", "short_name": "San Francisco County", "types": ["administrative_area_level_2", "political"]}, {"long_name": "California", "short_name": "CA", "types": ["administrative_area_level_1", "political"]}, {"long_name": "United States", "short_name": "US", "types": ["country", "political"]}, {"long_name": "94102", "short_name": "94102", "types": ["postal_code"]}, {"long_name": "6007", "short_name": "6007", "types": ["postal_code_suffix"]}], "formatted_address": "1500-1514 Market St, San Francisco, CA 94102, USA", "geometry": {"bounds": {"northeast": {"lat": 37.7751225, "lng": -122.4193352}, "southwest": {"lat": 37.7749613, "lng": -122.4195388}}, "location": {"lat": 37.7750419, "lng": -122.419437}, "location_type": "GEOMETRIC_CENTER", "viewport": {"northeast": {"lat": 37.77639088029151, "lng": -122.4180880197085}, "southwest": {"lat": 37.77369291970851, "lng": -122.4207859802915}}}, "place_id": "ChIJ4Q0Fjp6AhYARxnUqldjBKc0", "types": ["route"]}, {"address_components": [{"long_name": "QHFJ+X6", "short_name": "QHFJ+X6", "types": ["plus_code"]}, {"long_name": "SoMa", "short_name": "SoMa", "types": ["neighborhood", "political"]}, {"long_name": "San Francisco", "short_name": "SF", "types": ["locality", "political"]}, {"long_name": "San Francisco County", "short_name": "San Francisco County", "types": ["administrative_area_level_2", "political"]}, {"long_name": "California", "short_name": "CA", "types": ["administrative_area_level_1", "political"]}, {"long_name": "United States", "short_name": "US", "types": ["country", "political"]}], "formatted_address": "QHFJ+X6 SoMa, San Francisco, CA, USA", "geometry": {"bounds": {"northeast": {"lat": 37.775, "lng": -122.419375}, "southwest": {"lat": 37.774875, "lng": -122.4195}}, "location": {"lat": 37.7749, "lng": -122.4194}, "location_type": "GEOMETRIC_CENTER", "viewport": {"northeast": {"lat": 37.7762864802915, "lng": -122.4180885197085}, "southwest": {"lat": 37.7735885197085, "lng": -122.4207864802915}}}, "place_id": "GhIJz9VW7C_jQkART_wYc9eaXsA", "plus_code": {"compound_code": "QHFJ+X6 SoMa, San Francisco, CA, USA", "global_code": "849VQHFJ+X6"}, "types": ["plus_code"]}, {"address_components": [{"long_name": "SoMa", "short_name": "SoMa", "types": ["neighborhood", "political"]}, {"long_name": "San Francisco", "short_name": "SF", "types": ["locality", "political"]}, {"long_name": "San Francisco County", "short_name": "San Francisco County", "types": ["administrative_area_level_2", "political"]}, {"long_name": "California", "short_name": "CA", "types": ["administrative_area_level_1", "political"]}, {"long_name": "United States", "short_name": "US", "types": ["country", "political"]}], "formatted_address": "SoMa, San Francisco, CA, USA", "geometry": {"bounds": {"northeast": {"lat": 37.7911528, "lng": -122.3927227}, "southwest": {"lat": 37.7690533, "lng": -122.4233968}}, "location": {"lat": 37.7850246, "lng": -122.4005003}, "location_type": "APPROXIMATE", "viewport": {"northeast": {"lat": 37.7911528, "lng": -122.3927227}, "southwest": {"lat": 37.7690533, "lng": -122.4233968}}}, "place_id": "ChIJezBipoOAhYARUPnBLQwBmf0", "types": ["neighborhood", "political"]}, {"address_components": [{"long_name": "94103", "short_name": "94103", "types": ["postal_code"]}, {"long_name": "San Francisco", "short_name": "SF", "types": ["locality", "political"]}, {"long_name": "San Francisco County", "short_name": "San Francisco County", "types": ["administrative_area_level_2", "political"]}, {"long_name": "California", "short_name": "CA", "types": ["administrative_area_level_1", "political"]}, {"long_name": "United States", "short_name": "US", "types": ["country", "political"]}], "formatted_address": "San Francisco, CA 94103, USA", "geometry": {"bounds": {"northeast": {"lat": 37.78805, "lng": -122.3978164}, "southwest": {"lat": 37.7635609, "lng": -122.4286571}}, "location": {"lat": 37.7726402, "lng": -122.4099154}, "location_type": "APPROXIMATE", "viewport": {"northeast": {"lat": 37.78805, "lng": -122.3978164}, "southwest": {"lat": 37.7635609, "lng": -122.4286571}}}, "place_id": "ChIJ09mpM52AhYARm2WOMfyfxhs", "types": ["postal_code"]}, {"address_components": [{"long_name": "San Francisco", "short_name": "SF", "types": ["locality", "political"]}, {"long_name": "San Francisco County", "short_name": "San Francisco County", "types": ["administrative_area_level_2", "political"]}, {"long_name": "California", "short_name": "CA", "types": ["administrative_area_level_1", "political"]}, {"long_name": "United States", "short_name": "US", "types": ["country", "political"]}], "formatted_address": "San Francisco, CA, USA", "geometry": {"bounds": {"northeast": {"lat": 37.9298239, "lng": -122.28178}, "southwest": {"lat": 37.6398299, "lng": -123.1328309}}, "location": {"lat": 37.7749295, "lng": -122.4194155}, "location_type": "APPROXIMATE", "viewport": {"northeast": {"lat": 37.9298239, "lng": -122.28178}, "southwest": {"lat": 37.6398299, "lng": -123.1328309}}}, "place_id": "ChIJIQBpAG2ahYAR_6128GcTUEo", "types": ["locality", "political"]}, {"address_components": [{"long_name": "San Francisco County", "short_name": "San Francisco County", "types": ["administrative_area_level_2", "political"]}, {"long_name": "San Francisco", "short_name": "SF", "types": ["locality", "political"]}, {"long_name": "California", "short_name": "CA", "types": ["administrative_area_level_1", "political"]}, {"long_name": "United States", "short_name": "US", "types": ["country", "political"]}], "formatted_address": "San Francisco County, San Francisco, CA, USA", "geometry": {"bounds": {"northeast": {"lat": 37.929824, "lng": -122.28178}, "southwest": {"lat": 37.63983, "lng": -123.1328309}}, "location": {"lat": 37.7618219, "lng": -122.5146439}, "location_type": "APPROXIMATE", "viewport": {"northeast": {"lat": 37.929824, "lng": -122.28178}, "southwest": {"lat": 37.63983, "lng": -123.1328309}}}, "place_id": "ChIJIQBpAG2ahYARUksNqd0_1h8", "types": ["administrative_area_level_2", "political"]}, {"address_components": [{"long_name": "California", "short_name": "CA", "types": ["administrative_area_level_1", "political"]}, {"long_name": "United States", "short_name": "US", "types": ["country", "political"]}], "formatted_address": "California, USA", "geometry": {"bounds": {"northeast": {"lat": 42.0095169, "lng": -114.131211}, "southwest": {"lat": 32.528832, "lng": -124.482003}}, "location": {"lat": 36.778261, "lng": -119.4179324}, "location_type": "APPROXIMATE", "viewport": {"northeast": {"lat": 42.0095169, "lng": -114.131211}, "southwest": {"lat": 32.528832, "lng": -124.482003}}}, "place_id": "ChIJPV4oX_65j4ARVW8IJ6IJUYs", "types": ["administrative_area_level_1", "political"]}, {"address_components": [{"long_name": "United States", "short_name": "US", "types": ["country", "political"]}], "formatted_address": "United States", "geometry": {"bounds": {"northeast": {"lat": 74.071038, "lng": -66.885417}, "southwest": {"lat": 18.7763, "lng": 166.9999999}}, "location": {"lat": 37.09024, "lng": -95.712891}, "location_type": "APPROXIMATE", "viewport": {"northeast": {"lat": 74.071038, "lng": -66.885417}, "southwest": {"lat": 18.7763, "lng": 166.9999999}}}, "place_id": "ChIJCzYy5IS16lQRQrfeQ5K5Oxw", "types": ["country", "political"]}], "status": "OK"} | {"type": "object", "properties": {"plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}}, "results": {"type": "array", "items": {"type": "object"}}, "status": {"type": "string"}}} |
372d5057-89c8-492c-8389-a063fe0a63ee/c2120746-3d14-4fd2-8953-4dabe899519e/0/0 | Lightbase Zip Codes | Find nearest cities, calculate distances between cities, get state, county and gps coords. | null | City Zip Codes | Get all zip codes within a city. | 200 | Response | {"Zips": ["98101", "98102", "98103", "98104", "98105", "98106", "98107", "98108", "98109", "98111", "98112", "98113", "98114", "98115", "98116", "98117", "98118", "98119", "98121", "98122", "98124", "98125", "98126", "98127", "98129", "98131", "98133", "98134", "98136", "98138", "98139", "98141", "98144", "98145", "98146", "98148", "98154", "98155", "98158", "98160", "98161", "98164", "98165", "98166", "98168", "98170", "98174", "98175", "98177", "98178", "98181", "98185", "98188", "98190", "98191", "98194", "98195", "98198", "98199"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Zips": {"type": "array", "items": {"type": "string"}}}, "required": ["Zips"]} |
372d5057-89c8-492c-8389-a063fe0a63ee/bd21c88a-9294-4939-967f-0c291d10bc9d/0/0 | Lightbase Zip Codes | Find nearest cities, calculate distances between cities, get state, county and gps coords. | null | Distance Calculator | Calculate distance between two zip codes. | 200 | Response | {"Distance": 2400.1136569571404} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Distance": {"type": "number"}}, "required": ["Distance"]} |
372d5057-89c8-492c-8389-a063fe0a63ee/05c098c1-fa82-45bb-812a-0573e3a6d20b/0/0 | Lightbase Zip Codes | Find nearest cities, calculate distances between cities, get state, county and gps coords. | null | Find Nearest Cities | Find cities within a given radius. | 200 | Response | [{"City": "Mercer Island", "Co": "US", "Distance": 0, "State": "Washington", "Zip": "98040"}, {"City": "Seattle", "Co": "US", "Distance": 2.5542936999227615, "State": "Washington", "Zip": "98118"}, {"City": "Bellevue", "Co": "US", "Distance": 3.3996226270382013, "State": "Washington", "Zip": "98006"}, {"City": "Bellevue", "Co": "US", "Distance": 3.6894056215054847, "State": "Washington", "Zip": "98009"}, {"City": "Bellevue", "Co": "US", "Distance": 3.6894056215054847, "State": "Washington", "Zip": "98015"}, {"City": "Seattle", "Co": "US", "Distance": 3.7692649123709443, "State": "Washington", "Zip": "98144"}, {"City": "Bellevue", "Co": "US", "Distance": 3.936155099713798, "State": "Washington", "Zip": "98004"}, {"City": "Seattle", "Co": "US", "Distance": 4.166532758792707, "State": "Washington", "Zip": "98108"}, {"City": "Renton", "Co": "US", "Distance": 4.248867050624209, "State": "Washington", "Zip": "98056"}, {"City": "Medina", "Co": "US", "Distance": 4.603962225188161, "State": "Washington", "Zip": "98039"}, {"City": "Seattle", "Co": "US", "Distance": 4.705303340817757, "State": "Washington", "Zip": "98178"}, {"City": "Bellevue", "Co": "US", "Distance": 4.751390866843761, "State": "Washington", "Zip": "98005"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"City": {"type": "string"}, "Co": {"type": "string"}, "Distance": {"type": "number"}, "State": {"type": "string"}, "Zip": {"type": "string"}}, "required": ["City", "Co", "Distance", "State", "Zip"]}} |
372d5057-89c8-492c-8389-a063fe0a63ee/161feddf-374c-485d-86c4-6fddaab17e93/0/0 | Lightbase Zip Codes | Find nearest cities, calculate distances between cities, get state, county and gps coords. | null | Zip Code Info | Get city, state, county, region, and geo information for a zip code. | 200 | Response | {"Acc": 4, "C2": "033", "City": "Mercer Island", "Co": "US", "County": "King", "Lat": 47.5603, "Long": -122.2281, "R2": "", "Region": "", "S2": "WA", "State": "Washington", "Zip": "98040"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Acc": {"type": "integer"}, "C2": {"type": "string"}, "City": {"type": "string"}, "Co": {"type": "string"}, "County": {"type": "string"}, "Lat": {"type": "number"}, "Long": {"type": "number"}, "R2": {"type": "string"}, "Region": {"type": "string"}, "S2": {"type": "string"}, "State": {"type": "string"}, "Zip": {"type": "string"}}, "required": ["Acc", "C2", "City", "Co", "County", "Lat", "Long", "R2", "Region", "S2", "State", "Zip"]} |
f3979388-74ef-4bf9-9f33-3245ffc34f59/1326c0ff-12aa-475f-9d0a-cc13970b3901/0/0 | Location | Calculation operations for map locations such as measuring distance, area, center point, inside of polygon #location #map #distance #area
I’m on telegram chat me if there a problem/request
https://t.me/franc0jr | 5.8 | Convert Point to GeoJSON | Convert Point to GEOJSON Format | 200 | New Example | {"type": "Point", "coordinates": [55.792017, -2.087402]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["coordinates", "type"]} |
f3979388-74ef-4bf9-9f33-3245ffc34f59/fa351c4c-f47d-4353-81cf-88c10b7ec71a/0/0 | Location | Calculation operations for map locations such as measuring distance, area, center point, inside of polygon #location #map #distance #area
I’m on telegram chat me if there a problem/request
https://t.me/franc0jr | 5.8 | Calculate Distance | Calculate Between two point (lat, lng) with preferable unit (km/miles) | 200 | New Example | {"distance": 106894.177, "unit": "km"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"distance": {"type": "number"}, "unit": {"type": "string"}}, "required": ["distance", "unit"]} |
f3979388-74ef-4bf9-9f33-3245ffc34f59/566b0f4c-cf10-4cb7-8807-82c582f0622c/0/0 | Location | Calculation operations for map locations such as measuring distance, area, center point, inside of polygon #location #map #distance #area
I’m on telegram chat me if there a problem/request
https://t.me/franc0jr | 5.8 | Convert Point to Degrees | Convert Point to Degrees Format | 200 | New Example | {"coordinate": "02\u00b0 05' 15\" S 055\u00b0 47' 31\" E"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"coordinate": {"type": "string"}}, "required": ["coordinate"]} |
f3979388-74ef-4bf9-9f33-3245ffc34f59/418b71bf-3119-4354-b96d-0c8fd9962b3c/0/0 | Location | Calculation operations for map locations such as measuring distance, area, center point, inside of polygon #location #map #distance #area
I’m on telegram chat me if there a problem/request
https://t.me/franc0jr | 5.8 | Check Coordinate | Check is given lat, lng is inside Area of Polygon | 200 | New Example | {"is_inside": false, "nearest_distance": {"distance": 998.425, "distance_miles": 620.392, "distance_kilometers": 0.998, "coordinate": [-2.106628, 55.759577]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"is_inside": {"type": "boolean"}, "nearest_distance": {"type": "object", "properties": {"distance": {"type": "number"}, "distance_miles": {"type": "number"}, "distance_kilometers": {"type": "number"}, "coordinate": {"type": "array", "items": {"type": "number"}}}, "required": ["coordinate", "distance", "distance_kilometers", "distance_miles"]}}, "required": ["is_inside", "nearest_distance"]} |
f3979388-74ef-4bf9-9f33-3245ffc34f59/d156a455-f7c1-4f7c-ad9e-668425df8acc/0/0 | Location | Calculation operations for map locations such as measuring distance, area, center point, inside of polygon #location #map #distance #area
I’m on telegram chat me if there a problem/request
https://t.me/franc0jr | 5.8 | Calculate Center Point | Calculate Center Point of Polygon GeoJson | 200 | New Example | {"lat": 52.57106038311583, "lng": -1.4777263179804274, "link": "https://www.google.com/maps/search/?api=1&query=52.571060383116,-1.4777263179804"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}, "link": {"type": "string"}}, "required": ["lat", "link", "lng"]} |
f3979388-74ef-4bf9-9f33-3245ffc34f59/2d19575e-0e5e-4dbf-91c0-e1bf89be57b9/0/0 | Location | Calculation operations for map locations such as measuring distance, area, center point, inside of polygon #location #map #distance #area
I’m on telegram chat me if there a problem/request
https://t.me/franc0jr | 5.8 | Calculate Area | Calculate Area of Polygon GeoJson in Meter, Km & Miles | 200 | New Example | {"area_in_miles": 85454.484, "area_in_meters": 137525703064.198, "area_in_kilometers": 137525.703064198} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"area_in_miles": {"type": "number"}, "area_in_meters": {"type": "number"}, "area_in_kilometers": {"type": "number"}}, "required": ["area_in_kilometers", "area_in_meters", "area_in_miles"]} |
53aa4eeee4b0b60946a2f323/5ad67f4ce4b084deb4eb04c2/0/0 | RedLine Zipcode | The Zip Code API provides the following functions: Distance Between Zip Code API - The API allows you to quickly and easily figure out the distance between zip codes.Zip Codes in Radius API - You can use this API to find all zip codes within a given radius from another zip code.Zip Code to City and State API and Zip Code to Latitude/Longitude API - The API can convert a zip code to the primary location for the zip code. This includes the city, state, latitude, and longitude for the primary lo... | 9.8 | Multiple Zip Codes to Location Information | Returns location information for multiple zip codes (up to 100). This information includes city, state, latitude, longitude, and time zone information. It also contains a list of other acceptable city names for the locations. Each zip code provided will count as a separate request. For example, if you send 5 zip codes, you will be charged for 5 requests. | 200 | Example_1 | {"08057": {"zip_code": "08057", "lat": 39.979676, "lng": -74.941163, "city": "Moorestown", "state": "NJ", "timezone": {"timezone_identifier": "America/New_York", "timezone_abbr": "EDT", "utc_offset_sec": -14400, "is_dst": "T"}, "acceptable_city_names": [{"city": "Lenola", "state": "NJ"}]}, "08055": {"zip_code": "08055", "lat": 39.862678, "lng": -74.822557, "city": "Medford", "state": "NJ", "timezone": {"timezone_identifier": "America/New_York", "timezone_abbr": "EDT", "utc_offset_sec": -14400, "is_dst": "T"}, "acceptable_city_names": [{"city": "Medford Lakes", "state": "NJ"}, {"city": "Medford Lakes Boro", "state": "NJ"}, {"city": "Medford Township", "state": "NJ"}]}} | {"type": "object", "properties": {"08057": {"type": "object", "properties": {"zip_code": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "city": {"type": "string"}, "state": {"type": "string"}, "timezone": {"type": "object", "properties": {"timezone_identifier": {"type": "string"}, "timezone_abbr": {"type": "string"}, "utc_offset_sec": {"type": "integer"}, "is_dst": {"type": "string"}}}, "acceptable_city_names": {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "state": {"type": "string"}}}}}}, "08055": {"type": "object", "properties": {"zip_code": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "city": {"type": "string"}, "state": {"type": "string"}, "timezone": {"type": "object", "properties": {"timezone_identifier": {"type": "string"}, "timezone_abbr": {"type": "string"}, "utc_offset_sec": {"type": "integer"}, "is_dst": {"type": "string"}}}, "acceptable_city_names": {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "state": {"type": "string"}}}}}}}} |
53aa4eeee4b0b60946a2f323/5acea619e4b0a62b51d0ee5d/0/0 | RedLine Zipcode | The Zip Code API provides the following functions: Distance Between Zip Code API - The API allows you to quickly and easily figure out the distance between zip codes.Zip Codes in Radius API - You can use this API to find all zip codes within a given radius from another zip code.Zip Code to City and State API and Zip Code to Latitude/Longitude API - The API can convert a zip code to the primary location for the zip code. This includes the city, state, latitude, and longitude for the primary lo... | 9.8 | State to Zip Codes | Get all zip codes for a state. Each 10 zip codes returned are charged as separate request. For example, if the state you select returns 200 zip codes, you will be charged for 20 requests. | 200 | Example_1 | {"zip_codes": ["12345", "54321", "67890", "09876"]} | {"type": "object", "properties": {"zip_codes": {"type": "array", "items": {"type": "string"}}}} |
200962ef-ca01-432e-a95f-702a4be3617f/8eb61915-984b-41c8-97e6-101b4c294914/0/0 | Geocode address to location | Convert any address to a Lat/Lon location - parse, validate and format the address to store it in a database or show on a map. | 9.3 | Address completion | Address autocomplete endpoint for address forms. Send a part of an address and get address suggestions + their Latitude/Longitude coordinates. | 200 | Example_1 | {"features": [{"geometry": {"coordinates": [13.3888599, 52.5170365], "type": "Point"}, "type": "Feature", "properties": {"country": "Germany", "city": "Berlin", "postcode": "10117", "name": "Berlin", "state": "Berlin", "datasource": {"sourcename": "openstreetmap", "osm_id": 240109189, "osm_type": "N", "osm_key": "place", "osm_value": "city"}, "lon": 13.3888599, "lat": 52.5170365, "distance": 0.985724104653994}}], "type": "FeatureCollection"} | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"country": {"type": "string"}, "city": {"type": "string"}, "postcode": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}, "datasource": {"type": "object", "properties": {"sourcename": {"type": "string"}, "osm_id": {"type": "integer"}, "osm_type": {"type": "string"}, "osm_key": {"type": "string"}, "osm_value": {"type": "string"}}}, "lon": {"type": "number"}, "lat": {"type": "number"}, "distance": {"type": "number"}}}}}}, "type": {"type": "string"}}} |
200962ef-ca01-432e-a95f-702a4be3617f/7cd838c7-3c23-46fd-8c3f-6022314846d1/0/0 | Geocode address to location | Convert any address to a Lat/Lon location - parse, validate and format the address to store it in a database or show on a map. | 9.3 | Geocoding | Send a street address and get the corresponding latitude/longitude coordinates, address parts, and the formatted address. | 200 | Example_1 | {"features": [{"geometry": {"coordinates": [-73.98565461987332, 40.748428399999995], "type": "Point"}, "type": "Feature", "properties": {"country": "United States of America", "housenumber": "350", "city": "New York", "street": "5th Avenue", "postcode": "10018", "name": "Empire State Building", "state": "New York", "datasource": {"sourcename": "openstreetmap", "osm_id": 34633854, "osm_type": "W", "osm_key": "tourism", "osm_value": "attraction"}, "lon": -73.98565461987332, "lat": 40.748428399999995, "distance": 1.0513173796714916}, "bbox": [-73.9864855, 40.7489422, -73.9848259, 40.7479226]}], "type": "FeatureCollection"} | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"country": {"type": "string"}, "housenumber": {"type": "string"}, "city": {"type": "string"}, "street": {"type": "string"}, "postcode": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}, "datasource": {"type": "object", "properties": {"sourcename": {"type": "string"}, "osm_id": {"type": "integer"}, "osm_type": {"type": "string"}, "osm_key": {"type": "string"}, "osm_value": {"type": "string"}}}, "lon": {"type": "number"}, "lat": {"type": "number"}, "distance": {"type": "number"}}}, "bbox": {"type": "array", "items": {"type": "number"}}}}}, "type": {"type": "string"}}} |
655faf2c-4683-4195-92b8-b725ed7a15c0/d6f4fa64-5bb3-4106-9304-30990c21c0f4/0/0 | Dubai Makani | An official geographic addressing system in the emirates. | null | GetMakaniInfoFromCoordination | When entering the coordinate (latitude & longitude) for certain
location, this method/function will return building details (in case
this location falls inside a building), Makani details for the building
and latitude & longitude for each Makani Number. Makani
entrance(s) for the building can be plotted / pinned on an
electronic map by using the latitude & longitude for each Makani
Number. | 200 | Example_1 | {"status": 1, "message": "Done Successfully", "result": {"MAKANI_INFO": [{"ENT_NAME_E": "", "ENT_NAME_A": "", "ENT_NO": " ", "LATLNG": "25.26475,55.31154", "SHORT_URL": "http://www.makani.ae/q?l=E&m=29969 95333", "MAKANI": "29969 95333"}, {"ENT_NAME_E": "", "ENT_NAME_A": "", "ENT_NO": " ", "LATLNG": "25.26472,55.31202", "SHORT_URL": "http://www.makani.ae/q?l=E&m=30018 95329", "MAKANI": "30018 95329"}, {"ENT_NAME_E": "", "ENT_NAME_A": "", "ENT_NO": " ", "LATLNG": "25.26464,55.31217", "SHORT_URL": "http://www.makani.ae/q?l=E&m=30032 95320", "MAKANI": "30032 95320"}, {"ENT_NAME_E": "", "ENT_NAME_A": "", "ENT_NO": " ", "LATLNG": "25.26427,55.3119", "SHORT_URL": "http://www.makani.ae/q?l=E&m=30005 95279", "MAKANI": "30005 95279"}, {"ENT_NAME_E": "", "ENT_NAME_A": "", "ENT_NO": "20", "LATLNG": "25.26427,55.31157", "SHORT_URL": "http://www.makani.ae/q?l=E&m=29971 95280", "MAKANI": "29971 95280"}, {"ENT_NAME_E": "", "ENT_NAME_A": "", "ENT_NO": " ", "LATLNG": "25.26491,55.31201", "SHORT_URL": "http://www.makani.ae/q?l=E&m=30016 95350", "MAKANI": "30016 95350"}], "COMMUNITY_E": "AL RIGGA - 119", "BLDG_NAME_E": "Dubai Municipality- Main Office", "COMMUNITY_A": "\u0627\u0644\u0631\u0642\u0629 - 119", "EMIRATE_A": "\u062f\u0628\u064a", "BLDG_NAME_A": "\u0628\u0644\u062f\u064a\u0629 \u062f\u0628\u064a - \u0627\u0644\u0645\u0628\u0646\u0649 \u0627\u0644\u0631\u0626\u064a\u0633\u064a", "EMIRATE_E": "DUBAI"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "result": {"type": "object", "properties": {"MAKANI_INFO": {"type": "array", "items": {"type": "object", "properties": {"ENT_NAME_E": {"type": "string"}, "ENT_NAME_A": {"type": "string"}, "ENT_NO": {"type": "string"}, "LATLNG": {"type": "string"}, "SHORT_URL": {"type": "string"}, "MAKANI": {"type": "string"}}, "required": ["ENT_NAME_A", "ENT_NAME_E", "ENT_NO", "LATLNG", "MAKANI", "SHORT_URL"]}}, "COMMUNITY_E": {"type": "string"}, "BLDG_NAME_E": {"type": "string"}, "COMMUNITY_A": {"type": "string"}, "EMIRATE_A": {"type": "string"}, "BLDG_NAME_A": {"type": "string"}, "EMIRATE_E": {"type": "string"}}, "required": ["BLDG_NAME_A", "BLDG_NAME_E", "COMMUNITY_A", "COMMUNITY_E", "EMIRATE_A", "EMIRATE_E", "MAKANI_INFO"]}}, "required": ["message", "result", "status"]} |
74d3593d-a98a-42a9-8db8-5bb6a02305ee/230dc544-78ab-472d-a90c-510667b89738/0/0 | World Countries | An API that provides geolocation and country and city informations. | null | Cities Nearby | Returns Nearby Cities | 200 | Response | {"total": 11, "perPage": 10, "page": 1, "totalPages": 2, "nextPage": null, "prevPage": null, "radius": 25, "location": {"latitude": 55.11, "longitude": 37.02}, "data": [{"geonameid": 470195, "country": {"code": "RU", "name": "Russia"}, "currency": {"code": "RUB", "name": "Russian ruble"}, "latitude": 54.90928, "longitude": 36.93148, "name": "Vysokinichi", "population": 1931, "timezone": "Europe/Moscow", "distance": 23.02}, {"geonameid": 6730265, "country": {"code": "RU", "name": "Russia"}, "currency": {"code": "RUB", "name": "Russian ruble"}, "latitude": 54.97741, "longitude": 37.22449, "name": "Obolensk", "population": 5264, "timezone": "Europe/Moscow", "distance": 19.67}, {"geonameid": 502514, "country": {"code": "RU", "name": "Russia"}, "currency": {"code": "RUB", "name": "Russian ruble"}, "latitude": 55.00786, "longitude": 37.33515, "name": "Raisemenovskoe", "population": 876, "timezone": "Europe/Moscow", "distance": 23.06}, {"geonameid": 462792, "country": {"code": "RU", "name": "Russia"}, "currency": {"code": "RUB", "name": "Russian ruble"}, "latitude": 55.03178, "longitude": 36.74402, "name": "Zhukovo", "population": 12300, "timezone": "Europe/Moscow", "distance": 19.61}, {"geonameid": 577856, "country": {"code": "RU", "name": "Russia"}, "currency": {"code": "RUB", "name": "Russian ruble"}, "latitude": 55.09499, "longitude": 36.6732, "name": "Belousovo", "population": 8421, "timezone": "Europe/Moscow", "distance": 22.12}, {"geonameid": 472141, "country": {"code": "RU", "name": "Russia"}, "currency": {"code": "RUB", "name": "Russian ruble"}, "latitude": 55.14559, "longitude": 36.80463, "name": "Vorob'i", "population": 240, "timezone": "Europe/Moscow", "distance": 14.25}, {"geonameid": 579529, "country": {"code": "RU", "name": "Russia"}, "currency": {"code": "RUB", "name": "Russian ruble"}, "latitude": 55.18161, "longitude": 36.6606, "name": "Balabanovo", "population": 24232, "timezone": "Europe/Moscow", "distance": 24.19}, {"geonameid": 571131, "country": {"code": "RU", "name": "Russia"}, "currency": {"code": "RUB", "name": "Russian ruble"}, "latitude": 55.18919, "longitude": 36.9099, "name": "Bukholovka", "population": 310, "timezone": "Europe/Moscow", "distance": 11.25}, {"geonameid": 567835, "country": {"code": "RU", "name": "Russia"}, "currency": {"code": "RUB", "name": "Russian ruble"}, "latitude": 55.1993, "longitude": 36.9223, "name": "Chubarovo", "population": 130, "timezone": "Europe/Moscow", "distance": 11.71}, {"geonameid": 512855, "country": {"code": "RU", "name": "Russia"}, "currency": {"code": "RUB", "name": "Russian ruble"}, "latitude": 55.20764, "longitude": 36.94085, "name": "Panino", "population": 159, "timezone": "Europe/Moscow", "distance": 11.96}]} | {"type": "object", "properties": {"total": {"type": "integer"}, "perPage": {"type": "integer"}, "page": {"type": "integer"}, "totalPages": {"type": "integer"}, "nextPage": {"type": "null"}, "prevPage": {"type": "null"}, "radius": {"type": "integer"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}}, "data": {"type": "array", "items": {"type": "object", "properties": {"geonameid": {"type": "integer"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}, "currency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}, "population": {"type": "integer"}, "timezone": {"type": "string"}, "distance": {"type": "number"}}}}}} |
74d3593d-a98a-42a9-8db8-5bb6a02305ee/51556d00-005c-428b-9294-64dc9bbf1fe0/0/0 | World Countries | An API that provides geolocation and country and city informations. | null | Countries List with details | Get list of countries with full details | 200 | Response | {"totalDocs": 235, "perPage": 10, "page": 1, "totalPages": 24, "nextPage": 2, "hasPrevPage": false, "prevPage": null, "data": [{"geonameid": 1149361, "area_size": "647500.00 sq. km", "capital": {"geonameid": 1138958, "name": "Kabul"}, "code": "AF", "continent": {"geonameid": "6255147", "code": "AS", "name": "Asia"}, "currency": {"code": "AFN", "name": "Afghan afghani"}, "languages": [{"code": "fa", "name": "Persian language"}, {"code": "ps", "name": "Pashto"}, {"code": "uz", "name": "Uzbek language"}, {"code": "tk", "name": "Turkmen language"}], "name": "Afghanistan", "population": 37172386, "is_in_eu": false, "flag": {"emoji": "\ud83c\udde6\ud83c\uddeb", "unicode": "U+1F1E6 U+1F1EB", "file": "https://commons.wikimedia.org/wiki/Special:FilePath/Flag_of_Afghanistan.svg", "_id": "626bdbf80a4d7016cc2d4ac1"}}, {"geonameid": 661882, "area_size": "1580.00 sq. km", "capital": {"geonameid": 3041732, "name": "Mariehamn"}, "code": "AX", "continent": {"geonameid": "6255148", "code": "EU", "name": "Europe"}, "currency": {"code": "EUR", "name": "Euro"}, "languages": [{"code": "sv", "name": "Swedish language"}], "name": "\u00c5land Islands", "population": 26711, "is_in_eu": false, "flag": {"emoji": "\ud83c\udde6\ud83c\uddfd", "unicode": "U+1F1E6 U+1F1FD", "file": "https://commons.wikimedia.org/wiki/Special:FilePath/Flag_of_\u00c5land.svg", "_id": "626bdbf60a4d7016cc2d4a10"}}, {"geonameid": 783754, "area_size": "28748.00 sq. km", "capital": {"geonameid": 3183875, "name": "Tirana"}, "code": "AL", "continent": {"geonameid": "6255148", "code": "EU", "name": "Europe"}, "currency": {"code": "ALL", "name": "Albanian lek"}, "languages": [{"code": "sq", "name": "Albanian language"}, {"code": "el", "name": "Modern Greek"}], "name": "Albania", "population": 2866376, "is_in_eu": false, "flag": {"emoji": "\ud83c\udde6\ud83c\uddf1", "unicode": "U+1F1E6 U+1F1F1", "file": "https://commons.wikimedia.org/wiki/Special:FilePath/Flag_of_Albania.svg", "_id": "626bdc050a4d7016cc2d5303"}}, {"geonameid": 2589581, "area_size": "2381740.00 sq. km", "capital": {"geonameid": 2507480, "name": "Algiers"}, "code": "DZ", "continent": {"geonameid": "6255146", "code": "AF", "name": "Africa"}, "currency": {"code": "DZD", "name": "Algerian dinar"}, "languages": [{"code": "ar", "name": "Arabic"}], "name": "Algeria", "population": 42228429, "is_in_eu": false, "flag": {"emoji": "\ud83c\udde9\ud83c\uddff", "unicode": "U+1F1E9 U+1F1FF", "file": "https://commons.wikimedia.org/wiki/Special:FilePath/Flag_of_Algeria.svg", "_id": "626bdbfa0a4d7016cc2d4c1a"}}, {"geonameid": 5880801, "area_size": "199.00 sq. km", "capital": {"geonameid": 5881576, "name": "Pago Pago"}, "code": "AS", "continent": {"geonameid": "6255151", "code": "OC", "name": "Oceania"}, "currency": {"code": "USD", "name": "United States dollar"}, "languages": [{"code": "en", "name": "English language"}, {"code": "sm", "name": "Samoan language"}, {"code": "to", "name": "Tongan language"}], "name": "American Samoa", "population": 55465, "is_in_eu": false, "flag": {"emoji": "\ud83c\udde6\ud83c\uddf8", "unicode": "U+1F1E6 U+1F1F8", "file": "https://commons.wikimedia.org/wiki/Special:FilePath/Flag_of_American_Samoa.svg", "_id": "626bdc010a4d7016cc2d504a"}}, {"geonameid": 3041565, "area_size": "468.00 sq. km", "capital": {"geonameid": 3041563, "name": "Andorra la Vella"}, "code": "AD", "continent": {"geonameid": "6255148", "code": "EU", "name": "Europe"}, "currency": {"code": "EUR", "name": "Euro"}, "languages": [{"code": "ca", "name": "Catalan language"}], "name": "Andorra", "population": 77006, "is_in_eu": false, "flag": {"emoji": "\ud83c\udde6\ud83c\udde9", "unicode": "U+1F1E6 U+1F1E9", "file": "https://commons.wikimedia.org/wiki/Special:FilePath/Flag_of_Andorra.svg", "_id": "626bdc010a4d7016cc2d50a0"}}, {"geonameid": 3351879, "area_size": "1246700.00 sq. km", "capital": {"geonameid": 2240449, "name": "Luanda"}, "code": "AO", "continent": {"geonameid": "6255146", "code": "AF", "name": "Africa"}, "currency": {"code": "AOA", "name": "Angolan kwanza"}, "languages": [{"code": "pt", "name": "Portuguese language"}], "name": "Angola", "population": 30809762, "is_in_eu": false, "flag": {"emoji": "\ud83c\udde6\ud83c\uddf4", "unicode": "U+1F1E6 U+1F1F4", "file": "https://commons.wikimedia.org/wiki/Special:FilePath/Flag_of_Angola.svg", "_id": "626bdc020a4d7016cc2d514a"}}, {"geonameid": 3573511, "area_size": "102.00 sq. km", "capital": {"geonameid": 3573374, "name": "The Valley"}, "code": "AI", "continent": {"geonameid": "6255149", "code": "NA", "name": "North America"}, "currency": {"code": "XCD", "name": "Eastern Caribbean dollar"}, "languages": [{"code": "en", "name": "English language"}], "name": "Anguilla", "population": 13254, "is_in_eu": false, "flag": {"emoji": "\ud83c\udde6\ud83c\uddee", "unicode": "U+1F1E6 U+1F1EE", "file": "https://commons.wikimedia.org/wiki/Special:FilePath/Flag_of_Anguilla.svg", "_id": "626bdc040a4d7016cc2d5202"}}, {"geonameid": 3576396, "area_size": "443.00 sq. km", "capital": {"geonameid": 3576022, "name": "St John's"}, "code": "AG", "continent": {"geonameid": "6255149", "code": "NA", "name": "North America"}, "currency": {"code": "XCD", "name": "Eastern Caribbean dollar"}, "languages": [{"code": "en", "name": "English language"}], "name": "Antigua and Barbuda", "population": 96286, "is_in_eu": false, "flag": {"emoji": "\ud83c\udde6\ud83c\uddec", "unicode": "U+1F1E6 U+1F1EC", "file": "https://commons.wikimedia.org/wiki/Special:FilePath/Flag_of_Antigua_and_Barbuda.svg", "_id": "626bdbf50a4d7016cc2d4960"}}, {"geonameid": 3865483, "area_size": "2766890.00 sq. km", "capital": {"geonameid": 3435910, "name": "Buenos Aires"}, "code": "AR", "continent": {"geonameid": "6255150", "code": "SA", "name": "South America"}, "currency": {"code": "ARS", "name": "Argentine peso"}, "languages": [{"code": "es", "name": "Spanish language"}, {"code": "en", "name": "English language"}, {"code": "it", "name": "Italian language"}, {"code": "de", "name": "German language"}, {"code": "fr", "name": "French language"}, {"code": "gn", "name": "Guarani language"}], "name": "Argentina", "population": 44494502, "is_in_eu": false, "flag": {"emoji": "\ud83c\udde6\ud83c\uddf7", "unicode": "U+1F1E6 U+1F1F7", "file": "https://commons.wikimedia.org/wiki/Special:FilePath/Flag_of_Argentina.svg", "_id": "626bdbff0a4d7016cc2d4f36"}}]} | {"type": "object", "properties": {"totalDocs": {"type": "integer"}, "perPage": {"type": "integer"}, "page": {"type": "integer"}, "totalPages": {"type": "integer"}, "nextPage": {"type": "integer"}, "hasPrevPage": {"type": "boolean"}, "prevPage": {"type": "null"}, "data": {"type": "array", "items": {"type": "object", "properties": {"geonameid": {"type": "integer"}, "area_size": {"type": "string"}, "capital": {"type": "object", "properties": {"geonameid": {"type": "integer"}, "name": {"type": "string"}}}, "code": {"type": "string"}, "continent": {"type": "object", "properties": {"geonameid": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}}, "currency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "name": {"type": "string"}, "population": {"type": "integer"}, "is_in_eu": {"type": "boolean"}, "flag": {"type": "object", "properties": {"emoji": {"type": "string"}, "unicode": {"type": "string"}, "file": {"type": "string"}, "_id": {"type": "string"}}}}}}}} |
74d3593d-a98a-42a9-8db8-5bb6a02305ee/dab5300e-56bd-45a5-97bf-545846d671c6/0/0 | World Countries | An API that provides geolocation and country and city informations. | null | Cities List By Country | Get the list of cities by country | 200 | Response | {"totalDocs": 30691, "perPage": 10, "page": 1, "totalPages": 3070, "nextPage": 2, "hasPrevPage": false, "prevPage": null, "countryCode": "FR", "data": [{"geonameid": 3038809, "country": {"code": "FR", "name": "France"}, "currency": {"code": "EUR", "name": "Euro"}, "latitude": 43.28916, "longitude": -0.09044, "name": "Aast", "population": 204, "timezone": "Europe/Paris"}, {"geonameid": 3038808, "country": {"code": "FR", "name": "France"}, "currency": {"code": "EUR", "name": "Euro"}, "latitude": 48.53052, "longitude": 5.49446, "name": "Abainville", "population": 322, "timezone": "Europe/Paris"}, {"geonameid": 3038806, "country": {"code": "FR", "name": "France"}, "currency": {"code": "EUR", "name": "Euro"}, "latitude": 49.69607, "longitude": 1.76512, "name": "Abancourt", "population": 592, "timezone": "Europe/Paris"}, {"geonameid": 3038805, "country": {"code": "FR", "name": "France"}, "currency": {"code": "EUR", "name": "Euro"}, "latitude": 50.23469, "longitude": 3.21265, "name": "Abancourt", "population": 447, "timezone": "Europe/Paris"}, {"geonameid": 3038803, "country": {"code": "FR", "name": "France"}, "currency": {"code": "EUR", "name": "Euro"}, "latitude": 48.89745, "longitude": 6.2582, "name": "Abaucourt", "population": 323, "timezone": "Europe/Paris"}, {"geonameid": 3038802, "country": {"code": "FR", "name": "France"}, "currency": {"code": "EUR", "name": "Euro"}, "latitude": 49.2, "longitude": 5.53333, "name": "Abaucourt-Hautecourt", "population": 115, "timezone": "Europe/Paris"}, {"geonameid": 3038801, "country": {"code": "FR", "name": "France"}, "currency": {"code": "EUR", "name": "Euro"}, "latitude": 47.13382, "longitude": 5.87439, "name": "Abbans-Dessous", "population": 181, "timezone": "Europe/Paris"}, {"geonameid": 3038800, "country": {"code": "FR", "name": "France"}, "currency": {"code": "EUR", "name": "Euro"}, "latitude": 47.12055, "longitude": 5.88188, "name": "Abbans-Dessus", "population": 285, "timezone": "Europe/Paris"}, {"geonameid": 3038799, "country": {"code": "FR", "name": "France"}, "currency": {"code": "EUR", "name": "Euro"}, "latitude": 47.55254, "longitude": -1.53301, "name": "Abbaretz", "population": 1627, "timezone": "Europe/Paris"}, {"geonameid": 3038792, "country": {"code": "FR", "name": "France"}, "currency": {"code": "EUR", "name": "Euro"}, "latitude": 47.5, "longitude": 6.45, "name": "Abbenans", "population": 343, "timezone": "Europe/Paris"}]} | {"type": "object", "properties": {"totalDocs": {"type": "integer"}, "perPage": {"type": "integer"}, "page": {"type": "integer"}, "totalPages": {"type": "integer"}, "nextPage": {"type": "integer"}, "hasPrevPage": {"type": "boolean"}, "prevPage": {"type": "null"}, "countryCode": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"geonameid": {"type": "integer"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}, "currency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}, "population": {"type": "integer"}, "timezone": {"type": "string"}}}}}} |
74d3593d-a98a-42a9-8db8-5bb6a02305ee/de0529a4-2893-4517-98a9-55f6c239eda3/0/0 | World Countries | An API that provides geolocation and country and city informations. | null | Countries List | Get the list of countries | 200 | Response | {"totalDocs": 235, "perPage": 10, "page": 1, "totalPages": 24, "nextPage": 2, "hasPrevPage": false, "prevPage": null, "data": [{"code": "AF", "name": "Afghanistan"}, {"code": "AX", "name": "\u00c5land Islands"}, {"code": "AL", "name": "Albania"}, {"code": "DZ", "name": "Algeria"}, {"code": "AS", "name": "American Samoa"}, {"code": "AD", "name": "Andorra"}, {"code": "AO", "name": "Angola"}, {"code": "AI", "name": "Anguilla"}, {"code": "AG", "name": "Antigua and Barbuda"}, {"code": "AR", "name": "Argentina"}]} | {"type": "object", "properties": {"totalDocs": {"type": "integer"}, "perPage": {"type": "integer"}, "page": {"type": "integer"}, "totalPages": {"type": "integer"}, "nextPage": {"type": "integer"}, "hasPrevPage": {"type": "boolean"}, "prevPage": {"type": "null"}, "data": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}}} |
74d3593d-a98a-42a9-8db8-5bb6a02305ee/4c8a6dce-2bf9-4f28-bf07-48ffec973470/0/0 | World Countries | An API that provides geolocation and country and city informations. | null | Cities List All Countries | Get the list of cities in world | 200 | Response | {"totalDocs": 129819, "perPage": 10, "page": 1, "totalPages": 12982, "nextPage": 2, "hasPrevPage": false, "prevPage": null, "data": [{"geonameid": 8265550, "country": {"code": "IL", "name": "Israel"}, "currency": {"code": "ILS", "name": "Israeli new shekel"}, "latitude": 32.78486, "longitude": 35.17282, "name": "'Adi", "population": 1910, "timezone": "Asia/Jerusalem"}, {"geonameid": 99738, "country": {"code": "IQ", "name": "Iraq"}, "currency": {"code": "IQD", "name": "Iraqi dinar"}, "latitude": 32.0643, "longitude": 45.24743, "name": "'Afak", "population": 21888, "timezone": "Asia/Baghdad"}, {"geonameid": 295655, "country": {"code": "IL", "name": "Israel"}, "currency": {"code": "ILS", "name": "Israeli new shekel"}, "latitude": 32.49553, "longitude": 35.09411, "name": "'Ar'ara", "population": 24904, "timezone": "Asia/Jerusalem"}, {"geonameid": 295635, "country": {"code": "IL", "name": "Israel"}, "currency": {"code": "ILS", "name": "Israeli new shekel"}, "latitude": 31.73503, "longitude": 34.77016, "name": "'Arugot", "population": 1147, "timezone": "Asia/Jerusalem"}, {"geonameid": 295632, "country": {"code": "IL", "name": "Israel"}, "currency": {"code": "ILS", "name": "Israeli new shekel"}, "latitude": 31.82508, "longitude": 34.74739, "name": "'Aseret", "population": 998, "timezone": "Asia/Jerusalem"}, {"geonameid": 295582, "country": {"code": "IL", "name": "Israel"}, "currency": {"code": "ILS", "name": "Israeli new shekel"}, "latitude": 31.7507, "longitude": 34.69933, "name": "'Azriqam", "population": 1495, "timezone": "Asia/Jerusalem"}, {"geonameid": 295223, "country": {"code": "IL", "name": "Israel"}, "currency": {"code": "ILS", "name": "Israeli new shekel"}, "latitude": 32.65614, "longitude": 35.41703, "name": "'En Dor", "population": 1026, "timezone": "Asia/Jerusalem"}, {"geonameid": 295212, "country": {"code": "IL", "name": "Israel"}, "currency": {"code": "ILS", "name": "Israeli new shekel"}, "latitude": 32.90308, "longitude": 35.09619, "name": "'En HaMifraz", "population": 1249, "timezone": "Asia/Jerusalem"}, {"geonameid": 294642, "country": {"code": "IL", "name": "Israel"}, "currency": {"code": "ILS", "name": "Israeli new shekel"}, "latitude": 32.71836, "longitude": 35.06509, "name": "'Isfiya", "population": 12503, "timezone": "Asia/Jerusalem"}, {"geonameid": 293985, "country": {"code": "IL", "name": "Israel"}, "currency": {"code": "ILS", "name": "Israeli new shekel"}, "latitude": 32.33199, "longitude": 34.98558, "name": "'Olesh", "population": 1131, "timezone": "Asia/Jerusalem"}]} | {"type": "object", "properties": {"totalDocs": {"type": "integer"}, "perPage": {"type": "integer"}, "page": {"type": "integer"}, "totalPages": {"type": "integer"}, "nextPage": {"type": "integer"}, "hasPrevPage": {"type": "boolean"}, "prevPage": {"type": "null"}, "data": {"type": "array", "items": {"type": "object", "properties": {"geonameid": {"type": "integer"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}, "currency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}, "population": {"type": "integer"}, "timezone": {"type": "string"}}}}}} |
74d3593d-a98a-42a9-8db8-5bb6a02305ee/5dc4ea1e-5bab-4490-8e36-1172c6a9eecc/0/0 | World Countries | An API that provides geolocation and country and city informations. | null | Country Details | Get country details by code | 200 | Response | {"geonameid": 3017382, "area_size": "547030.00 sq. km", "capital": {"geonameid": 2988507, "name": "Paris"}, "code": "FR", "continent": {"geonameid": "6255148", "code": "EU", "name": "Europe"}, "currency": {"code": "EUR", "name": "Euro"}, "languages": [{"code": "fr", "name": "French language"}, {"code": "br", "name": "Breton language"}, {"code": "co", "name": "Corsican language"}, {"code": "ca", "name": "Catalan language"}, {"code": "eu", "name": "Basque language"}, {"code": "oc", "name": "Occitan language"}], "name": "France", "population": 66987244, "is_in_eu": false, "flag": {"emoji": "\ud83c\uddeb\ud83c\uddf7", "unicode": "U+1F1EB U+1F1F7", "file": "https://commons.wikimedia.org/wiki/Special:FilePath/Flag_of_France.svg", "_id": "626bdc010a4d7016cc2d5059"}} | {"type": "object", "properties": {"geonameid": {"type": "integer"}, "area_size": {"type": "string"}, "capital": {"type": "object", "properties": {"geonameid": {"type": "integer"}, "name": {"type": "string"}}}, "code": {"type": "string"}, "continent": {"type": "object", "properties": {"geonameid": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}}, "currency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "name": {"type": "string"}, "population": {"type": "integer"}, "is_in_eu": {"type": "boolean"}, "flag": {"type": "object", "properties": {"emoji": {"type": "string"}, "unicode": {"type": "string"}, "file": {"type": "string"}, "_id": {"type": "string"}}}}} |
74d3593d-a98a-42a9-8db8-5bb6a02305ee/24fd8ade-e811-41c0-a62d-a1732741c94f/0/0 | World Countries | An API that provides geolocation and country and city informations. | null | City Details | Get cyty details by geonameid | 200 | Response | {"geonameid": 784321, "country": {"code": "RS", "name": "Serbia"}, "currency": {"code": "RSD", "name": "Serbian dinar"}, "latitude": 43.69968, "longitude": 22.07275, "name": "Vla\u0161ko Polje", "population": 0, "timezone": "Europe/Belgrade"} | {"type": "object", "properties": {"geonameid": {"type": "integer"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}, "currency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}, "population": {"type": "integer"}, "timezone": {"type": "string"}}} |
a35985dd-9d78-4935-b1ec-b41443b5e912/e7de2574-d493-47fa-a35d-97730fe0f24f/0/0 | Criminal Insights Nearby in São Paulo State | Consultation of criminal statistics for the São Paulo state nearby. | 7.5 | /api/v1/ocorrencia | Quantidade de ocorrências criminais agrupadas por rúbrica, registradas dentro do período de tempo especificado, num raio de 500m das coordenadas fornecidas. | 200 | Default | [{"rubrica": "Roubo (art. 157)", "qtd_total_ocorrencias": 35}, {"rubrica": "Furto (art. 155)", "qtd_total_ocorrencias": 29}, {"rubrica": "Perda/Extravio", "qtd_total_ocorrencias": 22}, {"rubrica": "Extors\u00e3o (art. 158)", "qtd_total_ocorrencias": 5}, {"rubrica": "Les\u00e3o corporal (art. 129)", "qtd_total_ocorrencias": 3}, {"rubrica": "Localiza\u00e7\u00e3o/Apreens\u00e3o e Entrega de ve\u00edculo", "qtd_total_ocorrencias": 2}, {"rubrica": "Localiza\u00e7\u00e3o/Apreens\u00e3o de ve\u00edculo", "qtd_total_ocorrencias": 1}, {"rubrica": "Perseguir (art. 147-A)", "qtd_total_ocorrencias": 1}, {"rubrica": "Amea\u00e7a (art. 147)", "qtd_total_ocorrencias": 1}, {"rubrica": "Viol\u00eancia Dom\u00e9stica", "qtd_total_ocorrencias": 1}, {"rubrica": "Inj\u00faria (art. 140)", "qtd_total_ocorrencias": 1}, {"rubrica": "Estelionato (art. 171)", "qtd_total_ocorrencias": 1}] | {"type": "array", "items": {"type": "object", "properties": {"rubrica": {"type": "string"}, "qtd_total_ocorrencias": {"type": "integer"}}}} |
a35985dd-9d78-4935-b1ec-b41443b5e912/0a5d1da6-6c15-49de-a74d-2893ec52c21b/0/0 | Criminal Insights Nearby in São Paulo State | Consultation of criminal statistics for the São Paulo state nearby. | 7.5 | /api/v1/ocorrencia/detail | Lista detalhada de ocorrências criminais registradas dentro do período de tempo especificado, num raio de 500m das coordenadas fornecidas. | 200 | Default | [{"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "18.65 m", "data_ocorrencia": "2023-03-27T05:35:00.000Z", "base_consulta": "celulares subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "18.65 m", "data_ocorrencia": "2023-03-27T02:35:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "49.98 m", "data_ocorrencia": "2023-03-18T05:32:00.000Z", "base_consulta": "celulares subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "49.98 m", "data_ocorrencia": "2023-03-18T02:32:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "53.61 m", "data_ocorrencia": "2023-03-27T02:35:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "53.61 m", "data_ocorrencia": "2023-03-27T05:35:00.000Z", "base_consulta": "celulares subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "82.58 m", "data_ocorrencia": "2023-01-27T02:30:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "88.59 m", "data_ocorrencia": "2023-07-02T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "88.59 m", "data_ocorrencia": "2023-07-02T00:00:00.000Z", "base_consulta": "celulares subtraidos"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "88.59 m", "data_ocorrencia": "2023-07-02T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "88.95 m", "data_ocorrencia": "2023-01-09T07:00:19.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "98.5 m", "data_ocorrencia": "2023-06-16T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "98.5 m", "data_ocorrencia": "2023-06-16T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "120.98 m", "data_ocorrencia": "2023-05-20T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "122.98 m", "data_ocorrencia": "2023-07-12T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "126.9 m", "data_ocorrencia": "2023-07-13T19:45:00.000Z", "base_consulta": "veiculos subtraidos"}, {"_metadata": [], "rubrica": "Localiza\u00e7\u00e3o/Apreens\u00e3o e Entrega de ve\u00edculo", "__v": 0, "distancia": "126.9 m", "data_ocorrencia": "2023-07-13T19:45:00.000Z", "base_consulta": "veiculos subtraidos"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "128.94 m", "data_ocorrencia": "2023-08-23T00:00:00.000Z", "base_consulta": "celulares subtraidos"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "128.94 m", "data_ocorrencia": "2023-02-24T21:00:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "128.94 m", "data_ocorrencia": "2023-08-22T21:00:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "141.14 m", "data_ocorrencia": "2023-08-21T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "141.14 m", "data_ocorrencia": "2023-08-21T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Les\u00e3o corporal (art. 129)", "__v": 0, "distancia": "165.3 m", "data_ocorrencia": "2023-04-04T05:28:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "186.6 m", "data_ocorrencia": "2023-08-23T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Inj\u00faria (art. 140)", "__v": 0, "distancia": "192.7 m", "data_ocorrencia": "2023-04-19T21:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Amea\u00e7a (art. 147)", "__v": 0, "distancia": "192.7 m", "data_ocorrencia": "2023-04-19T21:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Viol\u00eancia Dom\u00e9stica", "__v": 0, "distancia": "192.7 m", "data_ocorrencia": "2023-04-19T21:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Perseguir (art. 147-A)", "__v": 0, "distancia": "192.7 m", "data_ocorrencia": "2023-04-19T21:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "193.33 m", "data_ocorrencia": "2023-05-25T04:50:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "193.33 m", "data_ocorrencia": "2023-05-25T01:50:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "205 m", "data_ocorrencia": "2023-08-04T23:00:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "205 m", "data_ocorrencia": "2023-08-05T02:00:00.000Z", "base_consulta": "celulares subtraidos"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "209.07 m", "data_ocorrencia": "2023-05-09T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "209.07 m", "data_ocorrencia": "2023-05-09T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "209.07 m", "data_ocorrencia": "2023-05-09T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "209.07 m", "data_ocorrencia": "2023-05-09T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "214.58 m", "data_ocorrencia": "2023-02-19T02:30:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "214.71 m", "data_ocorrencia": "2023-03-19T14:20:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "214.71 m", "data_ocorrencia": "2023-03-19T14:15:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "214.71 m", "data_ocorrencia": "2023-03-19T17:15:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "214.71 m", "data_ocorrencia": "2023-03-19T17:20:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "217.48 m", "data_ocorrencia": "2023-01-23T07:03:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "244.85 m", "data_ocorrencia": "2023-05-25T01:55:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "244.85 m", "data_ocorrencia": "2023-05-25T04:55:00.000Z", "base_consulta": "celulares subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "248.01 m", "data_ocorrencia": "2023-02-15T18:00:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "283.53 m", "data_ocorrencia": "2023-02-15T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "303.22 m", "data_ocorrencia": "2023-04-01T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "303.22 m", "data_ocorrencia": "2023-07-12T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "303.22 m", "data_ocorrencia": "2023-06-15T00:00:00.000Z", "base_consulta": "celulares subtraidos"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "303.22 m", "data_ocorrencia": "2023-06-14T21:00:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "307.56 m", "data_ocorrencia": "2023-02-21T19:00:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "309.92 m", "data_ocorrencia": "2023-05-10T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "311.26 m", "data_ocorrencia": "2023-01-27T04:30:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "319.87 m", "data_ocorrencia": "2023-08-17T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "326.85 m", "data_ocorrencia": "2023-05-25T05:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "326.85 m", "data_ocorrencia": "2023-05-25T02:00:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "350.04 m", "data_ocorrencia": "2023-02-03T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "353.18 m", "data_ocorrencia": "2023-04-25T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "353.18 m", "data_ocorrencia": "2023-06-14T21:00:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "353.18 m", "data_ocorrencia": "2023-06-15T00:00:00.000Z", "base_consulta": "celulares subtraidos"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "355.82 m", "data_ocorrencia": "2023-01-27T00:00:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "357.72 m", "data_ocorrencia": "2023-01-27T02:15:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "395.65 m", "data_ocorrencia": "2023-08-15T21:00:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "395.65 m", "data_ocorrencia": "2023-08-16T00:00:00.000Z", "base_consulta": "celulares subtraidos"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "395.65 m", "data_ocorrencia": "2023-08-11T21:00:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "395.65 m", "data_ocorrencia": "2023-08-12T00:00:00.000Z", "base_consulta": "celulares subtraidos"}, {"_metadata": [], "rubrica": "Les\u00e3o corporal (art. 129)", "__v": 0, "distancia": "397.24 m", "data_ocorrencia": "2023-02-03T15:20:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "416.94 m", "data_ocorrencia": "2023-02-26T22:50:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "416.94 m", "data_ocorrencia": "2023-02-27T01:50:00.000Z", "base_consulta": "veiculos subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "416.94 m", "data_ocorrencia": "2023-02-27T01:50:00.000Z", "base_consulta": "veiculos subtraidos"}, {"_metadata": [], "rubrica": "Localiza\u00e7\u00e3o/Apreens\u00e3o e Entrega de ve\u00edculo", "__v": 0, "distancia": "416.94 m", "data_ocorrencia": "2023-02-27T01:50:00.000Z", "base_consulta": "veiculos subtraidos"}, {"_metadata": [], "rubrica": "Perda/Extravio", "__v": 0, "distancia": "422.23 m", "data_ocorrencia": "2023-06-14T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Les\u00e3o corporal (art. 129)", "__v": 0, "distancia": "433.59 m", "data_ocorrencia": "2023-02-12T16:30:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "440.88 m", "data_ocorrencia": "2023-04-11T15:00:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "440.88 m", "data_ocorrencia": "2023-04-11T18:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "443.75 m", "data_ocorrencia": "2023-07-07T00:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "443.75 m", "data_ocorrencia": "2023-07-06T21:00:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-04-02T15:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-04-02T15:00:00.000Z", "base_consulta": "veiculos subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-04-02T15:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Extors\u00e3o (art. 158)", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-04-02T15:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Extors\u00e3o (art. 158)", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-04-02T15:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-04-02T12:00:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Extors\u00e3o (art. 158)", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-04-02T15:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-04-02T15:00:00.000Z", "base_consulta": "celulares subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-04-02T15:00:00.000Z", "base_consulta": "celulares subtraidos"}, {"_metadata": [], "rubrica": "Localiza\u00e7\u00e3o/Apreens\u00e3o de ve\u00edculo", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-05-08T13:50:03.000Z", "base_consulta": "veiculos subtraidos"}, {"_metadata": [], "rubrica": "Extors\u00e3o (art. 158)", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-04-02T15:00:00.000Z", "base_consulta": "celulares subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-04-02T15:00:00.000Z", "base_consulta": "veiculos subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-04-02T15:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-04-02T15:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Extors\u00e3o (art. 158)", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-04-02T15:00:00.000Z", "base_consulta": "veiculos subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-04-02T15:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "446.41 m", "data_ocorrencia": "2023-04-02T15:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Estelionato (art. 171)", "__v": 0, "distancia": "452.16 m", "data_ocorrencia": "2023-07-18T09:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "461.87 m", "data_ocorrencia": "2023-08-25T03:30:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "461.87 m", "data_ocorrencia": "2023-08-25T06:30:00.000Z", "base_consulta": "veiculos subtraidos"}, {"_metadata": [], "rubrica": "Roubo (art. 157)", "__v": 0, "distancia": "464.31 m", "data_ocorrencia": "2023-05-04T09:40:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "473.93 m", "data_ocorrencia": "2023-05-22T20:00:00.000Z", "base_consulta": "ocorrencias gerais"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "473.93 m", "data_ocorrencia": "2023-05-22T23:00:00.000Z", "base_consulta": "objetos subtraidos"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "491.93 m", "data_ocorrencia": "2023-06-03T00:00:00.000Z", "base_consulta": "celulares subtraidos"}, {"_metadata": [], "rubrica": "Furto (art. 155)", "__v": 0, "distancia": "491.93 m", "data_ocorrencia": "2023-06-02T21:00:00.000Z", "base_consulta": "ocorrencias gerais"}] | {"type": "array", "items": {"type": "object", "properties": {"_metadata": {"type": "array"}, "rubrica": {"type": "string"}, "__v": {"type": "integer"}, "distancia": {"type": "string"}, "data_ocorrencia": {"type": "string"}, "base_consulta": {"type": "string"}}}} |
4c519316-a06a-4e76-aa74-566790856b1c/67133ba1-b736-4c6d-a46f-f6157535d947/0/0 | IP | Get IP address in plain text or Json format. Returns the visitor IP address , useful for shell scripts or to find the external Internet routable address. | null | ip | Get IP address in plain text or Json format. Returns the visitor IP address , useful for shell scripts or to find the external Internet routable address. | 200 | Example_1 | {"ip": "67.230.162.132"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}}, "required": ["ip"]} |
4c519316-a06a-4e76-aa74-566790856b1c/43b3b0c7-2406-4acf-ada9-c73537d1e794/0/0 | IP | Get IP address in plain text or Json format. Returns the visitor IP address , useful for shell scripts or to find the external Internet routable address. | null | location | offers a JSON IP and REST API allowing to get a visitor IP address and to query location information from any IP address | 200 | Example_1 | {"AccuracyRadius": 1000, "City": "Los Angeles", "Country": "United States", "CountryCode": "US", "IpAddress": "67.230.162.132", "Latitude": 34.0584, "Longitude": -118.278, "NetworkOperator": null, "PostCode": "90017", "Province": "California", "ProvinceCode": "CA"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"AccuracyRadius": {"type": "integer"}, "City": {"type": "string"}, "Country": {"type": "string"}, "CountryCode": {"type": "string"}, "IpAddress": {"type": "string"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "NetworkOperator": {"type": "null"}, "PostCode": {"type": "string"}, "Province": {"type": "string"}, "ProvinceCode": {"type": "string"}}, "required": ["AccuracyRadius", "City", "Country", "CountryCode", "IpAddress", "Latitude", "Longitude", "NetworkOperator", "PostCode", "Province", "ProvinceCode"]} |
ccaca309-0bca-47f5-8e14-bbec138ba658/a42a5968-13bc-4c01-bf90-fc184cc86c3d/0/0 | iknaia-dev | Realtime position tracking API for your user / customer | null | Create Session | This is the first and primary step to be taken, A session could last for 72 hours, you may delete the session after completion or the session will deleted automatically after the 72 hours time window passed. | 200 | Response | {"long_tracking_url": "https://tracker.iknaia.dev/?v=2&t=eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJleHBpcmVzSW4iOiIyNGgiLCJzZWVkIjoiUFdEQWFlaEhIVUhaZGFZYlYxN2o5VExON3RaeXNuN2NUelREQ2RvSlE3VFhQRUJzMGxiM0Fma3F0RHlpcmtwN3Q1bWc3b0JWd2hmZHZWekpQaEtwTUZLWEZQWHJFdUt1ekY3SHhYaDd1TTFFRmRzUDUyd0lNODJWT3FCSk90RVUiLCJzaWQiOiJlYjZlNjYyMi00MDQzLTExZWMtOWE5My00OTRkZjc0OGIyNDAifQ.WzHx_sDOvQM3My8OrP2iiD3kAQmJjAmNWgr1uMUpkfMFA3PyzVpau96NH_VFcQDpz8OBOjN8dOdY5oCww7-QBA", "session_id": "eb6e6622-4043-11ec-9a93-494df748b240", "session_token": "3::eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJleHBpcmVzSW4iOiI3MmgiLCJzZWVkIjoiREw2U2lZbHdGMTFMNzZMbGY4Rm1MTDNNUHVSM01tcXRPZmNIZFhBVjZOZHFwNGJxZ28ydVZCZWh6TnZiSjJIOTZINnVTa3ZEQTZNWUo2TmxkdXBwWEtOMmhETmJnMXV0TnpsazR2STlqdzBPTkU4dEVETVg0WklhbjVPTndNMzciLCJzaWQiOiJlYjZlNjYyMi00MDQzLTExZWMtOWE5My00OTRkZjc0OGIyNDAiLCJ1aWQiOiJqd2Fqb25nQGtleWtsaWsuY29tIn0.iouzl-AM5C7PveG9j6EdjsODtdDTlXGR4nmuDijlGfWtNbOFi8Tv6_L1fhGq3V3zSFtdTB3mCNWuuWDqrWz5Ig", "short_tracking_url": "https://tinyurl.com/yfksl8th"} | {"type": "object", "properties": {"long_tracking_url": {"type": "string", "description": "Long version URL for tracking"}, "session_id": {"type": "string", "description": "UUID-v4 generated id string for the current session"}, "session_token": {"type": "string", "description": "Save this token into a secure / encrypted part of the device, failing in securing this token could lead to location mocking by unwanted party. This is a stateless token and can be transfered to another device like a headless IoT or any another device which fit your requirement."}, "short_tracking_url": {"type": "string", "description": "Shortend url for tracking, either this or the long_tracking_url can be distributed to other party."}}} |
7e898c63-c89e-41e4-966d-780a060b70e7/2083bc18-144e-4662-96f1-e8d8cc7b8f10/0/0 | Zipcode Info - United States | Get information about all the US zipcodes | null | Get zip code information by passing zipcode in query | This endpoint provides you with complete information on a particular zip code | 400 | New Example | {"message": "success", "data": null} | {"type": "object", "properties": {"message": {"type": "string"}, "data": {"type": "null"}}} |
7e898c63-c89e-41e4-966d-780a060b70e7/2083bc18-144e-4662-96f1-e8d8cc7b8f10/1/0 | Zipcode Info - United States | Get information about all the US zipcodes | null | Get zip code information by passing zipcode in query | This endpoint provides you with complete information on a particular zip code | 200 | New Example | {"message": "success", "data": {"_id": "12345", "zipCodes": {"zip": "12325", "cities": [{"city": "Schenectady", "preferred": "P"}, {"city": "Glenville", "preferred": "A"}, {"city": "Schdy", "preferred": "N"}], "county": "Schenectady", "state": "NY", "country": "U", "area_code": "518", "fips": "36093", "time_zone": "EST", "daylight_savings": "Y", "latitude": "42.8700", "longitude": "-73.9300", "type": "P", "population": "27377"}}} | {"type": "object", "properties": {"message": {"type": "string"}, "data": {"type": "object", "properties": {"_id": {"type": "string"}, "zipCodes": {"type": "object", "properties": {"zip": {"type": "string"}, "cities": {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "preferred": {"type": "string"}}}}, "county": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "area_code": {"type": "string"}, "fips": {"type": "string"}, "time_zone": {"type": "string"}, "daylight_savings": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "type": {"type": "string"}, "population": {"type": "string"}}}}}}} |
c0291462-3c7d-49b9-ac28-9d7d775f7322/07f188fd-0cb1-4815-ae90-44a84fcf5cf2/0/0 | Parse.Earth | Magic address parsing, from raw text to structured json, powered by ChatGPT ✨🌎✨ | null | Parse raw address | This endpoint takes a raw text address and returns structured json. Handles non Latin characters, spelling mistakes, and poorly ordered text, including no commas. | 200 | Example response | {"house_number": "41A", "road": "Castle Rd", "postcode": "CO1 1UN", "city": "Colchester", "country": "United Kingdom"} | {"type": "object", "properties": {"house_number": {"type": "string"}, "road": {"type": "string"}, "postcode": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}}} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/15547456-819b-4f47-bcd7-61d21902bffb/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k pincodes data available in this API. | 9.5 | PincodeDetails | The Pincode details including area name, state, latitude and longitude. | 200 | Response | [{"area": "Chennai", "district": "Chennai", "lat": 13.097147, "lng": 80.290666, "pincode": 600001, "state": "Tamilnadu"}, {"area": "Flower Bazaar", "district": "Chennai", "lat": 13.02233, "lng": 80.22503, "pincode": 600001, "state": "Tamilnadu"}] | {"items": {"properties": {"area": {"type": "string"}, "district": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "pincode": {"type": "integer"}, "state": {"type": "string"}}, "type": "object"}, "type": "array"} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/6685d18d-6c83-4ac2-99cd-23f95c3003c7/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k pincodes data available in this API. | 9.5 | GetDistricts | Get all the districts of the Indian states | 200 | Response | [{"district": "Ariyalur", "state": "Tamilnadu"}, {"district": "Chennai", "state": "Tamilnadu"}, {"district": "Coimbatore", "state": "Tamilnadu"}, {"district": "Cuddalore", "state": "Tamilnadu"}, {"district": "Dharmapuri", "state": "Tamilnadu"}, {"district": "Dindigul", "state": "Tamilnadu"}, {"district": "Erode", "state": "Tamilnadu"}, {"district": "Kanchipuram", "state": "Tamilnadu"}, {"district": "Kanyakumari", "state": "Tamilnadu"}, {"district": "Karur", "state": "Tamilnadu"}, {"district": "Krishnagiri", "state": "Tamilnadu"}, {"district": "Madurai", "state": "Tamilnadu"}, {"district": "Nagapattinam", "state": "Tamilnadu"}, {"district": "Namakkal", "state": "Tamilnadu"}, {"district": "Nilgiris", "state": "Tamilnadu"}, {"district": "Perambalur", "state": "Tamilnadu"}, {"district": "Pudukkottai", "state": "Tamilnadu"}, {"district": "Ramanathapuram", "state": "Tamilnadu"}, {"district": "Salem", "state": "Tamilnadu"}, {"district": "Sivaganga", "state": "Tamilnadu"}, {"district": "Thanjavur", "state": "Tamilnadu"}, {"district": "Theni", "state": "Tamilnadu"}, {"district": "Tiruchirappalli", "state": "Tamilnadu"}, {"district": "Tirunelveli", "state": "Tamilnadu"}, {"district": "Tiruvallur", "state": "Tamilnadu"}, {"district": "Tiruvannamalai", "state": "Tamilnadu"}, {"district": "Tiruvarur", "state": "Tamilnadu"}, {"district": "Tuticorin", "state": "Tamilnadu"}, {"district": "Vellore", "state": "Tamilnadu"}, {"district": "Villupuram", "state": "Tamilnadu"}, {"district": "Virudhunagar", "state": "Tamilnadu"}] | {"items": {"properties": {"district": {"type": "string"}, "state": {"type": "string"}}, "type": "object"}, "type": "array"} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/2445fcae-d559-4c3e-8820-49df48997721/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k pincodes data available in this API. | 9.5 | DistanceBetweenTwoLat,Lng | This api returns the distance between two latitudes and longitudes | 200 | Response | {"distance": 246858.25, "unit": "meter"} | {"properties": {"distance": {"type": "number"}, "unit": {"type": "string"}}, "type": "object"} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/cb4b0c33-3a07-40c9-8dc7-5f697b18256b/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k pincodes data available in this API. | 9.5 | DistanceBetweenTwoPincodes | This api returns the distance between two Pincodes. | 200 | Response | {"distance": 13.66, "unit": "mile"} | {"items": {"default": "Andaman and Nicobar Islands", "description": "", "type": "string"}, "type": "array"} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/8c442e89-3812-42c7-abb9-6449457860fc/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k pincodes data available in this API. | 9.5 | DistrictofaPincode | The details of the given Pincode with latitude, longitude, area, district and state. | 200 | Response | {"district": "Chennai"} | {"properties": {"district": {"type": "string"}}, "type": "object"} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/3d6a0117-e4c2-429a-8769-2ff8c3b6d7a7/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k pincodes data available in this API. | 9.5 | NearByAreasByPincode | This api returns the neary areas details (including area name, district, city, latitude and longitude) of the nearby given Pincode. | 200 | Response | {"areas": [{"area": "Mannady (Chennai)", "distance": "0.13", "distance_unit": "mile", "district": "Chennai", "lat": 13.09645, "lng": 80.28893, "pincode": 600001, "state": "Tamilnadu"}, {"area": "Royapuram", "distance": "0.64", "distance_unit": "mile", "district": "Madurai", "lat": 13.10596, "lng": 80.2935, "pincode": 625234, "state": "Tamilnadu"}], "page": 1, "total": 171} | {"properties": {"areas": {"items": {"properties": {"area": {"type": "string"}, "distance": {"type": "string"}, "distance_unit": {"type": "string"}, "district": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "pincode": {"type": "integer"}, "state": {"type": "string"}}, "type": "object"}, "type": "array"}, "page": {"type": "integer"}, "total": {"type": "integer"}}, "type": "object"} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/24cac13e-662c-473c-9b59-6c9d82373fa1/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k pincodes data available in this API. | 9.5 | StateofaPincode | This api returns the State name of the given Pincode. | 200 | Response | {"state": "Tamilnadu"} | {"properties": {"state": {"type": "string"}}, "type": "object"} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/e29a0f33-1e6c-402b-ba82-a6a118f5ff0a/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k pincodes data available in this API. | 9.5 | ValidatePincode | This api validates the given Pincode and returns true or false. | 200 | Response | {"valid": true} | {"properties": {"valid": {"type": "boolean"}}, "type": "object"} |
7e7f8bbd-1b66-4eda-9fe2-075cf36af62c/60eeb63d-94c9-441e-a8b1-6ad65b5cea4d/0/0 | India Pincode with Latitude and Longitude | Indian Pincode or Postal code API provides the 29 states and seven territories pincodes data with latitude and longitude details. You can get the nearby area of pincodes, pincodes by districts, distances between two pincodes, nearby area and distance between pincodes by latitude and longitude information. There are 20k pincodes data available in this API. | 9.5 | GetStates | Returns the list of all the states in India | 200 | Response | ["Andaman and Nicobar Islands", "Andhra Pradesh", "Arunachal Pradesh", "Assam", "Bihar", "Chandigarh", "Chhattisgarh", "Dadra and Nagar", "Delhi", "Goa", "Gujarat", "Haryana", "Himachal Pradesh", "Jammu and Kashmir", "Jharkhand", "Karnataka", "Kerala", "Ladakh", "Lakshadweep", "Madhya Pradesh", "Maharashtra", "Manipur", "Meghalaya", "Mizoram", "Nagaland", "Odisha", "Puducherry", "Punjab", "Rajasthan", "Sikkim", "Tamilnadu", "Telangana", "Tripura", "Uttar Pradesh", "Uttarakhand", "West Bengal"] | {"items": {"type": "string"}, "type": "array"} |
979656e0-55bc-4f87-a400-e1bf2b989165/0ec31328-352d-4bf7-a764-70064e57c244/0/0 | Greek TK | A list of all Greek postal codes by Street, City, and County | null | Get Postal code by City | Get Postal code by City | 200 | Response | [{"id": 1, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "3\u0397\u03a3 (\u0393') \u03a3\u0395\u03a0\u03a4\u0395\u039c\u0392\u03a1\u0399\u039f\u03a5", "Postal_code": "104 31"}, {"id": 2, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u0393\u0399\u039f\u03a5 \u039a\u03a9\u039d\u03a3\u03a4\u0391\u039d\u03a4\u0399\u039d\u039f\u03a5", "Postal_code": "104 31"}, {"id": 3, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0392\u0395\u039d\u0399\u0396\u0395\u039b\u039f\u03a5 \u0395\u039b\u0395\u03a5\u0398\u0395\u03a1\u0399\u039f\u03a5", "Postal_code": "105 64"}, {"id": 4, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0393\u0395\u03a1\u0391\u039d\u0399\u039f\u03a5", "Postal_code": "105 52"}, {"id": 5, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0394\u0395\u0392\u0395\u03a1\u0399\u039a\u039f\u03a5 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 6, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0394\u03a9\u03a1\u039f\u03a5", "Postal_code": "104 31"}, {"id": 7, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0395\u039b\u039b. \u0395\u03a4\u0391\u0399\u03a1. \u03a5\u0394\u0391\u03a4\u03a9\u039d \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 8, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0396\u0397\u039d\u03a9\u039d\u039f\u03a3", "Postal_code": "104 31"}, {"id": 9, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0398\u0395\u0391\u03a4\u03a1\u039f\u03a5 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 10, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0399\u039a\u0391 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 11, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0399\u03a9\u039d\u039f\u03a3", "Postal_code": "104 31"}, {"id": 12, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u039f\u039d\u03a4\u0391\u03a1\u0399\u039d\u0397 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 13, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u039f\u03a4\u039f\u03a0\u039f\u03a5\u039b\u0397", "Postal_code": "104 31"}, {"id": 14, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u0395\u039d\u0391\u039d\u0394\u03a1\u039f\u03a5", "Postal_code": "105 53"}, {"id": 15, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u03a0\u039f\u03a5\u03a1\u039d\u0399\u0391 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 16, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039d\u0391\u03a3\u03a4\u039f\u03a5 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 17, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u039f\u039c\u039f\u039d\u039f\u0399\u0391\u03a3", "Postal_code": "104 31"}, {"id": 18, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039f\u039c\u039f\u039d\u039f\u0399\u0391\u03a3 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 19, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039f\u03a5\u039b\u0395\u039d \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 20, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u0391\u039d\u0395\u03a0\u0399\u03a3\u03a4\u0397\u039c\u0399\u039f\u03a5", "Postal_code": "105 64"}, {"id": 21, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u0391\u03a4\u0397\u03a3\u0399\u03a9\u039d", "Postal_code": "104 31"}, {"id": 22, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u03a9\u03a3", "Postal_code": "105 52"}, {"id": 23, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a3\u0391\u03a4\u03a9\u0392\u03a1\u0399\u0391\u039d\u0394\u039f\u03a5", "Postal_code": "104 31"}, {"id": 24, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a3\u03a9\u039a\u03a1\u0391\u03a4\u039f\u03a5\u03a3", "Postal_code": "105 52"}, {"id": 25, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "3\u0397\u03a3 (\u0393') \u03a3\u0395\u03a0\u03a4\u0395\u039c\u0392\u03a1\u0399\u039f\u03a5", "Postal_code": "104 32"}, {"id": 26, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u03a1\u0399\u03a3\u03a4\u039f\u03a4\u0395\u039b\u039f\u03a5\u03a3", "Postal_code": "104 32"}, {"id": 27, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u03a7\u0391\u03a1\u039d\u03a9\u039d", "Postal_code": "104 38"}, {"id": 28, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0392\u0395\u03a1\u0391\u039d\u0396\u0395\u03a1\u039f\u03a5", "Postal_code": "106 77"}, {"id": 29, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0394\u0395\u039a\u0391\u039d\u0395\u0391 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 32"}, {"id": 30, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0394\u03a9\u03a1\u039f\u03a5", "Postal_code": "104 32"}, {"id": 31, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0399\u03a9\u039d\u039f\u03a3", "Postal_code": "104 32"}, {"id": 32, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u0391\u039c\u0391\u03a4\u0395\u03a1\u039f\u03a5", "Postal_code": "104 32"}, {"id": 33, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u0391\u03a0\u039f\u0394\u0399\u03a3\u03a4\u03a1\u0399\u039f\u03a5", "Postal_code": "106 77"}, {"id": 34, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u039f\u03a4\u0396\u0391\u039c\u0391\u039d\u0397 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 32"}, {"id": 35, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u039f\u03a4\u039f\u03a0\u039f\u03a5\u039b\u0397", "Postal_code": "104 32"}, {"id": 36, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u039b\u0391\u03a5\u03a1\u0399\u039f\u03a5", "Postal_code": "104 32"}, {"id": 37, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039b\u0391\u03a5\u03a1\u0399\u039f\u03a5 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 32"}, {"id": 38, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039b\u039f\u03a5\u0399\u0396\u0399\u0394\u039f\u03a5 \u03a3. \u03a3\u03a4\u039f\u0391", "Postal_code": "104 32"}, {"id": 39, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039b\u039f\u03a5\u039e \u03a3\u03a4\u039f\u0391", "Postal_code": "104 32"}, {"id": 40, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u0391\u03a1\u039d\u0397", "Postal_code": "104 33"}, {"id": 41, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u0395\u039d\u0391\u039d\u0394\u03a1\u039f\u03a5", "Postal_code": "105 52"}, {"id": 42, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039e\u039f\u03a5\u0398\u039f\u03a5", "Postal_code": "104 32"}, {"id": 43, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u0391\u03a4\u0397\u03a3\u0399\u03a9\u039d", "Postal_code": "104 32"}, {"id": 44, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a3\u0391\u03a4\u03a9\u0392\u03a1\u0399\u0391\u039d\u0394\u039f\u03a5", "Postal_code": "104 32"}, {"id": 45, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a3\u039f\u039b\u03a9\u039c\u039f\u03a5", "Postal_code": "104 32"}, {"id": 46, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a3\u03a4\u039f\u03a5\u03a1\u039d\u0391\u03a1\u0391", "Postal_code": "106 83"}, {"id": 47, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a3\u03a9\u039a\u03a1\u0391\u03a4\u039f\u03a5\u03a3", "Postal_code": "104 31"}, {"id": 48, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a7\u0391\u039b\u039a\u039f\u039a\u039f\u039d\u0394\u03a5\u039b\u0397", "Postal_code": "106 77"}, {"id": 49, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "3\u0397\u03a3 (\u0393') \u03a3\u0395\u03a0\u03a4\u0395\u039c\u0392\u03a1\u0399\u039f\u03a5", "Postal_code": "104 33"}, {"id": 50, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u0392\u0395\u03a1\u03a9\u03a6", "Postal_code": "104 33"}, {"id": 51, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u039b\u0399\u03a4\u03a3\u0397\u03a3", "Postal_code": "104 33"}, {"id": 52, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u03a1\u0399\u03a3\u03a4\u039f\u03a4\u0395\u039b\u039f\u03a5\u03a3", "Postal_code": "104 33"}, {"id": 53, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u03a7\u0391\u03a1\u039d\u03a9\u039d", "Postal_code": "104 39"}, {"id": 54, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0397\u03a0\u0395\u0399\u03a1\u039f\u03a5", "Postal_code": "104 33"}, {"id": 55, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0399\u039f\u03a5\u039b\u0399\u0391\u039d\u039f\u03a5", "Postal_code": "106 82"}, {"id": 56, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u0391\u03a0\u039d\u039f\u039a\u039f\u03a0\u03a4\u0397\u03a1\u0399\u039f\u03a5", "Postal_code": "104 33"}, {"id": 57, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u0391\u039a\u0395\u0394\u039f\u039d\u0399\u0391\u03a3", "Postal_code": "104 33"}, {"id": 58, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u0391\u03a1\u039d\u0397", "Postal_code": "104 32"}, {"id": 59, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u0391\u03a4\u0397\u03a3\u0399\u03a9\u039d", "Postal_code": "104 33"}, {"id": 60, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u039f\u039b\u03a5\u03a4\u0395\u03a7\u039d\u0395\u0399\u039f\u03a5", "Postal_code": "104 33"}, {"id": 61, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a3\u039c\u03a5\u03a1\u039d\u0397\u03a3", "Postal_code": "104 33"}, {"id": 62, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a3\u03a4\u039f\u03a5\u03a1\u039d\u0391\u03a1\u0391", "Postal_code": "106 82"}, {"id": 63, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a4\u03a1\u0399\u039a\u039f\u03a1\u03a6\u039f\u03a5", "Postal_code": "104 33"}, {"id": 64, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a6\u0391\u0399\u03a3\u03a4\u039f\u03a5", "Postal_code": "104 33"}, {"id": 65, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a6\u03a5\u039b\u0397\u03a3", "Postal_code": "104 33"}, {"id": 66, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "3\u0397\u03a3 (\u0393') \u03a3\u0395\u03a0\u03a4\u0395\u039c\u0392\u03a1\u0399\u039f\u03a5", "Postal_code": "104 34"}, {"id": 67, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u0393\u039a\u03a5\u03a1\u0391\u03a3", "Postal_code": "104 34"}, {"id": 68, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u0391\u0399\u0393\u03a5\u03a0\u03a4\u039f\u03a5", "Postal_code": "104 34"}, {"id": 69, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u0399\u039d\u0399\u0391\u039d\u039f\u03a3", "Postal_code": "104 34"}, {"id": 70, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u039c\u03a6\u0399\u039b\u039f\u03a7\u0399\u0391\u03a3", "Postal_code": "104 34"}, {"id": 71, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u039d\u03a4\u03a9\u039d\u0399\u0391\u0394\u039f\u03a5 \u0395\u039c\u039c.", "Postal_code": "104 34"}, {"id": 72, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u03a1\u0399\u03a3\u03a4\u039f\u03a4\u0395\u039b\u039f\u03a5\u03a3", "Postal_code": "104 34"}, {"id": 73, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u03a4\u03a4\u0391\u039b\u0395\u0399\u0391\u03a3", "Postal_code": "104 34"}, {"id": 74, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u03a7\u0391\u03a1\u039d\u03a9\u039d", "Postal_code": "104 40"}, {"id": 75, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u0392\u0399\u039a\u03a4\u03a9\u03a1\u0399\u0391\u03a3", "Postal_code": "104 34"}, {"id": 76, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0393\u039a\u03a5\u0399\u039b\u03a6\u039f\u03a1\u0394\u039f\u03a5", "Postal_code": "104 34"}, {"id": 77, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0394\u0395\u03a1\u0399\u0393\u039d\u03a5", "Postal_code": "104 34"}, {"id": 78, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0394\u0399\u0394\u03a5\u039c\u039f\u03a5", "Postal_code": "104 34"}, {"id": 79, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0395\u039b\u03a0\u0399\u0394\u039f\u03a3", "Postal_code": "104 34"}, {"id": 80, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0399\u039f\u03a5\u039b\u0399\u0391\u039d\u039f\u03a5", "Postal_code": "104 33"}, {"id": 81, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u0391\u03a4\u03a1\u0399\u0392\u0391\u039d\u039f\u03a5", "Postal_code": "104 34"}, {"id": 82, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u039f\u0394\u03a1\u0399\u0393\u039a\u03a4\u03a9\u039d\u039f\u03a3", "Postal_code": "104 34"}, {"id": 83, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u039f\u03a4\u03a3\u0399\u039a\u0391", "Postal_code": "104 34"}, {"id": 84, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u039a\u03a5\u03a1\u0399\u0391\u039a\u039f\u03a5", "Postal_code": "104 34"}, {"id": 85, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u0391\u03a5\u03a1\u039f\u039c\u039c\u0391\u03a4\u0391\u0399\u03a9\u039d", "Postal_code": "106 82"}, {"id": 86, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u039f\u039d\u0397\u03a3 \u03a0\u03a1\u039f\u0394\u03a1\u039f\u039c\u039f\u03a5", "Postal_code": "104 34"}, {"id": 87, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u03a5\u03a1\u03a9\u039d", "Postal_code": "104 34"}, {"id": 88, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039d\u0399\u039a\u0391\u0399\u0391\u03a3", "Postal_code": "104 34"}, {"id": 89, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u0391\u03a4\u0397\u03a3\u0399\u03a9\u039d", "Postal_code": "106 77"}, {"id": 90, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a1\u0399\u0396\u039f\u03a5", "Postal_code": "104 34"}, {"id": 91, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a6\u0395\u03a1\u03a9\u039d", "Postal_code": "104 34"}, {"id": 92, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a6\u0399\u039b\u0399\u03a0\u03a0\u0399\u0394\u039f\u03a5", "Postal_code": "104 34"}, {"id": 93, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a6\u03a5\u039b\u0397\u03a3", "Postal_code": "104 34"}, {"id": 94, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a6\u03a9\u039a\u0391\u0399\u0391\u03a3", "Postal_code": "104 34"}, {"id": 95, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a7\u0391\u039c\u0399\u039b\u03a4\u03a9\u039d", "Postal_code": "104 34"}, {"id": 96, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a7\u0395\u03a5\u0394\u0395\u039d", "Postal_code": "104 34"}, {"id": 97, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u0393\u0397\u03a3\u0399\u039b\u0391\u039f\u03a5", "Postal_code": "104 37"}, {"id": 98, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u0393\u0399\u039f\u03a5 \u039f\u03a1\u039f\u03a5\u03a3", "Postal_code": "104 35"}, {"id": 99, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u0399\u03a3\u03a9\u039d\u039f\u03a3", "Postal_code": "104 35"}, {"id": 100, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u039c\u0391\u0396\u039f\u039d\u03a9\u039d", "Postal_code": "104 35"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "City": {"type": "string"}, "Street": {"type": "string"}, "Postal_code": {"type": "string"}}, "required": ["City", "Postal_code", "Street", "id"]}} |
979656e0-55bc-4f87-a400-e1bf2b989165/973a26d7-bb02-4cec-869d-379ddcd225d1/0/0 | Greek TK | A list of all Greek postal codes by Street, City, and County | null | Get all postal code numbers by street, city, and county | Get all postal code numbers by street, city, and county | 200 | Response | [{"id": 1, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "3\u0397\u03a3 (\u0393') \u03a3\u0395\u03a0\u03a4\u0395\u039c\u0392\u03a1\u0399\u039f\u03a5", "Postal_code": "104 31"}, {"id": 2, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u0393\u0399\u039f\u03a5 \u039a\u03a9\u039d\u03a3\u03a4\u0391\u039d\u03a4\u0399\u039d\u039f\u03a5", "Postal_code": "104 31"}, {"id": 3, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0392\u0395\u039d\u0399\u0396\u0395\u039b\u039f\u03a5 \u0395\u039b\u0395\u03a5\u0398\u0395\u03a1\u0399\u039f\u03a5", "Postal_code": "105 64"}, {"id": 4, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0393\u0395\u03a1\u0391\u039d\u0399\u039f\u03a5", "Postal_code": "105 52"}, {"id": 5, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0394\u0395\u0392\u0395\u03a1\u0399\u039a\u039f\u03a5 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 6, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0394\u03a9\u03a1\u039f\u03a5", "Postal_code": "104 31"}, {"id": 7, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0395\u039b\u039b. \u0395\u03a4\u0391\u0399\u03a1. \u03a5\u0394\u0391\u03a4\u03a9\u039d \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 8, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0396\u0397\u039d\u03a9\u039d\u039f\u03a3", "Postal_code": "104 31"}, {"id": 9, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0398\u0395\u0391\u03a4\u03a1\u039f\u03a5 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 10, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0399\u039a\u0391 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 11, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0399\u03a9\u039d\u039f\u03a3", "Postal_code": "104 31"}, {"id": 12, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u039f\u039d\u03a4\u0391\u03a1\u0399\u039d\u0397 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 13, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u039f\u03a4\u039f\u03a0\u039f\u03a5\u039b\u0397", "Postal_code": "104 31"}, {"id": 14, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u0395\u039d\u0391\u039d\u0394\u03a1\u039f\u03a5", "Postal_code": "105 53"}, {"id": 15, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u03a0\u039f\u03a5\u03a1\u039d\u0399\u0391 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 16, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039d\u0391\u03a3\u03a4\u039f\u03a5 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 17, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u039f\u039c\u039f\u039d\u039f\u0399\u0391\u03a3", "Postal_code": "104 31"}, {"id": 18, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039f\u039c\u039f\u039d\u039f\u0399\u0391\u03a3 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 19, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039f\u03a5\u039b\u0395\u039d \u03a3\u03a4\u039f\u0391", "Postal_code": "104 31"}, {"id": 20, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u0391\u039d\u0395\u03a0\u0399\u03a3\u03a4\u0397\u039c\u0399\u039f\u03a5", "Postal_code": "105 64"}, {"id": 21, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u0391\u03a4\u0397\u03a3\u0399\u03a9\u039d", "Postal_code": "104 31"}, {"id": 22, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u0395\u0399\u03a1\u0391\u0399\u03a9\u03a3", "Postal_code": "105 52"}, {"id": 23, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a3\u0391\u03a4\u03a9\u0392\u03a1\u0399\u0391\u039d\u0394\u039f\u03a5", "Postal_code": "104 31"}, {"id": 24, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a3\u03a9\u039a\u03a1\u0391\u03a4\u039f\u03a5\u03a3", "Postal_code": "105 52"}, {"id": 25, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "3\u0397\u03a3 (\u0393') \u03a3\u0395\u03a0\u03a4\u0395\u039c\u0392\u03a1\u0399\u039f\u03a5", "Postal_code": "104 32"}, {"id": 26, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u03a1\u0399\u03a3\u03a4\u039f\u03a4\u0395\u039b\u039f\u03a5\u03a3", "Postal_code": "104 32"}, {"id": 27, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u03a7\u0391\u03a1\u039d\u03a9\u039d", "Postal_code": "104 38"}, {"id": 28, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0392\u0395\u03a1\u0391\u039d\u0396\u0395\u03a1\u039f\u03a5", "Postal_code": "106 77"}, {"id": 29, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0394\u0395\u039a\u0391\u039d\u0395\u0391 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 32"}, {"id": 30, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0394\u03a9\u03a1\u039f\u03a5", "Postal_code": "104 32"}, {"id": 31, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0399\u03a9\u039d\u039f\u03a3", "Postal_code": "104 32"}, {"id": 32, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u0391\u039c\u0391\u03a4\u0395\u03a1\u039f\u03a5", "Postal_code": "104 32"}, {"id": 33, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u0391\u03a0\u039f\u0394\u0399\u03a3\u03a4\u03a1\u0399\u039f\u03a5", "Postal_code": "106 77"}, {"id": 34, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u039f\u03a4\u0396\u0391\u039c\u0391\u039d\u0397 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 32"}, {"id": 35, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u039f\u03a4\u039f\u03a0\u039f\u03a5\u039b\u0397", "Postal_code": "104 32"}, {"id": 36, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u039b\u0391\u03a5\u03a1\u0399\u039f\u03a5", "Postal_code": "104 32"}, {"id": 37, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039b\u0391\u03a5\u03a1\u0399\u039f\u03a5 \u03a3\u03a4\u039f\u0391", "Postal_code": "104 32"}, {"id": 38, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039b\u039f\u03a5\u0399\u0396\u0399\u0394\u039f\u03a5 \u03a3. \u03a3\u03a4\u039f\u0391", "Postal_code": "104 32"}, {"id": 39, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039b\u039f\u03a5\u039e \u03a3\u03a4\u039f\u0391", "Postal_code": "104 32"}, {"id": 40, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u0391\u03a1\u039d\u0397", "Postal_code": "104 33"}, {"id": 41, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u0395\u039d\u0391\u039d\u0394\u03a1\u039f\u03a5", "Postal_code": "105 52"}, {"id": 42, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039e\u039f\u03a5\u0398\u039f\u03a5", "Postal_code": "104 32"}, {"id": 43, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u0391\u03a4\u0397\u03a3\u0399\u03a9\u039d", "Postal_code": "104 32"}, {"id": 44, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a3\u0391\u03a4\u03a9\u0392\u03a1\u0399\u0391\u039d\u0394\u039f\u03a5", "Postal_code": "104 32"}, {"id": 45, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a3\u039f\u039b\u03a9\u039c\u039f\u03a5", "Postal_code": "104 32"}, {"id": 46, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a3\u03a4\u039f\u03a5\u03a1\u039d\u0391\u03a1\u0391", "Postal_code": "106 83"}, {"id": 47, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a3\u03a9\u039a\u03a1\u0391\u03a4\u039f\u03a5\u03a3", "Postal_code": "104 31"}, {"id": 48, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a7\u0391\u039b\u039a\u039f\u039a\u039f\u039d\u0394\u03a5\u039b\u0397", "Postal_code": "106 77"}, {"id": 49, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "3\u0397\u03a3 (\u0393') \u03a3\u0395\u03a0\u03a4\u0395\u039c\u0392\u03a1\u0399\u039f\u03a5", "Postal_code": "104 33"}, {"id": 50, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u0392\u0395\u03a1\u03a9\u03a6", "Postal_code": "104 33"}, {"id": 51, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u039b\u0399\u03a4\u03a3\u0397\u03a3", "Postal_code": "104 33"}, {"id": 52, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u03a1\u0399\u03a3\u03a4\u039f\u03a4\u0395\u039b\u039f\u03a5\u03a3", "Postal_code": "104 33"}, {"id": 53, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u03a7\u0391\u03a1\u039d\u03a9\u039d", "Postal_code": "104 39"}, {"id": 54, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0397\u03a0\u0395\u0399\u03a1\u039f\u03a5", "Postal_code": "104 33"}, {"id": 55, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0399\u039f\u03a5\u039b\u0399\u0391\u039d\u039f\u03a5", "Postal_code": "106 82"}, {"id": 56, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u0391\u03a0\u039d\u039f\u039a\u039f\u03a0\u03a4\u0397\u03a1\u0399\u039f\u03a5", "Postal_code": "104 33"}, {"id": 57, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u0391\u039a\u0395\u0394\u039f\u039d\u0399\u0391\u03a3", "Postal_code": "104 33"}, {"id": 58, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u0391\u03a1\u039d\u0397", "Postal_code": "104 32"}, {"id": 59, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u0391\u03a4\u0397\u03a3\u0399\u03a9\u039d", "Postal_code": "104 33"}, {"id": 60, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u039f\u039b\u03a5\u03a4\u0395\u03a7\u039d\u0395\u0399\u039f\u03a5", "Postal_code": "104 33"}, {"id": 61, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a3\u039c\u03a5\u03a1\u039d\u0397\u03a3", "Postal_code": "104 33"}, {"id": 62, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a3\u03a4\u039f\u03a5\u03a1\u039d\u0391\u03a1\u0391", "Postal_code": "106 82"}, {"id": 63, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a4\u03a1\u0399\u039a\u039f\u03a1\u03a6\u039f\u03a5", "Postal_code": "104 33"}, {"id": 64, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a6\u0391\u0399\u03a3\u03a4\u039f\u03a5", "Postal_code": "104 33"}, {"id": 65, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a6\u03a5\u039b\u0397\u03a3", "Postal_code": "104 33"}, {"id": 66, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "3\u0397\u03a3 (\u0393') \u03a3\u0395\u03a0\u03a4\u0395\u039c\u0392\u03a1\u0399\u039f\u03a5", "Postal_code": "104 34"}, {"id": 67, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u0393\u039a\u03a5\u03a1\u0391\u03a3", "Postal_code": "104 34"}, {"id": 68, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u0391\u0399\u0393\u03a5\u03a0\u03a4\u039f\u03a5", "Postal_code": "104 34"}, {"id": 69, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u0399\u039d\u0399\u0391\u039d\u039f\u03a3", "Postal_code": "104 34"}, {"id": 70, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u039c\u03a6\u0399\u039b\u039f\u03a7\u0399\u0391\u03a3", "Postal_code": "104 34"}, {"id": 71, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u039d\u03a4\u03a9\u039d\u0399\u0391\u0394\u039f\u03a5 \u0395\u039c\u039c.", "Postal_code": "104 34"}, {"id": 72, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u03a1\u0399\u03a3\u03a4\u039f\u03a4\u0395\u039b\u039f\u03a5\u03a3", "Postal_code": "104 34"}, {"id": 73, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u03a4\u03a4\u0391\u039b\u0395\u0399\u0391\u03a3", "Postal_code": "104 34"}, {"id": 74, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u03a7\u0391\u03a1\u039d\u03a9\u039d", "Postal_code": "104 40"}, {"id": 75, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u0392\u0399\u039a\u03a4\u03a9\u03a1\u0399\u0391\u03a3", "Postal_code": "104 34"}, {"id": 76, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0393\u039a\u03a5\u0399\u039b\u03a6\u039f\u03a1\u0394\u039f\u03a5", "Postal_code": "104 34"}, {"id": 77, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0394\u0395\u03a1\u0399\u0393\u039d\u03a5", "Postal_code": "104 34"}, {"id": 78, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0394\u0399\u0394\u03a5\u039c\u039f\u03a5", "Postal_code": "104 34"}, {"id": 79, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0395\u039b\u03a0\u0399\u0394\u039f\u03a3", "Postal_code": "104 34"}, {"id": 80, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0399\u039f\u03a5\u039b\u0399\u0391\u039d\u039f\u03a5", "Postal_code": "104 33"}, {"id": 81, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u0391\u03a4\u03a1\u0399\u0392\u0391\u039d\u039f\u03a5", "Postal_code": "104 34"}, {"id": 82, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u039f\u0394\u03a1\u0399\u0393\u039a\u03a4\u03a9\u039d\u039f\u03a3", "Postal_code": "104 34"}, {"id": 83, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039a\u039f\u03a4\u03a3\u0399\u039a\u0391", "Postal_code": "104 34"}, {"id": 84, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u039b\u0391\u03a4\u0395\u0399\u0391 \u039a\u03a5\u03a1\u0399\u0391\u039a\u039f\u03a5", "Postal_code": "104 34"}, {"id": 85, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u0391\u03a5\u03a1\u039f\u039c\u039c\u0391\u03a4\u0391\u0399\u03a9\u039d", "Postal_code": "106 82"}, {"id": 86, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u039f\u039d\u0397\u03a3 \u03a0\u03a1\u039f\u0394\u03a1\u039f\u039c\u039f\u03a5", "Postal_code": "104 34"}, {"id": 87, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039c\u03a5\u03a1\u03a9\u039d", "Postal_code": "104 34"}, {"id": 88, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u039d\u0399\u039a\u0391\u0399\u0391\u03a3", "Postal_code": "104 34"}, {"id": 89, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a0\u0391\u03a4\u0397\u03a3\u0399\u03a9\u039d", "Postal_code": "106 77"}, {"id": 90, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a1\u0399\u0396\u039f\u03a5", "Postal_code": "104 34"}, {"id": 91, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a6\u0395\u03a1\u03a9\u039d", "Postal_code": "104 34"}, {"id": 92, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a6\u0399\u039b\u0399\u03a0\u03a0\u0399\u0394\u039f\u03a5", "Postal_code": "104 34"}, {"id": 93, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a6\u03a5\u039b\u0397\u03a3", "Postal_code": "104 34"}, {"id": 94, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a6\u03a9\u039a\u0391\u0399\u0391\u03a3", "Postal_code": "104 34"}, {"id": 95, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a7\u0391\u039c\u0399\u039b\u03a4\u03a9\u039d", "Postal_code": "104 34"}, {"id": 96, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u03a7\u0395\u03a5\u0394\u0395\u039d", "Postal_code": "104 34"}, {"id": 97, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u0393\u0397\u03a3\u0399\u039b\u0391\u039f\u03a5", "Postal_code": "104 37"}, {"id": 98, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u0393\u0399\u039f\u03a5 \u039f\u03a1\u039f\u03a5\u03a3", "Postal_code": "104 35"}, {"id": 99, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u0399\u03a3\u03a9\u039d\u039f\u03a3", "Postal_code": "104 35"}, {"id": 100, "City": "\u0391\u0398\u0397\u039d\u0391", "Street": "\u0391\u039c\u0391\u0396\u039f\u039d\u03a9\u039d", "Postal_code": "104 35"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "City": {"type": "string"}, "Street": {"type": "string"}, "Postal_code": {"type": "string"}}, "required": ["City", "Postal_code", "Street", "id"]}} |
175a15fc-2bad-4f7b-a392-48654d7f19b0/d353d8cd-08d9-4b17-88c8-447cbe8daccc/0/0 | US Zip Code Information | The fastest API to access ZIP Code Information like City, State, County, AreaCode, Latitude, Longitude etc for a given zip code | 9.4 | Get ZIP Info | This Endpoint returns the zip information | 200 | Response | [{"ZipCode": "30043", "City": "LAWRENCEVILLE", "State": "GA", "County": "GWINNETT", "AreaCode": "770/678", "CityType": "P", "CityAliasAbbreviation": "", "CityAliasName": "LAWRENCEVILLE", "Latitude": "34.004652", "Longitude": "-84.013", "TimeZone": "5", "Elevation": "1121", "CountyFIPS": "135", "DayLightSaving": "Y", "PreferredLastLineKey": "X10712", "ClassificationCode": " ", "MultiCounty": " ", "StateFIPS": "13", "CityStateKey": "X10712", "CityAliasCode": "", "PrimaryRecord": "P", "CityMixedCase": "Lawrenceville", "CityAliasMixedCase": "Lawrenceville", "StateANSI": "13", "CountyANSI": "135", "FacilityCode": "P", "CityDeliveryIndicator": "Y", "CarrierRouteRateSortation": "B", "FinanceNumber": "124961", "UniqueZIPName": "", "CountyMixedCase": "Gwinnett"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"ZipCode": {"type": "string"}, "City": {"type": "string"}, "State": {"type": "string"}, "County": {"type": "string"}, "AreaCode": {"type": "string"}, "CityType": {"type": "string"}, "CityAliasAbbreviation": {"type": "string"}, "CityAliasName": {"type": "string"}, "Latitude": {"type": "string"}, "Longitude": {"type": "string"}, "TimeZone": {"type": "string"}, "Elevation": {"type": "string"}, "CountyFIPS": {"type": "string"}, "DayLightSaving": {"type": "string"}, "PreferredLastLineKey": {"type": "string"}, "ClassificationCode": {"type": "string"}, "MultiCounty": {"type": "string"}, "StateFIPS": {"type": "string"}, "CityStateKey": {"type": "string"}, "CityAliasCode": {"type": "string"}, "PrimaryRecord": {"type": "string"}, "CityMixedCase": {"type": "string"}, "CityAliasMixedCase": {"type": "string"}, "StateANSI": {"type": "string"}, "CountyANSI": {"type": "string"}, "FacilityCode": {"type": "string"}, "CityDeliveryIndicator": {"type": "string"}, "CarrierRouteRateSortation": {"type": "string"}, "FinanceNumber": {"type": "string"}, "UniqueZIPName": {"type": "string"}, "CountyMixedCase": {"type": "string"}}, "required": ["AreaCode", "CarrierRouteRateSortation", "City", "CityAliasAbbreviation", "CityAliasCode", "CityAliasMixedCase", "CityAliasName", "CityDeliveryIndicator", "CityMixedCase", "CityStateKey", "CityType", "ClassificationCode", "County", "CountyANSI", "CountyFIPS", "CountyMixedCase", "DayLightSaving", "Elevation", "FacilityCode", "FinanceNumber", "Latitude", "Longitude", "MultiCounty", "PreferredLastLineKey", "PrimaryRecord", "State", "StateANSI", "StateFIPS", "TimeZone", "UniqueZIPName", "ZipCode"]}} |
23690864-ecf5-4ffa-abb0-4cb62a2f6c68/61f70257-304c-46a3-907c-1b755a7ab938/0/0 | IP Lookup API | This api can be used to lookup on ip address from hostname,reverse ip address lookup, ip address location lookup, and retrieve client ip address. | 6.5 | ipv4 address location lookup | This request is used to lookup on an ipv4 location
Maximum length of hostnames addresses that are allowed is 20 | 200 | New Example | [{"success": true, "ipAddress": "74.6.143.26", "data": {"City": "Lockport", "Region": "New York (NY)", "Country": "United States (US)", "Continent": "North America (NA)", "Metro code": "514", "Coordinates": "43.1721 (lat) / -78.6913 (long)", "Time": "2023-11-09 06:22:34 (America/New_York)", "ipAddress": "74.6.143.26", "hostname": "media-router-fp74.prod.media.vip.bf1.yahoo.com", "provider": "YAHOO-BF1", "ASN": "26101", "lat": "43.1721", "lon": "-78.6913", "postalCode": "14095", "CountryInfo": {"name": "United States", "dial_code": "+1", "emoji": "\ud83c\uddfa\ud83c\uddf8", "code": "US", "country": "United States", "population": 326687501}}}, {"success": false, "ipAddress": "de.204.29.69", "data": "provided ip address is not ipv4"}, {"success": false, "ipAddress": "2c0f:fb50:4003:802::200e", "data": "provided ip address is not ipv4"}, {"success": false, "ipAddress": "2c0f:fb50:4003:801::200e", "data": "provided ip address is not ipv4"}, {"success": true, "ipAddress": "28.106.238.158", "data": {"City": "Chicago", "Country": "United States (US)", "Continent": "North America (NA)", "Coordinates": "37.751 (lat) / -97.822 (long)", "Time": "2023-11-09 05:22:37 (America/Chicago)", "ipAddress": "28.106.238.158", "hostname": "28.106.238.158", "provider": "DNIC-AS-00749", "ASN": "749", "lat": "37.751", "lon": "-97.822", "CountryInfo": {"name": "United States", "dial_code": "+1", "emoji": "\ud83c\uddfa\ud83c\uddf8", "code": "US", "country": "United States", "population": 326687501}}}, {"success": true, "ipAddress": "102.132.101.174", "data": {"City": "Lagos", "Region": "Lagos (LA)", "Country": "Nigeria (NG)", "Continent": "Africa (AF)", "Coordinates": "6.4474 (lat) / 3.3903 (long)", "Time": "2023-11-09 12:22:38 (Africa/Lagos)", "ipAddress": "102.132.101.174", "hostname": "instagram-p42-shv-01-los2.fbcdn.net", "provider": "FACEBOOK", "ASN": "32934", "lat": "6.4474", "lon": "3.3903", "CountryInfo": {"name": "Nigeria", "dial_code": "+234", "emoji": "\ud83c\uddf3\ud83c\uddec", "code": "NG", "country": "Nigeria", "population": 195874740}}}, {"success": true, "ipAddress": "95.217.74.146", "data": {"City": "Helsinki", "Region": "Uusimaa (18)", "Country": "Finland (FI)", "Continent": "Europe (EU)", "Coordinates": "60.1719 (lat) / 24.9347 (long)", "Time": "2023-11-09 13:22:40 (Europe/Helsinki)", "ipAddress": "95.217.74.146", "hostname": "static.146.74.217.95.clients.your-server.de", "provider": "Hetzner Online GmbH", "ASN": "24940", "lat": "60.1719", "lon": "24.9347", "postalCode": "00100", "CountryInfo": {"name": "Finland", "dial_code": "+358", "emoji": "\ud83c\uddeb\ud83c\uddee", "code": "FI", "country": "Finland", "population": 5515525}}}, {"success": true, "ipAddress": "104.244.42.129", "data": {"City": "Chicago", "Country": "United States (US)", "Continent": "North America (NA)", "Coordinates": "37.751 (lat) / -97.822 (long)", "Time": "2023-11-09 05:22:41 (America/Chicago)", "ipAddress": "104.244.42.129", "hostname": "104.244.42.129", "provider": "TWITTER", "ASN": "13414", "lat": "37.751", "lon": "-97.822", "CountryInfo": {"name": "United States", "dial_code": "+1", "emoji": "\ud83c\uddfa\ud83c\uddf8", "code": "US", "country": "United States", "population": 326687501}}}, {"success": true, "ipAddress": "8.8.8.8", "data": {"City": "Chicago", "Country": "United States (US)", "Continent": "North America (NA)", "Coordinates": "37.751 (lat) / -97.822 (long)", "Time": "2023-11-09 05:22:43 (America/Chicago)", "ipAddress": "8.8.8.8", "hostname": "dns.google", "provider": "GOOGLE", "ASN": "15169", "lat": "37.751", "lon": "-97.822", "CountryInfo": {"name": "United States", "dial_code": "+1", "emoji": "\ud83c\uddfa\ud83c\uddf8", "code": "US", "country": "United States", "population": 326687501}}}, {"success": true, "ipAddress": "104.244.42.1", "data": {"City": "Chicago", "Country": "United States (US)", "Continent": "North America (NA)", "Coordinates": "37.751 (lat) / -97.822 (long)", "Time": "2023-11-09 05:22:44 (America/Chicago)", "ipAddress": "104.244.42.1", "hostname": "104.244.42.1", "provider": "TWITTER", "ASN": "13414", "lat": "37.751", "lon": "-97.822", "CountryInfo": {"name": "United States", "dial_code": "+1", "emoji": "\ud83c\uddfa\ud83c\uddf8", "code": "US", "country": "United States", "population": 326687501}}}, {"success": true, "ipAddress": "102.132.101.35", "data": {"City": "Lagos", "Region": "Lagos (LA)", "Country": "Nigeria (NG)", "Continent": "Africa (AF)", "Coordinates": "6.4474 (lat) / 3.3903 (long)", "Time": "2023-11-09 12:22:45 (Africa/Lagos)", "ipAddress": "102.132.101.35", "hostname": "edge-star-mini-shv-01-los2.facebook.com", "provider": "FACEBOOK", "ASN": "32934", "lat": "6.4474", "lon": "3.3903", "CountryInfo": {"name": "Nigeria", "dial_code": "+234", "emoji": "\ud83c\uddf3\ud83c\uddec", "code": "NG", "country": "Nigeria", "population": 195874740}}}, {"success": true, "ipAddress": "126.90.56.100", "data": {"City": "Aomachi", "Region": "Ishikawa (17)", "Country": "Japan (JP)", "Continent": "Asia (AS)", "Coordinates": "36.4571 (lat) / 136.5016 (long)", "Time": "2023-11-09 20:22:46 (Asia/Tokyo)", "ipAddress": "126.90.56.100", "hostname": "softbank126090056100.bbtec.net", "provider": "SoftBank Corp.", "ASN": "17676", "lat": "36.4571", "lon": "136.5016", "postalCode": "923-1101", "CountryInfo": {"name": "Japan", "dial_code": "+81", "emoji": "\ud83c\uddef\ud83c\uddf5", "code": "JP", "country": "Japan", "population": 126529100}}}, {"success": true, "ipAddress": "216.58.223.206", "data": {"City": "Chicago", "Country": "United States (US)", "Continent": "North America (NA)", "Coordinates": "37.751 (lat) / -97.822 (long)", "Time": "2023-11-09 05:22:47 (America/Chicago)", "ipAddress": "216.58.223.206", "hostname": "los02s03-in-f14.1e100.net", "provider": "GOOGLE", "ASN": "15169", "lat": "37.751", "lon": "-97.822", "CountryInfo": {"name": "United States", "dial_code": "+1", "emoji": "\ud83c\uddfa\ud83c\uddf8", "code": "US", "country": "United States", "population": 326687501}}}, {"success": false, "ipAddress": "127.0.0.1", "data": "no result from the ip address"}, {"success": true, "ipAddress": "216.58.223.238", "data": {"City": "Chicago", "Country": "United States (US)", "Continent": "North America (NA)", "Coordinates": "37.751 (lat) / -97.822 (long)", "Time": "2023-11-09 05:22:49 (America/Chicago)", "ipAddress": "216.58.223.238", "hostname": "los02s04-in-f14.1e100.net", "provider": "GOOGLE", "ASN": "15169", "lat": "37.751", "lon": "-97.822", "CountryInfo": {"name": "United States", "dial_code": "+1", "emoji": "\ud83c\uddfa\ud83c\uddf8", "code": "US", "country": "United States", "population": 326687501}}}, {"success": false, "ipAddress": "de.204.29.69", "data": "provided ip address is not ipv4"}] | {"type": "array", "items": {"type": "object"}} |
23690864-ecf5-4ffa-abb0-4cb62a2f6c68/054c6079-f763-4ee1-bc8c-ad3195da43a0/0/0 | IP Lookup API | This api can be used to lookup on ip address from hostname,reverse ip address lookup, ip address location lookup, and retrieve client ip address. | 6.5 | reverse ipv4 address to hostname | This request is used to reverse an ipv4 address to hostname
Maximum length of ip addresses that are allowed is 20 | 200 | reverse ipv4 address | [{"success": false, "ipAddress": "de.204.29.69", "hostname": "provided ip address is not ipv4"}, {"success": false, "ipAddress": "2c0f:fb50:4003:802::200e", "hostname": "provided ip address is not ipv4"}, {"success": false, "ipAddress": "2c0f:fb50:4003:801::200e", "hostname": "provided ip address is not ipv4"}, {"success": true, "ipAddress": "172.253.63.147", "hostname": ["bi-in-f147.1e100.net"]}, {"success": true, "ipAddress": "172.253.63.105", "hostname": ["bi-in-f105.1e100.net"]}, {"success": true, "ipAddress": "172.253.63.104", "hostname": ["bi-in-f104.1e100.net"]}, {"success": true, "ipAddress": "74.6.143.26", "hostname": ["media-router-fp74.prod.media.vip.bf1.yahoo.com"]}, {"success": true, "ipAddress": "74.6.231.20", "hostname": ["media-router-fp73.prod.media.vip.ne1.yahoo.com"]}, {"success": true, "ipAddress": "104.244.42.1", "hostname": ["104.244.42.1"]}, {"success": true, "ipAddress": "102.132.101.35", "hostname": ["edge-star-mini-shv-01-los2.facebook.com"]}, {"success": true, "ipAddress": "126.90.56.100", "hostname": ["softbank126090056100.bbtec.net"]}, {"success": true, "ipAddress": "216.58.223.206", "hostname": ["los02s03-in-f14.1e100.net"]}, {"success": true, "ipAddress": "127.0.0.1", "hostname": ["localhost"]}, {"success": true, "ipAddress": "216.58.223.238", "hostname": ["los02s04-in-f14.1e100.net"]}, {"success": false, "ipAddress": "2c0f:fb50:4003:801::2004", "hostname": "provided ip address is not ipv4"}, {"success": false, "ipAddress": "2a03:2880:f138:83:face:b00c:0:25de", "hostname": "provided ip address is not ipv4"}, {"success": true, "ipAddress": "142.251.167.190", "hostname": ["ww-in-f190.1e100.net"]}, {"success": true, "ipAddress": "142.251.167.93", "hostname": ["ww-in-f93.1e100.net"]}, {"success": true, "ipAddress": "142.251.167.91", "hostname": ["ww-in-f91.1e100.net"]}, {"success": true, "ipAddress": "142.251.167.136", "hostname": ["ww-in-f136.1e100.net"]}] | {"type": "array", "items": {"type": "object"}} |
23690864-ecf5-4ffa-abb0-4cb62a2f6c68/41c3f274-b24a-4cdf-b860-9263a5248b50/0/0 | IP Lookup API | This api can be used to lookup on ip address from hostname,reverse ip address lookup, ip address location lookup, and retrieve client ip address. | 6.5 | hostnames to ip address | This request is used to convert from hostnames to ip address(both ipv4 address and ipv6 address).
Maximum length of hostnames addresses that are allowed is 50 | 200 | hostname to ip | [{"success": true, "hostname": "www.paypal.com", "ipaddress": ["146.75.41.21"]}, {"success": true, "hostname": "www.instagram.com", "ipaddress": ["31.13.70.174", "2a03:2880:f275:1e9:face:b00c:0:4420"]}, {"success": true, "hostname": "www.yahoo.com", "ipaddress": ["74.6.160.107", "69.147.80.12", "74.6.160.106", "69.147.80.15", "2001:4998:24:120d::1:0", "2001:4998:24:120d::1:1"]}, {"success": true, "hostname": "www.google.com", "ipaddress": ["142.250.69.196", "2607:f8b0:400a:800::2004"]}, {"success": true, "hostname": "www.twitter.com", "ipaddress": ["104.244.42.193"]}, {"success": true, "hostname": "www.facebook.com", "ipaddress": ["31.13.70.36", "2a03:2880:f175:181:face:b00c:0:25de"]}, {"success": true, "hostname": "www.youtube.com", "ipaddress": ["142.251.33.78", "142.250.217.78", "142.250.217.110", "142.251.215.238", "172.217.14.238", "142.250.69.206", "142.251.33.110", "142.251.211.238", "2607:f8b0:400a:807::200e", "2607:f8b0:400a:804::200e", "2607:f8b0:400a:800::200e", "2607:f8b0:400a:805::200e"]}, {"success": false, "hostname": "www.ffffgreerfgttfffss.com", "ipaddress": "hostname not found"}] | {"type": "array", "items": {"type": "object"}} |
23690864-ecf5-4ffa-abb0-4cb62a2f6c68/4b0094fa-bcaf-4ab7-9050-375d8d8c78a5/0/0 | IP Lookup API | This api can be used to lookup on ip address from hostname,reverse ip address lookup, ip address location lookup, and retrieve client ip address. | 6.5 | hostnames to ipv6 address | This request is used to convert from hostnames to ipv6 address.
Maximum length of hostnames addresses that are allowed is 50 | 200 | hostname to ipv6 | [{"success": true, "hostname": "www.paypal.com", "ipaddress": []}, {"success": true, "hostname": "www.instagram.com", "ipaddress": ["2a03:2880:f20d:e5:face:b00c:0:4420"]}, {"success": true, "hostname": "www.yahoo.com", "ipaddress": ["2001:4998:64:800::6001", "2001:4998:c:900f::2001", "2001:4998:64:800::6000", "2001:4998:c:900f::2000"]}, {"success": true, "hostname": "www.google.com", "ipaddress": ["2607:f8b0:400a:800::2004"]}, {"success": true, "hostname": "www.twitter.com", "ipaddress": []}, {"success": true, "hostname": "www.facebook.com", "ipaddress": ["2a03:2880:f175:181:face:b00c:0:25de"]}, {"success": true, "hostname": "www.youtube.com", "ipaddress": ["2607:f8b0:400a:804::200e", "2607:f8b0:400a:803::200e", "2607:f8b0:400a:805::200e", "2607:f8b0:400a:807::200e"]}, {"success": false, "hostname": "www.ffffgreerfgttfffss.com", "ipaddress": "hostname not found"}] | {"type": "array", "items": {"type": "object"}} |
23690864-ecf5-4ffa-abb0-4cb62a2f6c68/8659c34a-427d-4d7a-8f4a-f1091c4a1d59/0/0 | IP Lookup API | This api can be used to lookup on ip address from hostname,reverse ip address lookup, ip address location lookup, and retrieve client ip address. | 6.5 | hostnames to ipv4 address | This request is used to convert from hostnames to ipv4 address.
Maximum length of hostnames addresses that are allowed is 50 | 200 | hostnames to ipv4 | [{"success": true, "hostname": "www.paypal.com", "ipaddress": ["151.101.21.21"]}, {"success": true, "hostname": "www.instagram.com", "ipaddress": ["157.240.254.174"]}, {"success": true, "hostname": "www.yahoo.com", "ipaddress": ["69.147.80.15", "69.147.80.12", "74.6.160.107", "74.6.160.106"]}, {"success": true, "hostname": "www.google.com", "ipaddress": ["142.251.211.228"]}, {"success": true, "hostname": "www.twitter.com", "ipaddress": ["104.244.42.193", "104.244.42.65", "104.244.42.129", "104.244.42.1"]}, {"success": true, "hostname": "www.facebook.com", "ipaddress": ["157.240.254.35"]}, {"success": true, "hostname": "www.youtube.com", "ipaddress": ["142.251.211.238", "142.251.33.78", "142.250.217.78", "142.250.217.110", "142.251.215.238", "172.217.14.206", "172.217.14.238", "142.250.69.206", "142.251.33.110"]}, {"success": false, "hostname": "www.ffffgreerfgttfffss.com", "ipaddress": "hostname not found"}] | {"type": "array", "items": {"type": "object"}} |
b9aef0ab-4917-423b-8c8e-50c090cec017/aefc6156-128e-4cd3-9f20-e546a5dacf43/0/0 | Find By UDPRN | “Find By UDPRN” API gets address for the specified UDPRN.
UDPRN stands for ‘Unique Delivery Point Reference Number. A UDPRN is a unique numeric code (e.g. 64983) for any premise on the Postcode Address File.
This API uses the latest PAF and Multiple Residence data from Royal Mail.UDPRN are unique identifiers for every address in the UK that Royal Mail has in its database. | 0 | Find By UDPRN | “Find By UDPRN” API gets address for the specified UDPRN.
UDPRN stands for ‘Unique Delivery Point Reference Number. A UDPRN is a unique numeric code (e.g. 64983) for any premise on the Postcode Address File.
This API uses the latest PAF and Multiple Residence data from Royal Mail.UDPRN are unique identifiers for every address in the UK that Royal Mail has in its database. | 200 | New Example | {"status": 200, "message": "Success", "result": {"building_number": " ", "premise": "Houses Of Parliament", "building_name": "Houses Of Parliament", "sub_building_name": "", "organisation_name": "House Of Commons", "line_1": "House Of Commons", "line_2": "Houses Of Parliament", "line_3": "", "postcode": "SW1A 0AA", "thoroughfare": "", "post_town": "LONDON", "po_box": "", "ward": "St James's", "district": "Westminster", "county": "Inner London", "country": "England", "udprn": "23747208", "address": "House Of Commons, Houses Of Parliament, LONDON, SW1A 0AA", "postcode_incode": "0AA", "postcode_outcode": "SW1A", "postcode_compact": "SW1A0AA", "postcode_type": "L", "department_name": "", "su_organisation_indicator": " ", "double_dependant_locality": "", "dependant_thoroughfare": "", "dependant_locality": "", "delivery_point_suffix": "1A", "geocode": {"eastings": "530268", "northings": "0179545", "lattitude": "51.499840", "longitude": "-0.124663"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "result": {"type": "object", "properties": {"building_number": {"type": "string"}, "premise": {"type": "string"}, "building_name": {"type": "string"}, "sub_building_name": {"type": "string"}, "organisation_name": {"type": "string"}, "line_1": {"type": "string"}, "line_2": {"type": "string"}, "line_3": {"type": "string"}, "postcode": {"type": "string"}, "thoroughfare": {"type": "string"}, "post_town": {"type": "string"}, "po_box": {"type": "string"}, "ward": {"type": "string"}, "district": {"type": "string"}, "county": {"type": "string"}, "country": {"type": "string"}, "udprn": {"type": "string"}, "address": {"type": "string"}, "postcode_incode": {"type": "string"}, "postcode_outcode": {"type": "string"}, "postcode_compact": {"type": "string"}, "postcode_type": {"type": "string"}, "department_name": {"type": "string"}, "su_organisation_indicator": {"type": "string"}, "double_dependant_locality": {"type": "string"}, "dependant_thoroughfare": {"type": "string"}, "dependant_locality": {"type": "string"}, "delivery_point_suffix": {"type": "string"}, "geocode": {"type": "object", "properties": {"eastings": {"type": "string"}, "northings": {"type": "string"}, "lattitude": {"type": "string"}, "longitude": {"type": "string"}}, "required": ["eastings", "lattitude", "longitude", "northings"]}}, "required": ["address", "building_name", "building_number", "country", "county", "delivery_point_suffix", "department_name", "dependant_locality", "dependant_thoroughfare", "district", "double_dependant_locality", "geocode", "line_1", "line_2", "line_3", "organisation_name", "po_box", "post_town", "postcode", "postcode_compact", "postcode_incode", "postcode_outcode", "postcode_type", "premise", "su_organisation_indicator", "sub_building_name", "thoroughfare", "udprn", "ward"]}}, "required": ["message", "result", "status"]} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_170899f5-31b8-4ae8-a1b8-62430d8c9799/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Region | Obtain all italian regions | 200 | Response | [{"geo": "Nord-ovest", "geoCode": 1, "region": "Piemonte", "regionID": "01"}, {"geo": "Nord-ovest", "geoCode": 1, "region": "Valle d'Aosta/Vall\u00e9e d'Aoste", "regionID": "02"}, {"geo": "Nord-ovest", "geoCode": 1, "region": "Lombardia", "regionID": "03"}, {"geo": "Nord-est", "geoCode": 2, "region": "Trentino-Alto Adige/S\u00fcdtirol", "regionID": "04"}, {"geo": "Nord-est", "geoCode": 2, "region": "Veneto", "regionID": "05"}, {"geo": "Nord-est", "geoCode": 2, "region": "Friuli-Venezia Giulia", "regionID": "06"}, {"geo": "Nord-ovest", "geoCode": 1, "region": "Liguria", "regionID": "07"}, {"geo": "Nord-est", "geoCode": 2, "region": "Emilia-Romagna", "regionID": "08"}, {"geo": "Centro", "geoCode": 3, "region": "Toscana", "regionID": "09"}, {"geo": "Centro", "geoCode": 3, "region": "Umbria", "regionID": "10"}, {"geo": "Centro", "geoCode": 3, "region": "Marche", "regionID": "11"}, {"geo": "Centro", "geoCode": 3, "region": "Lazio", "regionID": "12"}, {"geo": "Sud", "geoCode": 4, "region": "Abruzzo", "regionID": "13"}, {"geo": "Sud", "geoCode": 4, "region": "Molise", "regionID": "14"}, {"geo": "Sud", "geoCode": 4, "region": "Campania", "regionID": "15"}, {"geo": "Sud", "geoCode": 4, "region": "Puglia", "regionID": "16"}, {"geo": "Sud", "geoCode": 4, "region": "Basilicata", "regionID": "17"}, {"geo": "Sud", "geoCode": 4, "region": "Calabria", "regionID": "18"}, {"geo": "Isole", "geoCode": 5, "region": "Sicilia", "regionID": "19"}, {"geo": "Isole", "geoCode": 5, "region": "Sardegna", "regionID": "20"}] | {"items": {"properties": {"geo": {"type": "string"}, "geoCode": {"type": "integer"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_f0ac2555-2b5b-42d8-ab0f-dc44274e6cd6/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | ProvinceID | Obtain a specific italian province with provinceID | 200 | ProvinceID | {"carCode": "MI", "geo": "Nord-ovest", "geoCode": 1, "province": "Milano", "provinceID": "015", "region": "Lombardia", "regionID": "03"} | {"properties": {"carCode": {"type": "string"}, "geo": {"type": "string"}, "geoCode": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_ae86b1e3-0246-4b02-9521-327647c76e39/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | RegionID | Obtain a specific italian region with regionID | 200 | region/regionID | {"geo": "Nord-ovest", "geoCode": 1, "region": "Lombardia", "regionID": "03"} | {"properties": {"geo": {"type": "string"}, "geoCode": {"type": "integer"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_b2812938-4401-49e2-aa1c-2538bfcec865/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Province/Region/RegionID | Obtain a specific italian province with regionID | 200 | Response | [{"carCode": "VA", "geo": "Nord-ovest", "geoCode": 1, "province": "Varese", "provinceID": "012", "region": "Lombardia", "regionID": "03"}, {"carCode": "CO", "geo": "Nord-ovest", "geoCode": 1, "province": "Como", "provinceID": "013", "region": "Lombardia", "regionID": "03"}, {"carCode": "SO", "geo": "Nord-ovest", "geoCode": 1, "province": "Sondrio", "provinceID": "014", "region": "Lombardia", "regionID": "03"}, {"carCode": "MI", "geo": "Nord-ovest", "geoCode": 1, "province": "Milano", "provinceID": "015", "region": "Lombardia", "regionID": "03"}, {"carCode": "BG", "geo": "Nord-ovest", "geoCode": 1, "province": "Bergamo", "provinceID": "016", "region": "Lombardia", "regionID": "03"}, {"carCode": "BS", "geo": "Nord-ovest", "geoCode": 1, "province": "Brescia", "provinceID": "017", "region": "Lombardia", "regionID": "03"}, {"carCode": "PV", "geo": "Nord-ovest", "geoCode": 1, "province": "Pavia", "provinceID": "018", "region": "Lombardia", "regionID": "03"}, {"carCode": "CR", "geo": "Nord-ovest", "geoCode": 1, "province": "Cremona", "provinceID": "019", "region": "Lombardia", "regionID": "03"}, {"carCode": "MN", "geo": "Nord-ovest", "geoCode": 1, "province": "Mantova", "provinceID": "020", "region": "Lombardia", "regionID": "03"}, {"carCode": "LC", "geo": "Nord-ovest", "geoCode": 1, "province": "Lecco", "provinceID": "097", "region": "Lombardia", "regionID": "03"}, {"carCode": "LO", "geo": "Nord-ovest", "geoCode": 1, "province": "Lodi", "provinceID": "098", "region": "Lombardia", "regionID": "03"}, {"carCode": "MB", "geo": "Nord-ovest", "geoCode": 1, "province": "Monza e della Brianza", "provinceID": "108", "region": "Lombardia", "regionID": "03"}] | {"properties": {"carCode": {"type": "string"}, "geo": {"type": "string"}, "geoCode": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_edbe1229-8b37-46f3-ade8-3b72bae10347/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/CityID | Obtain a specific italian city with cityID | 200 | Response | {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC4C", "capitalCity": 1, "carCode": "MI", "city": "Milano", "cityAlphaCode": "015146", "cityCatCode": "F205", "cityID": 15146, "cityID1995_2005": 15146, "cityID2006_2009": 15146, "cityID2010_2016": 15146, "cityIT": "Milano", "geo": "Nord-ovest", "geoCode": 1, "population": 1242123, "province": "Milano", "provinceID": "015", "region": "Lombardia", "regionID": "03", "territoryCode": "215"} | {"properties": {"NUTS1": {"type": "string"}, "NUTS2(3)": {"type": "string"}, "NUTS3": {"type": "string"}, "capitalCity": {"type": "integer"}, "carCode": {"type": "string"}, "city": {"type": "string"}, "cityAlphaCode": {"type": "string"}, "cityCatCode": {"type": "string"}, "cityID": {"type": "integer"}, "cityID1995_2005": {"type": "integer"}, "cityID2006_2009": {"type": "integer"}, "cityID2010_2016": {"type": "integer"}, "cityIT": {"type": "string"}, "geo": {"type": "string"}, "geoCode": {"type": "integer"}, "population": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}, "territoryCode": {"type": "string"}}, "type": "object"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_c432cd23-51ec-40b1-aa56-9347c412ac68/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Region/RegionID | Obtain italian cities with a specific region | 200 | Response | [{"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC41", "capitalCity": 0, "carCode": "VA", "city": "Agra", "cityAlphaCode": "012001", "cityCatCode": "A085", "cityID": 12001, "cityID1995_2005": 12001, "cityID2006_2009": 12001, "cityID2010_2016": 12001, "cityIT": "Agra", "geo": "Nord-ovest", "geoCode": 1, "population": 379, "province": "Varese", "provinceID": "012", "region": "Lombardia", "regionID": "03", "territoryCode": "012"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC42", "capitalCity": 0, "carCode": "CO", "city": "Albavilla", "cityAlphaCode": "013003", "cityCatCode": "A143", "cityID": 13003, "cityID1995_2005": 13003, "cityID2006_2009": 13003, "cityID2010_2016": 13003, "cityIT": "Albavilla", "geo": "Nord-ovest", "geoCode": 1, "population": 6255, "province": "Como", "provinceID": "013", "region": "Lombardia", "regionID": "03", "territoryCode": "013"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC44", "capitalCity": 0, "carCode": "SO", "city": "Albaredo per San Marco", "cityAlphaCode": "014001", "cityCatCode": "A135", "cityID": 14001, "cityID1995_2005": 14001, "cityID2006_2009": 14001, "cityID2010_2016": 14001, "cityIT": "Albaredo per San Marco", "geo": "Nord-ovest", "geoCode": 1, "population": 349, "province": "Sondrio", "provinceID": "014", "region": "Lombardia", "regionID": "03", "territoryCode": "014"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC4C", "capitalCity": 0, "carCode": "MI", "city": "Abbiategrasso", "cityAlphaCode": "015002", "cityCatCode": "A010", "cityID": 15002, "cityID1995_2005": 15002, "cityID2006_2009": 15002, "cityID2010_2016": 15002, "cityIT": "Abbiategrasso", "geo": "Nord-ovest", "geoCode": 1, "population": 30994, "province": "Milano", "provinceID": "015", "region": "Lombardia", "regionID": "03", "territoryCode": "215"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC46", "capitalCity": 0, "carCode": "BG", "city": "Adrara San Martino", "cityAlphaCode": "016001", "cityCatCode": "A057", "cityID": 16001, "cityID1995_2005": 16001, "cityID2006_2009": 16001, "cityID2010_2016": 16001, "cityIT": "Adrara San Martino", "geo": "Nord-ovest", "geoCode": 1, "population": 2161, "province": "Bergamo", "provinceID": "016", "region": "Lombardia", "regionID": "03", "territoryCode": "016"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC47", "capitalCity": 0, "carCode": "BS", "city": "Acquafredda", "cityAlphaCode": "017001", "cityCatCode": "A034", "cityID": 17001, "cityID1995_2005": 17001, "cityID2006_2009": 17001, "cityID2010_2016": 17001, "cityIT": "Acquafredda", "geo": "Nord-ovest", "geoCode": 1, "population": 1579, "province": "Brescia", "provinceID": "017", "region": "Lombardia", "regionID": "03", "territoryCode": "017"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC48", "capitalCity": 0, "carCode": "PV", "city": "Alagna", "cityAlphaCode": "018001", "cityCatCode": "A118", "cityID": 18001, "cityID1995_2005": 18001, "cityID2006_2009": 18001, "cityID2010_2016": 18001, "cityIT": "Alagna", "geo": "Nord-ovest", "geoCode": 1, "population": 882, "province": "Pavia", "provinceID": "018", "region": "Lombardia", "regionID": "03", "territoryCode": "018"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC4A", "capitalCity": 0, "carCode": "CR", "city": "Acquanegra Cremonese", "cityAlphaCode": "019001", "cityCatCode": "A039", "cityID": 19001, "cityID1995_2005": 19001, "cityID2006_2009": 19001, "cityID2010_2016": 19001, "cityIT": "Acquanegra Cremonese", "geo": "Nord-ovest", "geoCode": 1, "population": 1302, "province": "Cremona", "provinceID": "019", "region": "Lombardia", "regionID": "03", "territoryCode": "019"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC4B", "capitalCity": 0, "carCode": "MN", "city": "Acquanegra sul Chiese", "cityAlphaCode": "020001", "cityCatCode": "A038", "cityID": 20001, "cityID1995_2005": 20001, "cityID2006_2009": 20001, "cityID2010_2016": 20001, "cityIT": "Acquanegra sul Chiese", "geo": "Nord-ovest", "geoCode": 1, "population": 2996, "province": "Mantova", "provinceID": "020", "region": "Lombardia", "regionID": "03", "territoryCode": "020"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC43", "capitalCity": 0, "carCode": "LC", "city": "Abbadia Lariana", "cityAlphaCode": "097001", "cityCatCode": "A005", "cityID": 97001, "cityID1995_2005": 97001, "cityID2006_2009": 97001, "cityID2010_2016": 97001, "cityIT": "Abbadia Lariana", "geo": "Nord-ovest", "geoCode": 1, "population": 3249, "province": "Lecco", "provinceID": "097", "region": "Lombardia", "regionID": "03", "territoryCode": "097"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC49", "capitalCity": 0, "carCode": "LO", "city": "Abbadia Cerreto", "cityAlphaCode": "098001", "cityCatCode": "A004", "cityID": 98001, "cityID1995_2005": 98001, "cityID2006_2009": 98001, "cityID2010_2016": 98001, "cityIT": "Abbadia Cerreto", "geo": "Nord-ovest", "geoCode": 1, "population": 297, "province": "Lodi", "provinceID": "098", "region": "Lombardia", "regionID": "03", "territoryCode": "098"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC4D", "capitalCity": 0, "carCode": "MB", "city": "Agrate Brianza", "cityAlphaCode": "108001", "cityCatCode": "A087", "cityID": 108001, "cityID1995_2005": 15003, "cityID2006_2009": 15003, "cityID2010_2016": 108001, "cityIT": "Agrate Brianza", "geo": "Nord-ovest", "geoCode": 1, "population": 14770, "province": "Monza e della Brianza", "provinceID": "108", "region": "Lombardia", "regionID": "03", "territoryCode": "108"}] | {"items": {"properties": {"NUTS1": {"type": "string"}, "NUTS2(3)": {"type": "string"}, "NUTS3": {"type": "string"}, "capitalCity": {"type": "integer"}, "carCode": {"type": "string"}, "city": {"type": "string"}, "cityAlphaCode": {"type": "string"}, "cityCatCode": {"type": "string"}, "cityID": {"type": "integer"}, "cityID1995_2005": {"type": "integer"}, "cityID2006_2009": {"type": "integer"}, "cityID2010_2016": {"type": "integer"}, "cityIT": {"type": "string"}, "geo": {"type": "string"}, "geoCode": {"type": "integer"}, "population": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}, "territoryCode": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_16037b54-955f-4309-abea-e091b8e7b97f/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Province/ProvinceID | Obtain italian cities with a specific province | 200 | Response | [{"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC4C", "capitalCity": 0, "carCode": "MI", "city": "Abbiategrasso", "cityAlphaCode": "015002", "cityCatCode": "A010", "cityID": 15002, "cityID1995_2005": 15002, "cityID2006_2009": 15002, "cityID2010_2016": 15002, "cityIT": "Abbiategrasso", "geo": "Nord-ovest", "geoCode": 1, "population": 30994, "province": "Milano", "provinceID": "015", "region": "Lombardia", "regionID": "03", "territoryCode": "215"}] | {"items": {"properties": {"NUTS1": {"type": "string"}, "NUTS2(3)": {"type": "string"}, "NUTS3": {"type": "string"}, "capitalCity": {"type": "integer"}, "carCode": {"type": "string"}, "city": {"type": "string"}, "cityAlphaCode": {"type": "string"}, "cityCatCode": {"type": "string"}, "cityID": {"type": "integer"}, "cityID1995_2005": {"type": "integer"}, "cityID2006_2009": {"type": "integer"}, "cityID2010_2016": {"type": "integer"}, "cityIT": {"type": "string"}, "geo": {"type": "string"}, "geoCode": {"type": "integer"}, "population": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}, "territoryCode": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_88f6de3f-f3f8-46b6-a465-c4bd8a2ca952/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Province | Obtain all italian provinces | 200 | Province | {"carCode": "TO", "geo": "Nord-ovest", "geoCode": 1, "province": "Torino", "provinceID": "001", "region": "Piemonte", "regionID": "01"} | {"properties": {"carCode": {"type": "string"}, "geo": {"type": "string"}, "geoCode": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_e542c601-f84d-47bf-a5df-cec8b53fc785/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Region/Geocode/GeocodeID | Obtain italian regions with geographic coordinates. | 200 | Response | [{"geo": "Nord-est", "geoCode": 2, "region": "Trentino-Alto Adige/S\u00fcdtirol", "regionID": "04"}, {"geo": "Nord-est", "geoCode": 2, "region": "Veneto", "regionID": "05"}, {"geo": "Nord-est", "geoCode": 2, "region": "Friuli-Venezia Giulia", "regionID": "06"}, {"geo": "Nord-est", "geoCode": 2, "region": "Emilia-Romagna", "regionID": "08"}] | {"items": {"properties": {"geo": {"type": "string"}, "geoCode": {"type": "integer"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_2c859239-86c4-473d-a441-32b8ff5069fd/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Province/Select/Carcode | Obtain all italian province car codes | 200 | Response | [{"carCode": "TO", "province": "Torino", "provinceID": "001", "region": "Piemonte", "regionID": "01"}, {"carCode": "VC", "province": "Vercelli", "provinceID": "002", "region": "Piemonte", "regionID": "01"}, {"carCode": "NO", "province": "Novara", "provinceID": "003", "region": "Piemonte", "regionID": "01"}, {"carCode": "CN", "province": "Cuneo", "provinceID": "004", "region": "Piemonte", "regionID": "01"}, {"carCode": "AT", "province": "Asti", "provinceID": "005", "region": "Piemonte", "regionID": "01"}, {"carCode": "AL", "province": "Alessandria", "provinceID": "006", "region": "Piemonte", "regionID": "01"}, {"carCode": "BI", "province": "Biella", "provinceID": "096", "region": "Piemonte", "regionID": "01"}, {"carCode": "VB", "province": "Verbano-Cusio-Ossola", "provinceID": "103", "region": "Piemonte", "regionID": "01"}, {"carCode": "AO", "province": "Valle d'Aosta/Vall\u00e9e d'Aoste", "provinceID": "007", "region": "Valle d'Aosta/Vall\u00e9e d'Aoste", "regionID": "02"}, {"carCode": "VA", "province": "Varese", "provinceID": "012", "region": "Lombardia", "regionID": "03"}, {"carCode": "CO", "province": "Como", "provinceID": "013", "region": "Lombardia", "regionID": "03"}, {"carCode": "SO", "province": "Sondrio", "provinceID": "014", "region": "Lombardia", "regionID": "03"}, {"carCode": "MI", "province": "Milano", "provinceID": "015", "region": "Lombardia", "regionID": "03"}, {"carCode": "BG", "province": "Bergamo", "provinceID": "016", "region": "Lombardia", "regionID": "03"}, {"carCode": "BS", "province": "Brescia", "provinceID": "017", "region": "Lombardia", "regionID": "03"}, {"carCode": "PV", "province": "Pavia", "provinceID": "018", "region": "Lombardia", "regionID": "03"}, {"carCode": "CR", "province": "Cremona", "provinceID": "019", "region": "Lombardia", "regionID": "03"}, {"carCode": "MN", "province": "Mantova", "provinceID": "020", "region": "Lombardia", "regionID": "03"}, {"carCode": "LC", "province": "Lecco", "provinceID": "097", "region": "Lombardia", "regionID": "03"}, {"carCode": "LO", "province": "Lodi", "provinceID": "098", "region": "Lombardia", "regionID": "03"}, {"carCode": "MB", "province": "Monza e della Brianza", "provinceID": "108", "region": "Lombardia", "regionID": "03"}, {"carCode": "BZ", "province": "Bolzano/Bozen", "provinceID": "021", "region": "Trentino-Alto Adige/S\u00fcdtirol", "regionID": "04"}, {"carCode": "TN", "province": "Trento", "provinceID": "022", "region": "Trentino-Alto Adige/S\u00fcdtirol", "regionID": "04"}, {"carCode": "VR", "province": "Verona", "provinceID": "023", "region": "Veneto", "regionID": "05"}, {"carCode": "VI", "province": "Vicenza", "provinceID": "024", "region": "Veneto", "regionID": "05"}, {"carCode": "BL", "province": "Belluno", "provinceID": "025", "region": "Veneto", "regionID": "05"}, {"carCode": "TV", "province": "Treviso", "provinceID": "026", "region": "Veneto", "regionID": "05"}, {"carCode": "VE", "province": "Venezia", "provinceID": "027", "region": "Veneto", "regionID": "05"}, {"carCode": "PD", "province": "Padova", "provinceID": "028", "region": "Veneto", "regionID": "05"}, {"carCode": "RO", "province": "Rovigo", "provinceID": "029", "region": "Veneto", "regionID": "05"}, {"carCode": "UD", "province": "Udine", "provinceID": "030", "region": "Friuli-Venezia Giulia", "regionID": "06"}, {"carCode": "GO", "province": "Gorizia", "provinceID": "031", "region": "Friuli-Venezia Giulia", "regionID": "06"}, {"carCode": "TS", "province": "Trieste", "provinceID": "032", "region": "Friuli-Venezia Giulia", "regionID": "06"}, {"carCode": "PN", "province": "Pordenone", "provinceID": "093", "region": "Friuli-Venezia Giulia", "regionID": "06"}, {"carCode": "IM", "province": "Imperia", "provinceID": "008", "region": "Liguria", "regionID": "07"}, {"carCode": "SV", "province": "Savona", "provinceID": "009", "region": "Liguria", "regionID": "07"}, {"carCode": "GE", "province": "Genova", "provinceID": "010", "region": "Liguria", "regionID": "07"}, {"carCode": "SP", "province": "La Spezia", "provinceID": "011", "region": "Liguria", "regionID": "07"}, {"carCode": "PC", "province": "Piacenza", "provinceID": "033", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "PR", "province": "Parma", "provinceID": "034", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "RE", "province": "Reggio nell'Emilia", "provinceID": "035", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "MO", "province": "Modena", "provinceID": "036", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "BO", "province": "Bologna", "provinceID": "037", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "FE", "province": "Ferrara", "provinceID": "038", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "RA", "province": "Ravenna", "provinceID": "039", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "FC", "province": "Forl\u00ec-Cesena", "provinceID": "040", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "RN", "province": "Rimini", "provinceID": "099", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "MS", "province": "Massa-Carrara", "provinceID": "045", "region": "Toscana", "regionID": "09"}, {"carCode": "LU", "province": "Lucca", "provinceID": "046", "region": "Toscana", "regionID": "09"}, {"carCode": "PT", "province": "Pistoia", "provinceID": "047", "region": "Toscana", "regionID": "09"}, {"carCode": "FI", "province": "Firenze", "provinceID": "048", "region": "Toscana", "regionID": "09"}, {"carCode": "LI", "province": "Livorno", "provinceID": "049", "region": "Toscana", "regionID": "09"}, {"carCode": "PI", "province": "Pisa", "provinceID": "050", "region": "Toscana", "regionID": "09"}, {"carCode": "AR", "province": "Arezzo", "provinceID": "051", "region": "Toscana", "regionID": "09"}, {"carCode": "SI", "province": "Siena", "provinceID": "052", "region": "Toscana", "regionID": "09"}, {"carCode": "GR", "province": "Grosseto", "provinceID": "053", "region": "Toscana", "regionID": "09"}, {"carCode": "PO", "province": "Prato", "provinceID": "100", "region": "Toscana", "regionID": "09"}, {"carCode": "PG", "province": "Perugia", "provinceID": "054", "region": "Umbria", "regionID": "10"}, {"carCode": "TR", "province": "Terni", "provinceID": "055", "region": "Umbria", "regionID": "10"}, {"carCode": "PU", "province": "Pesaro e Urbino", "provinceID": "041", "region": "Marche", "regionID": "11"}, {"carCode": "AN", "province": "Ancona", "provinceID": "042", "region": "Marche", "regionID": "11"}, {"carCode": "MC", "province": "Macerata", "provinceID": "043", "region": "Marche", "regionID": "11"}, {"carCode": "AP", "province": "Ascoli Piceno", "provinceID": "044", "region": "Marche", "regionID": "11"}, {"carCode": "FM", "province": "Fermo", "provinceID": "109", "region": "Marche", "regionID": "11"}, {"carCode": "VT", "province": "Viterbo", "provinceID": "056", "region": "Lazio", "regionID": "12"}, {"carCode": "RI", "province": "Rieti", "provinceID": "057", "region": "Lazio", "regionID": "12"}, {"carCode": "RM", "province": "Roma", "provinceID": "058", "region": "Lazio", "regionID": "12"}, {"carCode": "LT", "province": "Latina", "provinceID": "059", "region": "Lazio", "regionID": "12"}, {"carCode": "FR", "province": "Frosinone", "provinceID": "060", "region": "Lazio", "regionID": "12"}, {"carCode": "AQ", "province": "L'Aquila", "provinceID": "066", "region": "Abruzzo", "regionID": "13"}, {"carCode": "TE", "province": "Teramo", "provinceID": "067", "region": "Abruzzo", "regionID": "13"}, {"carCode": "PE", "province": "Pescara", "provinceID": "068", "region": "Abruzzo", "regionID": "13"}, {"carCode": "CH", "province": "Chieti", "provinceID": "069", "region": "Abruzzo", "regionID": "13"}, {"carCode": "CB", "province": "Campobasso", "provinceID": "070", "region": "Molise", "regionID": "14"}, {"carCode": "IS", "province": "Isernia", "provinceID": "094", "region": "Molise", "regionID": "14"}, {"carCode": "CE", "province": "Caserta", "provinceID": "061", "region": "Campania", "regionID": "15"}, {"carCode": "BN", "province": "Benevento", "provinceID": "062", "region": "Campania", "regionID": "15"}, {"carCode": "NA", "province": "Napoli", "provinceID": "063", "region": "Campania", "regionID": "15"}, {"carCode": "AV", "province": "Avellino", "provinceID": "064", "region": "Campania", "regionID": "15"}, {"carCode": "SA", "province": "Salerno", "provinceID": "065", "region": "Campania", "regionID": "15"}, {"carCode": "FG", "province": "Foggia", "provinceID": "071", "region": "Puglia", "regionID": "16"}, {"carCode": "BA", "province": "Bari", "provinceID": "072", "region": "Puglia", "regionID": "16"}, {"carCode": "TA", "province": "Taranto", "provinceID": "073", "region": "Puglia", "regionID": "16"}, {"carCode": "BR", "province": "Brindisi", "provinceID": "074", "region": "Puglia", "regionID": "16"}, {"carCode": "LE", "province": "Lecce", "provinceID": "075", "region": "Puglia", "regionID": "16"}, {"carCode": "BT", "province": "Barletta-Andria-Trani", "provinceID": "110", "region": "Puglia", "regionID": "16"}, {"carCode": "PZ", "province": "Potenza", "provinceID": "076", "region": "Basilicata", "regionID": "17"}, {"carCode": "MT", "province": "Matera", "provinceID": "077", "region": "Basilicata", "regionID": "17"}, {"carCode": "CS", "province": "Cosenza", "provinceID": "078", "region": "Calabria", "regionID": "18"}, {"carCode": "CZ", "province": "Catanzaro", "provinceID": "079", "region": "Calabria", "regionID": "18"}, {"carCode": "RC", "province": "Reggio Calabria", "provinceID": "080", "region": "Calabria", "regionID": "18"}, {"carCode": "KR", "province": "Crotone", "provinceID": "101", "region": "Calabria", "regionID": "18"}, {"carCode": "VV", "province": "Vibo Valentia", "provinceID": "102", "region": "Calabria", "regionID": "18"}, {"carCode": "TP", "province": "Trapani", "provinceID": "081", "region": "Sicilia", "regionID": "19"}, {"carCode": "PA", "province": "Palermo", "provinceID": "082", "region": "Sicilia", "regionID": "19"}, {"carCode": "ME", "province": "Messina", "provinceID": "083", "region": "Sicilia", "regionID": "19"}, {"carCode": "AG", "province": "Agrigento", "provinceID": "084", "region": "Sicilia", "regionID": "19"}, {"carCode": "CL", "province": "Caltanissetta", "provinceID": "085", "region": "Sicilia", "regionID": "19"}, {"carCode": "EN", "province": "Enna", "provinceID": "086", "region": "Sicilia", "regionID": "19"}, {"carCode": "CT", "province": "Catania", "provinceID": "087", "region": "Sicilia", "regionID": "19"}, {"carCode": "RG", "province": "Ragusa", "provinceID": "088", "region": "Sicilia", "regionID": "19"}, {"carCode": "SR", "province": "Siracusa", "provinceID": "089", "region": "Sicilia", "regionID": "19"}, {"carCode": "SS", "province": "Sassari", "provinceID": "090", "region": "Sardegna", "regionID": "20"}, {"carCode": "NU", "province": "Nuoro", "provinceID": "091", "region": "Sardegna", "regionID": "20"}, {"carCode": "CA", "province": "Cagliari", "provinceID": "092", "region": "Sardegna", "regionID": "20"}, {"carCode": "OR", "province": "Oristano", "provinceID": "095", "region": "Sardegna", "regionID": "20"}, {"carCode": "SU", "province": "Sud Sardegna", "provinceID": "111", "region": "Sardegna", "regionID": "20"}] | {"items": {"properties": {"carCode": {"type": "string"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_a78641ea-b4e6-4677-83e9-a3a8880eae51/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Select/Carcode/Region/RegionId | Obtain all italian cities car codes with a specific region bt regionID | 200 | Response | [{"carCode": "VR", "city": "Affi", "cityID": 23001, "province": "Verona", "provinceID": "023", "region": "Veneto", "regionID": "05"}, {"carCode": "VI", "city": "Agugliaro", "cityID": 24001, "province": "Vicenza", "provinceID": "024", "region": "Veneto", "regionID": "05"}, {"carCode": "BL", "city": "Agordo", "cityID": 25001, "province": "Belluno", "provinceID": "025", "region": "Veneto", "regionID": "05"}, {"carCode": "TV", "city": "Altivole", "cityID": 26001, "province": "Treviso", "provinceID": "026", "region": "Veneto", "regionID": "05"}, {"carCode": "VE", "city": "Annone Veneto", "cityID": 27001, "province": "Venezia", "provinceID": "027", "region": "Veneto", "regionID": "05"}, {"carCode": "PD", "city": "Abano Terme", "cityID": 28001, "province": "Padova", "provinceID": "028", "region": "Veneto", "regionID": "05"}, {"carCode": "RO", "city": "Adria", "cityID": 29001, "province": "Rovigo", "provinceID": "029", "region": "Veneto", "regionID": "05"}] | {"items": {"properties": {"carCode": {"type": "string"}, "city": {"type": "string"}, "cityID": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_8c3cc53f-ad1c-4287-8eb1-340ac3843526/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Province/Geocode/GeocodeID | Obtain italian provinces with geographic coordinates. | 200 | Response | [{"carCode": "BZ", "geo": "Nord-est", "geoCode": 2, "province": "Bolzano/Bozen", "provinceID": "021", "region": "Trentino-Alto Adige/S\u00fcdtirol", "regionID": "04"}, {"carCode": "TN", "geo": "Nord-est", "geoCode": 2, "province": "Trento", "provinceID": "022", "region": "Trentino-Alto Adige/S\u00fcdtirol", "regionID": "04"}, {"carCode": "VR", "geo": "Nord-est", "geoCode": 2, "province": "Verona", "provinceID": "023", "region": "Veneto", "regionID": "05"}, {"carCode": "VI", "geo": "Nord-est", "geoCode": 2, "province": "Vicenza", "provinceID": "024", "region": "Veneto", "regionID": "05"}, {"carCode": "BL", "geo": "Nord-est", "geoCode": 2, "province": "Belluno", "provinceID": "025", "region": "Veneto", "regionID": "05"}, {"carCode": "TV", "geo": "Nord-est", "geoCode": 2, "province": "Treviso", "provinceID": "026", "region": "Veneto", "regionID": "05"}, {"carCode": "VE", "geo": "Nord-est", "geoCode": 2, "province": "Venezia", "provinceID": "027", "region": "Veneto", "regionID": "05"}, {"carCode": "PD", "geo": "Nord-est", "geoCode": 2, "province": "Padova", "provinceID": "028", "region": "Veneto", "regionID": "05"}, {"carCode": "RO", "geo": "Nord-est", "geoCode": 2, "province": "Rovigo", "provinceID": "029", "region": "Veneto", "regionID": "05"}, {"carCode": "UD", "geo": "Nord-est", "geoCode": 2, "province": "Udine", "provinceID": "030", "region": "Friuli-Venezia Giulia", "regionID": "06"}, {"carCode": "GO", "geo": "Nord-est", "geoCode": 2, "province": "Gorizia", "provinceID": "031", "region": "Friuli-Venezia Giulia", "regionID": "06"}, {"carCode": "TS", "geo": "Nord-est", "geoCode": 2, "province": "Trieste", "provinceID": "032", "region": "Friuli-Venezia Giulia", "regionID": "06"}, {"carCode": "PN", "geo": "Nord-est", "geoCode": 2, "province": "Pordenone", "provinceID": "093", "region": "Friuli-Venezia Giulia", "regionID": "06"}, {"carCode": "PC", "geo": "Nord-est", "geoCode": 2, "province": "Piacenza", "provinceID": "033", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "PR", "geo": "Nord-est", "geoCode": 2, "province": "Parma", "provinceID": "034", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "RE", "geo": "Nord-est", "geoCode": 2, "province": "Reggio nell'Emilia", "provinceID": "035", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "MO", "geo": "Nord-est", "geoCode": 2, "province": "Modena", "provinceID": "036", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "BO", "geo": "Nord-est", "geoCode": 2, "province": "Bologna", "provinceID": "037", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "FE", "geo": "Nord-est", "geoCode": 2, "province": "Ferrara", "provinceID": "038", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "RA", "geo": "Nord-est", "geoCode": 2, "province": "Ravenna", "provinceID": "039", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "FC", "geo": "Nord-est", "geoCode": 2, "province": "Forl\u00ec-Cesena", "provinceID": "040", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "RN", "geo": "Nord-est", "geoCode": 2, "province": "Rimini", "provinceID": "099", "region": "Emilia-Romagna", "regionID": "08"}] | {"items": {"properties": {"carCode": {"type": "string"}, "geo": {"type": "string"}, "geoCode": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_018e9f03-664e-46a8-a387-7eee869844e8/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Province/Select/Carcode/Region/RegionId | Obtain italian car codes with a specific region | 200 | Response | [{"carCode": "VR", "province": "Verona", "provinceID": "023", "region": "Veneto", "regionID": "05"}, {"carCode": "VI", "province": "Vicenza", "provinceID": "024", "region": "Veneto", "regionID": "05"}, {"carCode": "BL", "province": "Belluno", "provinceID": "025", "region": "Veneto", "regionID": "05"}, {"carCode": "TV", "province": "Treviso", "provinceID": "026", "region": "Veneto", "regionID": "05"}, {"carCode": "VE", "province": "Venezia", "provinceID": "027", "region": "Veneto", "regionID": "05"}, {"carCode": "PD", "province": "Padova", "provinceID": "028", "region": "Veneto", "regionID": "05"}, {"carCode": "RO", "province": "Rovigo", "provinceID": "029", "region": "Veneto", "regionID": "05"}] | {"items": {"properties": {"carCode": {"type": "string"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_b7493e16-601d-4f8a-8ccc-2c19040fca95/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Select/Carcode/Province/ProvinceId | Obtain all italian cities car codes with a specific province by provinceID | 200 | Response | [{"carCode": "TV", "city": "Altivole", "cityID": 26001, "province": "Treviso", "provinceID": "026", "region": "Veneto", "regionID": "05"}] | {"items": {"properties": {"carCode": {"type": "string"}, "city": {"type": "string"}, "cityID": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_9126c7fa-e424-429a-bed4-c19bc25c6e64/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Province/Query/Search | Obtain italian provinces using query string | 404 | Response | [{"geo": "Nord-est", "geoCode": 2, "region": "Veneto", "regionID": "05"}] | {"items": {"properties": {"geo": {"type": "string"}, "geoCode": {"type": "integer"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_fcde70d1-c74b-4821-8b9f-3ec16699918d/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Geocode/GeocodeID | Obtain italian cities with geographic coordinates. | 200 | Response | [{"NUTS1": "ITH", "NUTS2(3)": "ITH1", "NUTS3": "ITH10", "capitalCity": 0, "carCode": "BZ", "city": "Aldino/Aldein", "cityAlphaCode": "021001", "cityCatCode": "A179", "cityID": 21001, "cityID1995_2005": 21001, "cityID2006_2009": 21001, "cityID2010_2016": 21001, "cityIT": "Aldino", "citySTRA": "Aldein", "geo": "Nord-est", "geoCode": 2, "population": 1651, "province": "Bolzano/Bozen", "provinceID": "021", "region": "Trentino-Alto Adige/S\u00fcdtirol", "regionID": "04", "territoryCode": "021"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH2", "NUTS3": "ITH20", "capitalCity": 0, "carCode": "TN", "city": "Ala", "cityAlphaCode": "022001", "cityCatCode": "A116", "cityID": 22001, "cityID1995_2005": 22001, "cityID2006_2009": 22001, "cityID2010_2016": 22001, "cityIT": "Ala", "geo": "Nord-est", "geoCode": 2, "population": 8887, "province": "Trento", "provinceID": "022", "region": "Trentino-Alto Adige/S\u00fcdtirol", "regionID": "04", "territoryCode": "022"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH31", "capitalCity": 0, "carCode": "VR", "city": "Affi", "cityAlphaCode": "023001", "cityCatCode": "A061", "cityID": 23001, "cityID1995_2005": 23001, "cityID2006_2009": 23001, "cityID2010_2016": 23001, "cityIT": "Affi", "geo": "Nord-est", "geoCode": 2, "population": 2297, "province": "Verona", "provinceID": "023", "region": "Veneto", "regionID": "05", "territoryCode": "023"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH32", "capitalCity": 0, "carCode": "VI", "city": "Agugliaro", "cityAlphaCode": "024001", "cityCatCode": "A093", "cityID": 24001, "cityID1995_2005": 24001, "cityID2006_2009": 24001, "cityID2010_2016": 24001, "cityIT": "Agugliaro", "geo": "Nord-est", "geoCode": 2, "population": 1422, "province": "Vicenza", "provinceID": "024", "region": "Veneto", "regionID": "05", "territoryCode": "024"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH33", "capitalCity": 0, "carCode": "BL", "city": "Agordo", "cityAlphaCode": "025001", "cityCatCode": "A083", "cityID": 25001, "cityID1995_2005": 25001, "cityID2006_2009": 25001, "cityID2010_2016": 25001, "cityIT": "Agordo", "geo": "Nord-est", "geoCode": 2, "population": 4249, "province": "Belluno", "provinceID": "025", "region": "Veneto", "regionID": "05", "territoryCode": "025"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH34", "capitalCity": 0, "carCode": "TV", "city": "Altivole", "cityAlphaCode": "026001", "cityCatCode": "A237", "cityID": 26001, "cityID1995_2005": 26001, "cityID2006_2009": 26001, "cityID2010_2016": 26001, "cityIT": "Altivole", "geo": "Nord-est", "geoCode": 2, "population": 6720, "province": "Treviso", "provinceID": "026", "region": "Veneto", "regionID": "05", "territoryCode": "026"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH35", "capitalCity": 0, "carCode": "VE", "city": "Annone Veneto", "cityAlphaCode": "027001", "cityCatCode": "A302", "cityID": 27001, "cityID1995_2005": 27001, "cityID2006_2009": 27001, "cityID2010_2016": 27001, "cityIT": "Annone Veneto", "geo": "Nord-est", "geoCode": 2, "population": 3976, "province": "Venezia", "provinceID": "027", "region": "Veneto", "regionID": "05", "territoryCode": "227"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH36", "capitalCity": 0, "carCode": "PD", "city": "Abano Terme", "cityAlphaCode": "028001", "cityCatCode": "A001", "cityID": 28001, "cityID1995_2005": 28001, "cityID2006_2009": 28001, "cityID2010_2016": 28001, "cityIT": "Abano Terme", "geo": "Nord-est", "geoCode": 2, "population": 19349, "province": "Padova", "provinceID": "028", "region": "Veneto", "regionID": "05", "territoryCode": "028"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH37", "capitalCity": 0, "carCode": "RO", "city": "Adria", "cityAlphaCode": "029001", "cityCatCode": "A059", "cityID": 29001, "cityID1995_2005": 29001, "cityID2006_2009": 29001, "cityID2010_2016": 29001, "cityIT": "Adria", "geo": "Nord-est", "geoCode": 2, "population": 20233, "province": "Rovigo", "provinceID": "029", "region": "Veneto", "regionID": "05", "territoryCode": "029"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH4", "NUTS3": "ITH42", "capitalCity": 0, "carCode": "UD", "city": "Aiello del Friuli", "cityAlphaCode": "030001", "cityCatCode": "A103", "cityID": 30001, "cityID1995_2005": 30001, "cityID2006_2009": 30001, "cityID2010_2016": 30001, "cityIT": "Aiello del Friuli", "geo": "Nord-est", "geoCode": 2, "population": 2272, "province": "Udine", "provinceID": "030", "region": "Friuli-Venezia Giulia", "regionID": "06", "territoryCode": "030"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH4", "NUTS3": "ITH43", "capitalCity": 0, "carCode": "GO", "city": "Capriva del Friuli", "cityAlphaCode": "031001", "cityCatCode": "B712", "cityID": 31001, "cityID1995_2005": 31001, "cityID2006_2009": 31001, "cityID2010_2016": 31001, "cityIT": "Capriva del Friuli", "geo": "Nord-est", "geoCode": 2, "population": 1731, "province": "Gorizia", "provinceID": "031", "region": "Friuli-Venezia Giulia", "regionID": "06", "territoryCode": "031"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH4", "NUTS3": "ITH44", "capitalCity": 0, "carCode": "TS", "city": "Duino Aurisina-Devin Nabre\u017eina", "cityAlphaCode": "032001", "cityCatCode": "D383", "cityID": 32001, "cityID1995_2005": 32001, "cityID2006_2009": 32001, "cityID2010_2016": 32001, "cityIT": "Duino Aurisina", "citySTRA": "Devin Nabre\u017eina", "geo": "Nord-est", "geoCode": 2, "population": 8586, "province": "Trieste", "provinceID": "032", "region": "Friuli-Venezia Giulia", "regionID": "06", "territoryCode": "032"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH4", "NUTS3": "ITH41", "capitalCity": 0, "carCode": "PN", "city": "Andreis", "cityAlphaCode": "093001", "cityCatCode": "A283", "cityID": 93001, "cityID1995_2005": 93001, "cityID2006_2009": 93001, "cityID2010_2016": 93001, "cityIT": "Andreis", "geo": "Nord-est", "geoCode": 2, "population": 282, "province": "Pordenone", "provinceID": "093", "region": "Friuli-Venezia Giulia", "regionID": "06", "territoryCode": "093"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH51", "capitalCity": 0, "carCode": "PC", "city": "Agazzano", "cityAlphaCode": "033001", "cityCatCode": "A067", "cityID": 33001, "cityID1995_2005": 33001, "cityID2006_2009": 33001, "cityID2010_2016": 33001, "cityIT": "Agazzano", "geo": "Nord-est", "geoCode": 2, "population": 2070, "province": "Piacenza", "provinceID": "033", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "033"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH52", "capitalCity": 0, "carCode": "PR", "city": "Albareto", "cityAlphaCode": "034001", "cityCatCode": "A138", "cityID": 34001, "cityID1995_2005": 34001, "cityID2006_2009": 34001, "cityID2010_2016": 34001, "cityIT": "Albareto", "geo": "Nord-est", "geoCode": 2, "population": 2165, "province": "Parma", "provinceID": "034", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "034"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH53", "capitalCity": 0, "carCode": "RE", "city": "Albinea", "cityAlphaCode": "035001", "cityCatCode": "A162", "cityID": 35001, "cityID1995_2005": 35001, "cityID2006_2009": 35001, "cityID2010_2016": 35001, "cityIT": "Albinea", "geo": "Nord-est", "geoCode": 2, "population": 8755, "province": "Reggio nell'Emilia", "provinceID": "035", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "035"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH54", "capitalCity": 0, "carCode": "MO", "city": "Bastiglia", "cityAlphaCode": "036001", "cityCatCode": "A713", "cityID": 36001, "cityID1995_2005": 36001, "cityID2006_2009": 36001, "cityID2010_2016": 36001, "cityIT": "Bastiglia", "geo": "Nord-est", "geoCode": 2, "population": 3985, "province": "Modena", "provinceID": "036", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "036"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH55", "capitalCity": 0, "carCode": "BO", "city": "Anzola dell'Emilia", "cityAlphaCode": "037001", "cityCatCode": "A324", "cityID": 37001, "cityID1995_2005": 37001, "cityID2006_2009": 37001, "cityID2010_2016": 37001, "cityIT": "Anzola dell'Emilia", "geo": "Nord-est", "geoCode": 2, "population": 11851, "province": "Bologna", "provinceID": "037", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "237"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH56", "capitalCity": 0, "carCode": "FE", "city": "Argenta", "cityAlphaCode": "038001", "cityCatCode": "A393", "cityID": 38001, "cityID1995_2005": 38001, "cityID2006_2009": 38001, "cityID2010_2016": 38001, "cityIT": "Argenta", "geo": "Nord-est", "geoCode": 2, "population": 22133, "province": "Ferrara", "provinceID": "038", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "038"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH57", "capitalCity": 0, "carCode": "RA", "city": "Alfonsine", "cityAlphaCode": "039001", "cityCatCode": "A191", "cityID": 39001, "cityID1995_2005": 39001, "cityID2006_2009": 39001, "cityID2010_2016": 39001, "cityIT": "Alfonsine", "geo": "Nord-est", "geoCode": 2, "population": 12245, "province": "Ravenna", "provinceID": "039", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "039"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH58", "capitalCity": 0, "carCode": "FC", "city": "Bagno di Romagna", "cityAlphaCode": "040001", "cityCatCode": "A565", "cityID": 40001, "cityID1995_2005": 40001, "cityID2006_2009": 40001, "cityID2010_2016": 40001, "cityIT": "Bagno di Romagna", "geo": "Nord-est", "geoCode": 2, "population": 6138, "province": "Forl\u00ec-Cesena", "provinceID": "040", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "040"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH59", "capitalCity": 0, "carCode": "RN", "city": "Bellaria-Igea Marina", "cityAlphaCode": "099001", "cityCatCode": "A747", "cityID": 99001, "cityID1995_2005": 99001, "cityID2006_2009": 99001, "cityID2010_2016": 99001, "cityIT": "Bellaria-Igea Marina", "geo": "Nord-est", "geoCode": 2, "population": 18591, "province": "Rimini", "provinceID": "099", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "099"}] | {"items": {"type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_81232ad6-b9c8-40f3-a3a7-f28f8d89096a/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | Province/Select/Only/Carcode | Obtain all italian province car codes | 200 | Response | [{"carCode": "TO"}, {"carCode": "VC"}, {"carCode": "NO"}, {"carCode": "CN"}, {"carCode": "AT"}, {"carCode": "AL"}, {"carCode": "BI"}, {"carCode": "VB"}, {"carCode": "AO"}, {"carCode": "VA"}, {"carCode": "CO"}, {"carCode": "SO"}, {"carCode": "MI"}, {"carCode": "BG"}, {"carCode": "BS"}, {"carCode": "PV"}, {"carCode": "CR"}, {"carCode": "MN"}, {"carCode": "LC"}, {"carCode": "LO"}, {"carCode": "MB"}, {"carCode": "BZ"}, {"carCode": "TN"}, {"carCode": "VR"}, {"carCode": "VI"}, {"carCode": "BL"}, {"carCode": "TV"}, {"carCode": "VE"}, {"carCode": "PD"}, {"carCode": "RO"}, {"carCode": "UD"}, {"carCode": "GO"}, {"carCode": "TS"}, {"carCode": "PN"}, {"carCode": "IM"}, {"carCode": "SV"}, {"carCode": "GE"}, {"carCode": "SP"}, {"carCode": "PC"}, {"carCode": "PR"}, {"carCode": "RE"}, {"carCode": "MO"}, {"carCode": "BO"}, {"carCode": "FE"}, {"carCode": "RA"}, {"carCode": "FC"}, {"carCode": "RN"}, {"carCode": "MS"}, {"carCode": "LU"}, {"carCode": "PT"}, {"carCode": "FI"}, {"carCode": "LI"}, {"carCode": "PI"}, {"carCode": "AR"}, {"carCode": "SI"}, {"carCode": "GR"}, {"carCode": "PO"}, {"carCode": "PG"}, {"carCode": "TR"}, {"carCode": "PU"}, {"carCode": "AN"}, {"carCode": "MC"}, {"carCode": "AP"}, {"carCode": "FM"}, {"carCode": "VT"}, {"carCode": "RI"}, {"carCode": "RM"}, {"carCode": "LT"}, {"carCode": "FR"}, {"carCode": "AQ"}, {"carCode": "TE"}, {"carCode": "PE"}, {"carCode": "CH"}, {"carCode": "CB"}, {"carCode": "IS"}, {"carCode": "CE"}, {"carCode": "BN"}, {"carCode": "NA"}, {"carCode": "AV"}, {"carCode": "SA"}, {"carCode": "FG"}, {"carCode": "BA"}, {"carCode": "TA"}, {"carCode": "BR"}, {"carCode": "LE"}, {"carCode": "BT"}, {"carCode": "PZ"}, {"carCode": "MT"}, {"carCode": "CS"}, {"carCode": "CZ"}, {"carCode": "RC"}, {"carCode": "KR"}, {"carCode": "VV"}, {"carCode": "TP"}, {"carCode": "PA"}, {"carCode": "ME"}, {"carCode": "AG"}, {"carCode": "CL"}, {"carCode": "EN"}, {"carCode": "CT"}, {"carCode": "RG"}, {"carCode": "SR"}, {"carCode": "SS"}, {"carCode": "NU"}, {"carCode": "CA"}, {"carCode": "OR"}, {"carCode": "SU"}] | {"items": {"properties": {"carCode": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_c837c3c8-de22-4a79-995c-a825c5c43cd4/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Select/Capital/Region/RegionId | Obtain italian capital cities with a specific region | 200 | Response | [{"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH31", "capitalCity": 1, "carCode": "VR", "city": "Verona", "cityAlphaCode": "023091", "cityCatCode": "L781", "cityID": 23091, "cityID1995_2005": 23091, "cityID2006_2009": 23091, "cityID2010_2016": 23091, "cityIT": "Verona", "geo": "Nord-est", "geoCode": 2, "population": 252520, "province": "Verona", "provinceID": "023", "region": "Veneto", "regionID": "05", "territoryCode": "023"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH32", "capitalCity": 1, "carCode": "VI", "city": "Vicenza", "cityAlphaCode": "024116", "cityCatCode": "L840", "cityID": 24116, "cityID1995_2005": 24116, "cityID2006_2009": 24116, "cityID2010_2016": 24116, "cityIT": "Vicenza", "geo": "Nord-est", "geoCode": 2, "population": 111500, "province": "Vicenza", "provinceID": "024", "region": "Veneto", "regionID": "05", "territoryCode": "024"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH33", "capitalCity": 1, "carCode": "BL", "city": "Belluno", "cityAlphaCode": "025006", "cityCatCode": "A757", "cityID": 25006, "cityID1995_2005": 25006, "cityID2006_2009": 25006, "cityID2010_2016": 25006, "cityIT": "Belluno", "geo": "Nord-est", "geoCode": 2, "population": 35591, "province": "Belluno", "provinceID": "025", "region": "Veneto", "regionID": "05", "territoryCode": "025"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH34", "capitalCity": 1, "carCode": "TV", "city": "Treviso", "cityAlphaCode": "026086", "cityCatCode": "L407", "cityID": 26086, "cityID1995_2005": 26086, "cityID2006_2009": 26086, "cityID2010_2016": 26086, "cityIT": "Treviso", "geo": "Nord-est", "geoCode": 2, "population": 81014, "province": "Treviso", "provinceID": "026", "region": "Veneto", "regionID": "05", "territoryCode": "026"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH35", "capitalCity": 1, "carCode": "VE", "city": "Venezia", "cityAlphaCode": "027042", "cityCatCode": "L736", "cityID": 27042, "cityID1995_2005": 27042, "cityID2006_2009": 27042, "cityID2010_2016": 27042, "cityIT": "Venezia", "geo": "Nord-est", "geoCode": 2, "population": 261362, "province": "Venezia", "provinceID": "027", "region": "Veneto", "regionID": "05", "territoryCode": "227"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH36", "capitalCity": 1, "carCode": "PD", "city": "Padova", "cityAlphaCode": "028060", "cityCatCode": "G224", "cityID": 28060, "cityID1995_2005": 28060, "cityID2006_2009": 28060, "cityID2010_2016": 28060, "cityIT": "Padova", "geo": "Nord-est", "geoCode": 2, "population": 206192, "province": "Padova", "provinceID": "028", "region": "Veneto", "regionID": "05", "territoryCode": "028"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH37", "capitalCity": 1, "carCode": "RO", "city": "Rovigo", "cityAlphaCode": "029041", "cityCatCode": "H620", "cityID": 29041, "cityID1995_2005": 29041, "cityID2006_2009": 29041, "cityID2010_2016": 29041, "cityIT": "Rovigo", "geo": "Nord-est", "geoCode": 2, "population": 50164, "province": "Rovigo", "provinceID": "029", "region": "Veneto", "regionID": "05", "territoryCode": "029"}] | {"items": {"properties": {"NUTS1": {"type": "string"}, "NUTS2(3)": {"type": "string"}, "NUTS3": {"type": "string"}, "capitalCity": {"type": "integer"}, "carCode": {"type": "string"}, "city": {"type": "string"}, "cityAlphaCode": {"type": "string"}, "cityCatCode": {"type": "string"}, "cityID": {"type": "integer"}, "cityID1995_2005": {"type": "integer"}, "cityID2006_2009": {"type": "integer"}, "cityID2010_2016": {"type": "integer"}, "cityIT": {"type": "string"}, "geo": {"type": "string"}, "geoCode": {"type": "integer"}, "population": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}, "territoryCode": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_580fff60-13fa-4b83-8c2e-03d49562b59b/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Select/Carcode | Obtain all italian cities car codes | 200 | Response | [{"carCode": "TO", "city": "Agli\u00e8", "cityID": 1001, "province": "Torino", "provinceID": "001", "region": "Piemonte", "regionID": "01"}, {"carCode": "VC", "city": "Alagna Valsesia", "cityID": 2002, "province": "Vercelli", "provinceID": "002", "region": "Piemonte", "regionID": "01"}, {"carCode": "NO", "city": "Agrate Conturbia", "cityID": 3001, "province": "Novara", "provinceID": "003", "region": "Piemonte", "regionID": "01"}, {"carCode": "CN", "city": "Acceglio", "cityID": 4001, "province": "Cuneo", "provinceID": "004", "region": "Piemonte", "regionID": "01"}, {"carCode": "AT", "city": "Agliano Terme", "cityID": 5001, "province": "Asti", "provinceID": "005", "region": "Piemonte", "regionID": "01"}, {"carCode": "AL", "city": "Acqui Terme", "cityID": 6001, "province": "Alessandria", "provinceID": "006", "region": "Piemonte", "regionID": "01"}, {"carCode": "BI", "city": "Ailoche", "cityID": 96001, "province": "Biella", "provinceID": "096", "region": "Piemonte", "regionID": "01"}, {"carCode": "VB", "city": "Antrona Schieranco", "cityID": 103001, "province": "Verbano-Cusio-Ossola", "provinceID": "103", "region": "Piemonte", "regionID": "01"}, {"carCode": "AO", "city": "Allein", "cityID": 7001, "province": "Valle d'Aosta/Vall\u00e9e d'Aoste", "provinceID": "007", "region": "Valle d'Aosta/Vall\u00e9e d'Aoste", "regionID": "02"}, {"carCode": "VA", "city": "Agra", "cityID": 12001, "province": "Varese", "provinceID": "012", "region": "Lombardia", "regionID": "03"}, {"carCode": "CO", "city": "Albavilla", "cityID": 13003, "province": "Como", "provinceID": "013", "region": "Lombardia", "regionID": "03"}, {"carCode": "SO", "city": "Albaredo per San Marco", "cityID": 14001, "province": "Sondrio", "provinceID": "014", "region": "Lombardia", "regionID": "03"}, {"carCode": "MI", "city": "Abbiategrasso", "cityID": 15002, "province": "Milano", "provinceID": "015", "region": "Lombardia", "regionID": "03"}, {"carCode": "BG", "city": "Adrara San Martino", "cityID": 16001, "province": "Bergamo", "provinceID": "016", "region": "Lombardia", "regionID": "03"}, {"carCode": "BS", "city": "Acquafredda", "cityID": 17001, "province": "Brescia", "provinceID": "017", "region": "Lombardia", "regionID": "03"}, {"carCode": "PV", "city": "Alagna", "cityID": 18001, "province": "Pavia", "provinceID": "018", "region": "Lombardia", "regionID": "03"}, {"carCode": "CR", "city": "Acquanegra Cremonese", "cityID": 19001, "province": "Cremona", "provinceID": "019", "region": "Lombardia", "regionID": "03"}, {"carCode": "MN", "city": "Acquanegra sul Chiese", "cityID": 20001, "province": "Mantova", "provinceID": "020", "region": "Lombardia", "regionID": "03"}, {"carCode": "LC", "city": "Abbadia Lariana", "cityID": 97001, "province": "Lecco", "provinceID": "097", "region": "Lombardia", "regionID": "03"}, {"carCode": "LO", "city": "Abbadia Cerreto", "cityID": 98001, "province": "Lodi", "provinceID": "098", "region": "Lombardia", "regionID": "03"}, {"carCode": "MB", "city": "Agrate Brianza", "cityID": 108001, "province": "Monza e della Brianza", "provinceID": "108", "region": "Lombardia", "regionID": "03"}, {"carCode": "BZ", "city": "Aldino/Aldein", "cityID": 21001, "province": "Bolzano/Bozen", "provinceID": "021", "region": "Trentino-Alto Adige/S\u00fcdtirol", "regionID": "04"}, {"carCode": "TN", "city": "Ala", "cityID": 22001, "province": "Trento", "provinceID": "022", "region": "Trentino-Alto Adige/S\u00fcdtirol", "regionID": "04"}, {"carCode": "VR", "city": "Affi", "cityID": 23001, "province": "Verona", "provinceID": "023", "region": "Veneto", "regionID": "05"}, {"carCode": "VI", "city": "Agugliaro", "cityID": 24001, "province": "Vicenza", "provinceID": "024", "region": "Veneto", "regionID": "05"}, {"carCode": "BL", "city": "Agordo", "cityID": 25001, "province": "Belluno", "provinceID": "025", "region": "Veneto", "regionID": "05"}, {"carCode": "TV", "city": "Altivole", "cityID": 26001, "province": "Treviso", "provinceID": "026", "region": "Veneto", "regionID": "05"}, {"carCode": "VE", "city": "Annone Veneto", "cityID": 27001, "province": "Venezia", "provinceID": "027", "region": "Veneto", "regionID": "05"}, {"carCode": "PD", "city": "Abano Terme", "cityID": 28001, "province": "Padova", "provinceID": "028", "region": "Veneto", "regionID": "05"}, {"carCode": "RO", "city": "Adria", "cityID": 29001, "province": "Rovigo", "provinceID": "029", "region": "Veneto", "regionID": "05"}, {"carCode": "UD", "city": "Aiello del Friuli", "cityID": 30001, "province": "Udine", "provinceID": "030", "region": "Friuli-Venezia Giulia", "regionID": "06"}, {"carCode": "GO", "city": "Capriva del Friuli", "cityID": 31001, "province": "Gorizia", "provinceID": "031", "region": "Friuli-Venezia Giulia", "regionID": "06"}, {"carCode": "TS", "city": "Duino Aurisina-Devin Nabre\u017eina", "cityID": 32001, "province": "Trieste", "provinceID": "032", "region": "Friuli-Venezia Giulia", "regionID": "06"}, {"carCode": "PN", "city": "Andreis", "cityID": 93001, "province": "Pordenone", "provinceID": "093", "region": "Friuli-Venezia Giulia", "regionID": "06"}, {"carCode": "IM", "city": "Airole", "cityID": 8001, "province": "Imperia", "provinceID": "008", "region": "Liguria", "regionID": "07"}, {"carCode": "SV", "city": "Alassio", "cityID": 9001, "province": "Savona", "provinceID": "009", "region": "Liguria", "regionID": "07"}, {"carCode": "GE", "city": "Arenzano", "cityID": 10001, "province": "Genova", "provinceID": "010", "region": "Liguria", "regionID": "07"}, {"carCode": "SP", "city": "Ameglia", "cityID": 11001, "province": "La Spezia", "provinceID": "011", "region": "Liguria", "regionID": "07"}, {"carCode": "PC", "city": "Agazzano", "cityID": 33001, "province": "Piacenza", "provinceID": "033", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "PR", "city": "Albareto", "cityID": 34001, "province": "Parma", "provinceID": "034", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "RE", "city": "Albinea", "cityID": 35001, "province": "Reggio nell'Emilia", "provinceID": "035", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "MO", "city": "Bastiglia", "cityID": 36001, "province": "Modena", "provinceID": "036", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "BO", "city": "Anzola dell'Emilia", "cityID": 37001, "province": "Bologna", "provinceID": "037", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "FE", "city": "Argenta", "cityID": 38001, "province": "Ferrara", "provinceID": "038", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "RA", "city": "Alfonsine", "cityID": 39001, "province": "Ravenna", "provinceID": "039", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "FC", "city": "Bagno di Romagna", "cityID": 40001, "province": "Forl\u00ec-Cesena", "provinceID": "040", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "RN", "city": "Bellaria-Igea Marina", "cityID": 99001, "province": "Rimini", "provinceID": "099", "region": "Emilia-Romagna", "regionID": "08"}, {"carCode": "MS", "city": "Aulla", "cityID": 45001, "province": "Massa-Carrara", "provinceID": "045", "region": "Toscana", "regionID": "09"}, {"carCode": "LU", "city": "Altopascio", "cityID": 46001, "province": "Lucca", "provinceID": "046", "region": "Toscana", "regionID": "09"}, {"carCode": "PT", "city": "Agliana", "cityID": 47002, "province": "Pistoia", "provinceID": "047", "region": "Toscana", "regionID": "09"}, {"carCode": "FI", "city": "Bagno a Ripoli", "cityID": 48001, "province": "Firenze", "provinceID": "048", "region": "Toscana", "regionID": "09"}, {"carCode": "LI", "city": "Bibbona", "cityID": 49001, "province": "Livorno", "provinceID": "049", "region": "Toscana", "regionID": "09"}, {"carCode": "PI", "city": "Bientina", "cityID": 50001, "province": "Pisa", "provinceID": "050", "region": "Toscana", "regionID": "09"}, {"carCode": "AR", "city": "Anghiari", "cityID": 51001, "province": "Arezzo", "provinceID": "051", "region": "Toscana", "regionID": "09"}, {"carCode": "SI", "city": "Abbadia San Salvatore", "cityID": 52001, "province": "Siena", "provinceID": "052", "region": "Toscana", "regionID": "09"}, {"carCode": "GR", "city": "Arcidosso", "cityID": 53001, "province": "Grosseto", "provinceID": "053", "region": "Toscana", "regionID": "09"}, {"carCode": "PO", "city": "Cantagallo", "cityID": 100001, "province": "Prato", "provinceID": "100", "region": "Toscana", "regionID": "09"}, {"carCode": "PG", "city": "Assisi", "cityID": 54001, "province": "Perugia", "provinceID": "054", "region": "Umbria", "regionID": "10"}, {"carCode": "TR", "city": "Acquasparta", "cityID": 55001, "province": "Terni", "provinceID": "055", "region": "Umbria", "regionID": "10"}, {"carCode": "PU", "city": "Acqualagna", "cityID": 41001, "province": "Pesaro e Urbino", "provinceID": "041", "region": "Marche", "regionID": "11"}, {"carCode": "AN", "city": "Agugliano", "cityID": 42001, "province": "Ancona", "provinceID": "042", "region": "Marche", "regionID": "11"}, {"carCode": "MC", "city": "Apiro", "cityID": 43002, "province": "Macerata", "provinceID": "043", "region": "Marche", "regionID": "11"}, {"carCode": "AP", "city": "Acquasanta Terme", "cityID": 44001, "province": "Ascoli Piceno", "provinceID": "044", "region": "Marche", "regionID": "11"}, {"carCode": "FM", "city": "Altidona", "cityID": 109001, "province": "Fermo", "provinceID": "109", "region": "Marche", "regionID": "11"}, {"carCode": "VT", "city": "Acquapendente", "cityID": 56001, "province": "Viterbo", "provinceID": "056", "region": "Lazio", "regionID": "12"}, {"carCode": "RI", "city": "Accumoli", "cityID": 57001, "province": "Rieti", "provinceID": "057", "region": "Lazio", "regionID": "12"}, {"carCode": "RM", "city": "Affile", "cityID": 58001, "province": "Roma", "provinceID": "058", "region": "Lazio", "regionID": "12"}, {"carCode": "LT", "city": "Aprilia", "cityID": 59001, "province": "Latina", "provinceID": "059", "region": "Lazio", "regionID": "12"}, {"carCode": "FR", "city": "Acquafondata", "cityID": 60001, "province": "Frosinone", "provinceID": "060", "region": "Lazio", "regionID": "12"}, {"carCode": "AQ", "city": "Acciano", "cityID": 66001, "province": "L'Aquila", "provinceID": "066", "region": "Abruzzo", "regionID": "13"}, {"carCode": "TE", "city": "Alba Adriatica", "cityID": 67001, "province": "Teramo", "provinceID": "067", "region": "Abruzzo", "regionID": "13"}, {"carCode": "PE", "city": "Abbateggio", "cityID": 68001, "province": "Pescara", "provinceID": "068", "region": "Abruzzo", "regionID": "13"}, {"carCode": "CH", "city": "Altino", "cityID": 69001, "province": "Chieti", "provinceID": "069", "region": "Abruzzo", "regionID": "13"}, {"carCode": "CB", "city": "Acquaviva Collecroce", "cityID": 70001, "province": "Campobasso", "provinceID": "070", "region": "Molise", "regionID": "14"}, {"carCode": "IS", "city": "Acquaviva d'Isernia", "cityID": 94001, "province": "Isernia", "provinceID": "094", "region": "Molise", "regionID": "14"}, {"carCode": "CE", "city": "Ailano", "cityID": 61001, "province": "Caserta", "provinceID": "061", "region": "Campania", "regionID": "15"}, {"carCode": "BN", "city": "Airola", "cityID": 62001, "province": "Benevento", "provinceID": "062", "region": "Campania", "regionID": "15"}, {"carCode": "NA", "city": "Acerra", "cityID": 63001, "province": "Napoli", "provinceID": "063", "region": "Campania", "regionID": "15"}, {"carCode": "AV", "city": "Aiello del Sabato", "cityID": 64001, "province": "Avellino", "provinceID": "064", "region": "Campania", "regionID": "15"}, {"carCode": "SA", "city": "Acerno", "cityID": 65001, "province": "Salerno", "provinceID": "065", "region": "Campania", "regionID": "15"}, {"carCode": "FG", "city": "Accadia", "cityID": 71001, "province": "Foggia", "provinceID": "071", "region": "Puglia", "regionID": "16"}, {"carCode": "BA", "city": "Acquaviva delle Fonti", "cityID": 72001, "province": "Bari", "provinceID": "072", "region": "Puglia", "regionID": "16"}, {"carCode": "TA", "city": "Avetrana", "cityID": 73001, "province": "Taranto", "provinceID": "073", "region": "Puglia", "regionID": "16"}, {"carCode": "BR", "city": "Brindisi", "cityID": 74001, "province": "Brindisi", "provinceID": "074", "region": "Puglia", "regionID": "16"}, {"carCode": "LE", "city": "Alessano", "cityID": 75002, "province": "Lecce", "provinceID": "075", "region": "Puglia", "regionID": "16"}, {"carCode": "BT", "city": "Andria", "cityID": 110001, "province": "Barletta-Andria-Trani", "provinceID": "110", "region": "Puglia", "regionID": "16"}, {"carCode": "PZ", "city": "Abriola", "cityID": 76001, "province": "Potenza", "provinceID": "076", "region": "Basilicata", "regionID": "17"}, {"carCode": "MT", "city": "Accettura", "cityID": 77001, "province": "Matera", "provinceID": "077", "region": "Basilicata", "regionID": "17"}, {"carCode": "CS", "city": "Acquaformosa", "cityID": 78001, "province": "Cosenza", "provinceID": "078", "region": "Calabria", "regionID": "18"}, {"carCode": "CZ", "city": "Albi", "cityID": 79002, "province": "Catanzaro", "provinceID": "079", "region": "Calabria", "regionID": "18"}, {"carCode": "RC", "city": "Africo", "cityID": 80001, "province": "Reggio Calabria", "provinceID": "080", "region": "Calabria", "regionID": "18"}, {"carCode": "KR", "city": "Belvedere di Spinello", "cityID": 101001, "province": "Crotone", "provinceID": "101", "region": "Calabria", "regionID": "18"}, {"carCode": "VV", "city": "Acquaro", "cityID": 102001, "province": "Vibo Valentia", "provinceID": "102", "region": "Calabria", "regionID": "18"}, {"carCode": "TP", "city": "Alcamo", "cityID": 81001, "province": "Trapani", "provinceID": "081", "region": "Sicilia", "regionID": "19"}, {"carCode": "PA", "city": "Alia", "cityID": 82001, "province": "Palermo", "provinceID": "082", "region": "Sicilia", "regionID": "19"}, {"carCode": "ME", "city": "Alcara li Fusi", "cityID": 83001, "province": "Messina", "provinceID": "083", "region": "Sicilia", "regionID": "19"}, {"carCode": "AG", "city": "Agrigento", "cityID": 84001, "province": "Agrigento", "provinceID": "084", "region": "Sicilia", "regionID": "19"}, {"carCode": "CL", "city": "Acquaviva Platani", "cityID": 85001, "province": "Caltanissetta", "provinceID": "085", "region": "Sicilia", "regionID": "19"}, {"carCode": "EN", "city": "Agira", "cityID": 86001, "province": "Enna", "provinceID": "086", "region": "Sicilia", "regionID": "19"}, {"carCode": "CT", "city": "Aci Bonaccorsi", "cityID": 87001, "province": "Catania", "provinceID": "087", "region": "Sicilia", "regionID": "19"}, {"carCode": "RG", "city": "Acate", "cityID": 88001, "province": "Ragusa", "provinceID": "088", "region": "Sicilia", "regionID": "19"}, {"carCode": "SR", "city": "Augusta", "cityID": 89001, "province": "Siracusa", "provinceID": "089", "region": "Sicilia", "regionID": "19"}, {"carCode": "SS", "city": "Aggius", "cityID": 90001, "province": "Sassari", "provinceID": "090", "region": "Sardegna", "regionID": "20"}, {"carCode": "NU", "city": "Aritzo", "cityID": 91001, "province": "Nuoro", "provinceID": "091", "region": "Sardegna", "regionID": "20"}, {"carCode": "CA", "city": "Assemini", "cityID": 92003, "province": "Cagliari", "provinceID": "092", "region": "Sardegna", "regionID": "20"}, {"carCode": "OR", "city": "Abbasanta", "cityID": 95001, "province": "Oristano", "provinceID": "095", "region": "Sardegna", "regionID": "20"}, {"carCode": "SU", "city": "Arbus", "cityID": 111001, "province": "Sud Sardegna", "provinceID": "111", "region": "Sardegna", "regionID": "20"}] | {"items": {"properties": {"carCode": {"type": "string"}, "city": {"type": "string"}, "cityID": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_3a123263-8b65-420c-9576-ab33a8cfab83/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Select/Capital | Obtain italian Capital Cities | 200 | Response | [{"NUTS1": "ITC", "NUTS2(3)": "ITC1", "NUTS3": "ITC11", "capitalCity": 1, "carCode": "TO", "city": "Torino", "cityAlphaCode": "001272", "cityCatCode": "L219", "cityID": 1272, "cityID1995_2005": 1272, "cityID2006_2009": 1272, "cityID2010_2016": 1272, "cityIT": "Torino", "geo": "Nord-ovest", "geoCode": 1, "population": 872367, "province": "Torino", "provinceID": "001", "region": "Piemonte", "regionID": "01", "territoryCode": "201"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC1", "NUTS3": "ITC12", "capitalCity": 1, "carCode": "VC", "city": "Vercelli", "cityAlphaCode": "002158", "cityCatCode": "L750", "cityID": 2158, "cityID1995_2005": 2158, "cityID2006_2009": 2158, "cityID2010_2016": 2158, "cityIT": "Vercelli", "geo": "Nord-ovest", "geoCode": 1, "population": 46308, "province": "Vercelli", "provinceID": "002", "region": "Piemonte", "regionID": "01", "territoryCode": "002"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC1", "NUTS3": "ITC15", "capitalCity": 1, "carCode": "NO", "city": "Novara", "cityAlphaCode": "003106", "cityCatCode": "F952", "cityID": 3106, "cityID1995_2005": 3106, "cityID2006_2009": 3106, "cityID2010_2016": 3106, "cityIT": "Novara", "geo": "Nord-ovest", "geoCode": 1, "population": 101952, "province": "Novara", "provinceID": "003", "region": "Piemonte", "regionID": "01", "territoryCode": "003"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC1", "NUTS3": "ITC16", "capitalCity": 1, "carCode": "CN", "city": "Cuneo", "cityAlphaCode": "004078", "cityCatCode": "D205", "cityID": 4078, "cityID1995_2005": 4078, "cityID2006_2009": 4078, "cityID2010_2016": 4078, "cityIT": "Cuneo", "geo": "Nord-ovest", "geoCode": 1, "population": 55013, "province": "Cuneo", "provinceID": "004", "region": "Piemonte", "regionID": "01", "territoryCode": "004"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC1", "NUTS3": "ITC17", "capitalCity": 1, "carCode": "AT", "city": "Asti", "cityAlphaCode": "005005", "cityCatCode": "A479", "cityID": 5005, "cityID1995_2005": 5005, "cityID2006_2009": 5005, "cityID2010_2016": 5005, "cityIT": "Asti", "geo": "Nord-ovest", "geoCode": 1, "population": 73899, "province": "Asti", "provinceID": "005", "region": "Piemonte", "regionID": "01", "territoryCode": "005"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC1", "NUTS3": "ITC18", "capitalCity": 1, "carCode": "AL", "city": "Alessandria", "cityAlphaCode": "006003", "cityCatCode": "A182", "cityID": 6003, "cityID1995_2005": 6003, "cityID2006_2009": 6003, "cityID2010_2016": 6003, "cityIT": "Alessandria", "geo": "Nord-ovest", "geoCode": 1, "population": 89411, "province": "Alessandria", "provinceID": "006", "region": "Piemonte", "regionID": "01", "territoryCode": "006"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC1", "NUTS3": "ITC13", "capitalCity": 1, "carCode": "BI", "city": "Biella", "cityAlphaCode": "096004", "cityCatCode": "A859", "cityID": 96004, "cityID1995_2005": 96004, "cityID2006_2009": 96004, "cityID2010_2016": 96004, "cityIT": "Biella", "geo": "Nord-ovest", "geoCode": 1, "population": 43818, "province": "Biella", "provinceID": "096", "region": "Piemonte", "regionID": "01", "territoryCode": "096"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC1", "NUTS3": "ITC14", "capitalCity": 1, "carCode": "VB", "city": "Verbania", "cityAlphaCode": "103072", "cityCatCode": "L746", "cityID": 103072, "cityID1995_2005": 103072, "cityID2006_2009": 103072, "cityID2010_2016": 103072, "cityIT": "Verbania", "geo": "Nord-ovest", "geoCode": 1, "population": 30332, "province": "Verbano-Cusio-Ossola", "provinceID": "103", "region": "Piemonte", "regionID": "01", "territoryCode": "103"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC2", "NUTS3": "ITC20", "capitalCity": 1, "carCode": "AO", "city": "Aosta", "cityAlphaCode": "007003", "cityCatCode": "A326", "cityID": 7003, "cityID1995_2005": 7003, "cityID2006_2009": 7003, "cityID2010_2016": 7003, "cityIT": "Aosta", "geo": "Nord-ovest", "geoCode": 1, "population": 34102, "province": "Valle d'Aosta/Vall\u00e9e d'Aoste", "provinceID": "007", "region": "Valle d'Aosta/Vall\u00e9e d'Aoste", "regionID": "02", "territoryCode": "007"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC41", "capitalCity": 1, "carCode": "VA", "city": "Varese", "cityAlphaCode": "012133", "cityCatCode": "L682", "cityID": 12133, "cityID1995_2005": 12133, "cityID2006_2009": 12133, "cityID2010_2016": 12133, "cityIT": "Varese", "geo": "Nord-ovest", "geoCode": 1, "population": 79793, "province": "Varese", "provinceID": "012", "region": "Lombardia", "regionID": "03", "territoryCode": "012"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC42", "capitalCity": 1, "carCode": "CO", "city": "Como", "cityAlphaCode": "013075", "cityCatCode": "C933", "cityID": 13075, "cityID1995_2005": 13075, "cityID2006_2009": 13075, "cityID2010_2016": 13075, "cityIT": "Como", "geo": "Nord-ovest", "geoCode": 1, "population": 82045, "province": "Como", "provinceID": "013", "region": "Lombardia", "regionID": "03", "territoryCode": "013"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC44", "capitalCity": 1, "carCode": "SO", "city": "Sondrio", "cityAlphaCode": "014061", "cityCatCode": "I829", "cityID": 14061, "cityID1995_2005": 14061, "cityID2006_2009": 14061, "cityID2010_2016": 14061, "cityIT": "Sondrio", "geo": "Nord-ovest", "geoCode": 1, "population": 21642, "province": "Sondrio", "provinceID": "014", "region": "Lombardia", "regionID": "03", "territoryCode": "014"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC4C", "capitalCity": 1, "carCode": "MI", "city": "Milano", "cityAlphaCode": "015146", "cityCatCode": "F205", "cityID": 15146, "cityID1995_2005": 15146, "cityID2006_2009": 15146, "cityID2010_2016": 15146, "cityIT": "Milano", "geo": "Nord-ovest", "geoCode": 1, "population": 1242123, "province": "Milano", "provinceID": "015", "region": "Lombardia", "regionID": "03", "territoryCode": "215"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC46", "capitalCity": 1, "carCode": "BG", "city": "Bergamo", "cityAlphaCode": "016024", "cityCatCode": "A794", "cityID": 16024, "cityID1995_2005": 16024, "cityID2006_2009": 16024, "cityID2010_2016": 16024, "cityIT": "Bergamo", "geo": "Nord-ovest", "geoCode": 1, "population": 115349, "province": "Bergamo", "provinceID": "016", "region": "Lombardia", "regionID": "03", "territoryCode": "016"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC47", "capitalCity": 1, "carCode": "BS", "city": "Brescia", "cityAlphaCode": "017029", "cityCatCode": "B157", "cityID": 17029, "cityID1995_2005": 17029, "cityID2006_2009": 17029, "cityID2010_2016": 17029, "cityIT": "Brescia", "geo": "Nord-ovest", "geoCode": 1, "population": 189902, "province": "Brescia", "provinceID": "017", "region": "Lombardia", "regionID": "03", "territoryCode": "017"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC48", "capitalCity": 1, "carCode": "PV", "city": "Pavia", "cityAlphaCode": "018110", "cityCatCode": "G388", "cityID": 18110, "cityID1995_2005": 18110, "cityID2006_2009": 18110, "cityID2010_2016": 18110, "cityIT": "Pavia", "geo": "Nord-ovest", "geoCode": 1, "population": 68280, "province": "Pavia", "provinceID": "018", "region": "Lombardia", "regionID": "03", "territoryCode": "018"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC4A", "capitalCity": 1, "carCode": "CR", "city": "Cremona", "cityAlphaCode": "019036", "cityCatCode": "D150", "cityID": 19036, "cityID1995_2005": 19036, "cityID2006_2009": 19036, "cityID2010_2016": 19036, "cityIT": "Cremona", "geo": "Nord-ovest", "geoCode": 1, "population": 69589, "province": "Cremona", "provinceID": "019", "region": "Lombardia", "regionID": "03", "territoryCode": "019"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC4B", "capitalCity": 1, "carCode": "MN", "city": "Mantova", "cityAlphaCode": "020030", "cityCatCode": "E897", "cityID": 20030, "cityID1995_2005": 20030, "cityID2006_2009": 20030, "cityID2010_2016": 20030, "cityIT": "Mantova", "geo": "Nord-ovest", "geoCode": 1, "population": 46649, "province": "Mantova", "provinceID": "020", "region": "Lombardia", "regionID": "03", "territoryCode": "020"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC43", "capitalCity": 1, "carCode": "LC", "city": "Lecco", "cityAlphaCode": "097042", "cityCatCode": "E507", "cityID": 97042, "cityID1995_2005": 97042, "cityID2006_2009": 97042, "cityID2010_2016": 97042, "cityIT": "Lecco", "geo": "Nord-ovest", "geoCode": 1, "population": 46705, "province": "Lecco", "provinceID": "097", "region": "Lombardia", "regionID": "03", "territoryCode": "097"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC49", "capitalCity": 1, "carCode": "LO", "city": "Lodi", "cityAlphaCode": "098031", "cityCatCode": "E648", "cityID": 98031, "cityID1995_2005": 98031, "cityID2006_2009": 98031, "cityID2010_2016": 98031, "cityIT": "Lodi", "geo": "Nord-ovest", "geoCode": 1, "population": 43332, "province": "Lodi", "provinceID": "098", "region": "Lombardia", "regionID": "03", "territoryCode": "098"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC4D", "capitalCity": 1, "carCode": "MB", "city": "Monza", "cityAlphaCode": "108033", "cityCatCode": "F704", "cityID": 108033, "cityID1995_2005": 15149, "cityID2006_2009": 15149, "cityID2010_2016": 108033, "cityIT": "Monza", "geo": "Nord-ovest", "geoCode": 1, "population": 119856, "province": "Monza e della Brianza", "provinceID": "108", "region": "Lombardia", "regionID": "03", "territoryCode": "108"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH1", "NUTS3": "ITH10", "capitalCity": 1, "carCode": "BZ", "city": "Bolzano/Bozen", "cityAlphaCode": "021008", "cityCatCode": "A952", "cityID": 21008, "cityID1995_2005": 21008, "cityID2006_2009": 21008, "cityID2010_2016": 21008, "cityIT": "Bolzano", "citySTRA": "Bozen", "geo": "Nord-est", "geoCode": 2, "population": 102575, "province": "Bolzano/Bozen", "provinceID": "021", "region": "Trentino-Alto Adige/S\u00fcdtirol", "regionID": "04", "territoryCode": "021"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH2", "NUTS3": "ITH20", "capitalCity": 1, "carCode": "TN", "city": "Trento", "cityAlphaCode": "022205", "cityCatCode": "L378", "cityID": 22205, "cityID1995_2005": 22205, "cityID2006_2009": 22205, "cityID2010_2016": 22205, "cityIT": "Trento", "geo": "Nord-est", "geoCode": 2, "population": 114198, "province": "Trento", "provinceID": "022", "region": "Trentino-Alto Adige/S\u00fcdtirol", "regionID": "04", "territoryCode": "022"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH31", "capitalCity": 1, "carCode": "VR", "city": "Verona", "cityAlphaCode": "023091", "cityCatCode": "L781", "cityID": 23091, "cityID1995_2005": 23091, "cityID2006_2009": 23091, "cityID2010_2016": 23091, "cityIT": "Verona", "geo": "Nord-est", "geoCode": 2, "population": 252520, "province": "Verona", "provinceID": "023", "region": "Veneto", "regionID": "05", "territoryCode": "023"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH32", "capitalCity": 1, "carCode": "VI", "city": "Vicenza", "cityAlphaCode": "024116", "cityCatCode": "L840", "cityID": 24116, "cityID1995_2005": 24116, "cityID2006_2009": 24116, "cityID2010_2016": 24116, "cityIT": "Vicenza", "geo": "Nord-est", "geoCode": 2, "population": 111500, "province": "Vicenza", "provinceID": "024", "region": "Veneto", "regionID": "05", "territoryCode": "024"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH33", "capitalCity": 1, "carCode": "BL", "city": "Belluno", "cityAlphaCode": "025006", "cityCatCode": "A757", "cityID": 25006, "cityID1995_2005": 25006, "cityID2006_2009": 25006, "cityID2010_2016": 25006, "cityIT": "Belluno", "geo": "Nord-est", "geoCode": 2, "population": 35591, "province": "Belluno", "provinceID": "025", "region": "Veneto", "regionID": "05", "territoryCode": "025"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH34", "capitalCity": 1, "carCode": "TV", "city": "Treviso", "cityAlphaCode": "026086", "cityCatCode": "L407", "cityID": 26086, "cityID1995_2005": 26086, "cityID2006_2009": 26086, "cityID2010_2016": 26086, "cityIT": "Treviso", "geo": "Nord-est", "geoCode": 2, "population": 81014, "province": "Treviso", "provinceID": "026", "region": "Veneto", "regionID": "05", "territoryCode": "026"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH35", "capitalCity": 1, "carCode": "VE", "city": "Venezia", "cityAlphaCode": "027042", "cityCatCode": "L736", "cityID": 27042, "cityID1995_2005": 27042, "cityID2006_2009": 27042, "cityID2010_2016": 27042, "cityIT": "Venezia", "geo": "Nord-est", "geoCode": 2, "population": 261362, "province": "Venezia", "provinceID": "027", "region": "Veneto", "regionID": "05", "territoryCode": "227"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH36", "capitalCity": 1, "carCode": "PD", "city": "Padova", "cityAlphaCode": "028060", "cityCatCode": "G224", "cityID": 28060, "cityID1995_2005": 28060, "cityID2006_2009": 28060, "cityID2010_2016": 28060, "cityIT": "Padova", "geo": "Nord-est", "geoCode": 2, "population": 206192, "province": "Padova", "provinceID": "028", "region": "Veneto", "regionID": "05", "territoryCode": "028"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH37", "capitalCity": 1, "carCode": "RO", "city": "Rovigo", "cityAlphaCode": "029041", "cityCatCode": "H620", "cityID": 29041, "cityID1995_2005": 29041, "cityID2006_2009": 29041, "cityID2010_2016": 29041, "cityIT": "Rovigo", "geo": "Nord-est", "geoCode": 2, "population": 50164, "province": "Rovigo", "provinceID": "029", "region": "Veneto", "regionID": "05", "territoryCode": "029"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH4", "NUTS3": "ITH42", "capitalCity": 1, "carCode": "UD", "city": "Udine", "cityAlphaCode": "030129", "cityCatCode": "L483", "cityID": 30129, "cityID1995_2005": 30129, "cityID2006_2009": 30129, "cityID2010_2016": 30129, "cityIT": "Udine", "geo": "Nord-est", "geoCode": 2, "population": 98287, "province": "Udine", "provinceID": "030", "region": "Friuli-Venezia Giulia", "regionID": "06", "territoryCode": "030"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH4", "NUTS3": "ITH43", "capitalCity": 1, "carCode": "GO", "city": "Gorizia", "cityAlphaCode": "031007", "cityCatCode": "E098", "cityID": 31007, "cityID1995_2005": 31007, "cityID2006_2009": 31007, "cityID2010_2016": 31007, "cityIT": "Gorizia", "geo": "Nord-est", "geoCode": 2, "population": 35212, "province": "Gorizia", "provinceID": "031", "region": "Friuli-Venezia Giulia", "regionID": "06", "territoryCode": "031"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH4", "NUTS3": "ITH44", "capitalCity": 1, "carCode": "TS", "city": "Trieste", "cityAlphaCode": "032006", "cityCatCode": "L424", "cityID": 32006, "cityID1995_2005": 32006, "cityID2006_2009": 32006, "cityID2010_2016": 32006, "cityIT": "Trieste", "geo": "Nord-est", "geoCode": 2, "population": 202123, "province": "Trieste", "provinceID": "032", "region": "Friuli-Venezia Giulia", "regionID": "06", "territoryCode": "032"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH4", "NUTS3": "ITH41", "capitalCity": 1, "carCode": "PN", "city": "Pordenone", "cityAlphaCode": "093033", "cityCatCode": "G888", "cityID": 93033, "cityID1995_2005": 93033, "cityID2006_2009": 93033, "cityID2010_2016": 93033, "cityIT": "Pordenone", "geo": "Nord-est", "geoCode": 2, "population": 50583, "province": "Pordenone", "provinceID": "093", "region": "Friuli-Venezia Giulia", "regionID": "06", "territoryCode": "093"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC3", "NUTS3": "ITC31", "capitalCity": 1, "carCode": "IM", "city": "Imperia", "cityAlphaCode": "008031", "cityCatCode": "E290", "cityID": 8031, "cityID1995_2005": 8031, "cityID2006_2009": 8031, "cityID2010_2016": 8031, "cityIT": "Imperia", "geo": "Nord-ovest", "geoCode": 1, "population": 42322, "province": "Imperia", "provinceID": "008", "region": "Liguria", "regionID": "07", "territoryCode": "008"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC3", "NUTS3": "ITC32", "capitalCity": 1, "carCode": "SV", "city": "Savona", "cityAlphaCode": "009056", "cityCatCode": "I480", "cityID": 9056, "cityID1995_2005": 9056, "cityID2006_2009": 9056, "cityID2010_2016": 9056, "cityIT": "Savona", "geo": "Nord-ovest", "geoCode": 1, "population": 60661, "province": "Savona", "provinceID": "009", "region": "Liguria", "regionID": "07", "territoryCode": "009"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC3", "NUTS3": "ITC33", "capitalCity": 1, "carCode": "GE", "city": "Genova", "cityAlphaCode": "010025", "cityCatCode": "D969", "cityID": 10025, "cityID1995_2005": 10025, "cityID2006_2009": 10025, "cityID2010_2016": 10025, "cityIT": "Genova", "geo": "Nord-ovest", "geoCode": 1, "population": 586180, "province": "Genova", "provinceID": "010", "region": "Liguria", "regionID": "07", "territoryCode": "210"}, {"NUTS1": "ITC", "NUTS2(3)": "ITC3", "NUTS3": "ITC34", "capitalCity": 1, "carCode": "SP", "city": "La Spezia", "cityAlphaCode": "011015", "cityCatCode": "E463", "cityID": 11015, "cityID1995_2005": 11015, "cityID2006_2009": 11015, "cityID2010_2016": 11015, "cityIT": "La Spezia", "geo": "Nord-ovest", "geoCode": 1, "population": 92659, "province": "La Spezia", "provinceID": "011", "region": "Liguria", "regionID": "07", "territoryCode": "011"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH51", "capitalCity": 1, "carCode": "PC", "city": "Piacenza", "cityAlphaCode": "033032", "cityCatCode": "G535", "cityID": 33032, "cityID1995_2005": 33032, "cityID2006_2009": 33032, "cityID2010_2016": 33032, "cityIT": "Piacenza", "geo": "Nord-est", "geoCode": 2, "population": 100311, "province": "Piacenza", "provinceID": "033", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "033"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH52", "capitalCity": 1, "carCode": "PR", "city": "Parma", "cityAlphaCode": "034027", "cityCatCode": "G337", "cityID": 34027, "cityID1995_2005": 34027, "cityID2006_2009": 34027, "cityID2010_2016": 34027, "cityIT": "Parma", "geo": "Nord-est", "geoCode": 2, "population": 175895, "province": "Parma", "provinceID": "034", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "034"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH53", "capitalCity": 1, "carCode": "RE", "city": "Reggio nell'Emilia", "cityAlphaCode": "035033", "cityCatCode": "H223", "cityID": 35033, "cityID1995_2005": 35033, "cityID2006_2009": 35033, "cityID2010_2016": 35033, "cityIT": "Reggio nell'Emilia", "geo": "Nord-est", "geoCode": 2, "population": 162082, "province": "Reggio nell'Emilia", "provinceID": "035", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "035"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH54", "capitalCity": 1, "carCode": "MO", "city": "Modena", "cityAlphaCode": "036023", "cityCatCode": "F257", "cityID": 36023, "cityID1995_2005": 36023, "cityID2006_2009": 36023, "cityID2010_2016": 36023, "cityIT": "Modena", "geo": "Nord-est", "geoCode": 2, "population": 179149, "province": "Modena", "provinceID": "036", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "036"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH55", "capitalCity": 1, "carCode": "BO", "city": "Bologna", "cityAlphaCode": "037006", "cityCatCode": "A944", "cityID": 37006, "cityID1995_2005": 37006, "cityID2006_2009": 37006, "cityID2010_2016": 37006, "cityIT": "Bologna", "geo": "Nord-est", "geoCode": 2, "population": 371337, "province": "Bologna", "provinceID": "037", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "237"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH56", "capitalCity": 1, "carCode": "FE", "city": "Ferrara", "cityAlphaCode": "038008", "cityCatCode": "D548", "cityID": 38008, "cityID1995_2005": 38008, "cityID2006_2009": 38008, "cityID2010_2016": 38008, "cityIT": "Ferrara", "geo": "Nord-est", "geoCode": 2, "population": 132545, "province": "Ferrara", "provinceID": "038", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "038"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH57", "capitalCity": 1, "carCode": "RA", "city": "Ravenna", "cityAlphaCode": "039014", "cityCatCode": "H199", "cityID": 39014, "cityID1995_2005": 39014, "cityID2006_2009": 39014, "cityID2010_2016": 39014, "cityIT": "Ravenna", "geo": "Nord-est", "geoCode": 2, "population": 153740, "province": "Ravenna", "provinceID": "039", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "039"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH58", "capitalCity": 1, "carCode": "FC", "city": "Forl\u00ec", "cityAlphaCode": "040012", "cityCatCode": "D704", "cityID": 40012, "cityID1995_2005": 40012, "cityID2006_2009": 40012, "cityID2010_2016": 40012, "cityIT": "Forl\u00ec", "geo": "Nord-est", "geoCode": 2, "population": 116434, "province": "Forl\u00ec-Cesena", "provinceID": "040", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "040"}, {"NUTS1": "ITH", "NUTS2(3)": "ITH5", "NUTS3": "ITH59", "capitalCity": 1, "carCode": "RN", "city": "Rimini", "cityAlphaCode": "099014", "cityCatCode": "H294", "cityID": 99014, "cityID1995_2005": 99014, "cityID2006_2009": 99014, "cityID2010_2016": 99014, "cityIT": "Rimini", "geo": "Nord-est", "geoCode": 2, "population": 139601, "province": "Rimini", "provinceID": "099", "region": "Emilia-Romagna", "regionID": "08", "territoryCode": "099"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI1", "NUTS3": "ITI11", "capitalCity": 1, "carCode": "MS", "city": "Massa", "cityAlphaCode": "045010", "cityCatCode": "F023", "cityID": 45010, "cityID1995_2005": 45010, "cityID2006_2009": 45010, "cityID2010_2016": 45010, "cityIT": "Massa", "geo": "Centro", "geoCode": 3, "population": 68856, "province": "Massa-Carrara", "provinceID": "045", "region": "Toscana", "regionID": "09", "territoryCode": "045"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI1", "NUTS3": "ITI12", "capitalCity": 1, "carCode": "LU", "city": "Lucca", "cityAlphaCode": "046017", "cityCatCode": "E715", "cityID": 46017, "cityID1995_2005": 46017, "cityID2006_2009": 46017, "cityID2010_2016": 46017, "cityIT": "Lucca", "geo": "Centro", "geoCode": 3, "population": 87200, "province": "Lucca", "provinceID": "046", "region": "Toscana", "regionID": "09", "territoryCode": "046"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI1", "NUTS3": "ITI13", "capitalCity": 1, "carCode": "PT", "city": "Pistoia", "cityAlphaCode": "047014", "cityCatCode": "G713", "cityID": 47014, "cityID1995_2005": 47014, "cityID2006_2009": 47014, "cityID2010_2016": 47014, "cityIT": "Pistoia", "geo": "Centro", "geoCode": 3, "population": 89101, "province": "Pistoia", "provinceID": "047", "region": "Toscana", "regionID": "09", "territoryCode": "047"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI1", "NUTS3": "ITI14", "capitalCity": 1, "carCode": "FI", "city": "Firenze", "cityAlphaCode": "048017", "cityCatCode": "D612", "cityID": 48017, "cityID1995_2005": 48017, "cityID2006_2009": 48017, "cityID2010_2016": 48017, "cityIT": "Firenze", "geo": "Centro", "geoCode": 3, "population": 358079, "province": "Firenze", "provinceID": "048", "region": "Toscana", "regionID": "09", "territoryCode": "248"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI1", "NUTS3": "ITI16", "capitalCity": 1, "carCode": "LI", "city": "Livorno", "cityAlphaCode": "049009", "cityCatCode": "E625", "cityID": 49009, "cityID1995_2005": 49009, "cityID2006_2009": 49009, "cityID2010_2016": 49009, "cityIT": "Livorno", "geo": "Centro", "geoCode": 3, "population": 157052, "province": "Livorno", "provinceID": "049", "region": "Toscana", "regionID": "09", "territoryCode": "049"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI1", "NUTS3": "ITI17", "capitalCity": 1, "carCode": "PI", "city": "Pisa", "cityAlphaCode": "050026", "cityCatCode": "G702", "cityID": 50026, "cityID1995_2005": 50026, "cityID2006_2009": 50026, "cityID2010_2016": 50026, "cityIT": "Pisa", "geo": "Centro", "geoCode": 3, "population": 85858, "province": "Pisa", "provinceID": "050", "region": "Toscana", "regionID": "09", "territoryCode": "050"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI1", "NUTS3": "ITI18", "capitalCity": 1, "carCode": "AR", "city": "Arezzo", "cityAlphaCode": "051002", "cityCatCode": "A390", "cityID": 51002, "cityID1995_2005": 51002, "cityID2006_2009": 51002, "cityID2010_2016": 51002, "cityIT": "Arezzo", "geo": "Centro", "geoCode": 3, "population": 98144, "province": "Arezzo", "provinceID": "051", "region": "Toscana", "regionID": "09", "territoryCode": "051"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI1", "NUTS3": "ITI19", "capitalCity": 1, "carCode": "SI", "city": "Siena", "cityAlphaCode": "052032", "cityCatCode": "I726", "cityID": 52032, "cityID1995_2005": 52032, "cityID2006_2009": 52032, "cityID2010_2016": 52032, "cityIT": "Siena", "geo": "Centro", "geoCode": 3, "population": 52839, "province": "Siena", "provinceID": "052", "region": "Toscana", "regionID": "09", "territoryCode": "052"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI1", "NUTS3": "ITI1A", "capitalCity": 1, "carCode": "GR", "city": "Grosseto", "cityAlphaCode": "053011", "cityCatCode": "E202", "cityID": 53011, "cityID1995_2005": 53011, "cityID2006_2009": 53011, "cityID2010_2016": 53011, "cityIT": "Grosseto", "geo": "Centro", "geoCode": 3, "population": 78630, "province": "Grosseto", "provinceID": "053", "region": "Toscana", "regionID": "09", "territoryCode": "053"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI1", "NUTS3": "ITI15", "capitalCity": 1, "carCode": "PO", "city": "Prato", "cityAlphaCode": "100005", "cityCatCode": "G999", "cityID": 100005, "cityID1995_2005": 100005, "cityID2006_2009": 100005, "cityID2010_2016": 100005, "cityIT": "Prato", "geo": "Centro", "geoCode": 3, "population": 185456, "province": "Prato", "provinceID": "100", "region": "Toscana", "regionID": "09", "territoryCode": "100"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI2", "NUTS3": "ITI21", "capitalCity": 1, "carCode": "PG", "city": "Perugia", "cityAlphaCode": "054039", "cityCatCode": "G478", "cityID": 54039, "cityID1995_2005": 54039, "cityID2006_2009": 54039, "cityID2010_2016": 54039, "cityIT": "Perugia", "geo": "Centro", "geoCode": 3, "population": 162449, "province": "Perugia", "provinceID": "054", "region": "Umbria", "regionID": "10", "territoryCode": "054"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI2", "NUTS3": "ITI22", "capitalCity": 1, "carCode": "TR", "city": "Terni", "cityAlphaCode": "055032", "cityCatCode": "L117", "cityID": 55032, "cityID1995_2005": 55032, "cityID2006_2009": 55032, "cityID2010_2016": 55032, "cityIT": "Terni", "geo": "Centro", "geoCode": 3, "population": 109193, "province": "Terni", "provinceID": "055", "region": "Umbria", "regionID": "10", "territoryCode": "055"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI3", "NUTS3": "ITI31", "capitalCity": 1, "carCode": "PU", "city": "Pesaro", "cityAlphaCode": "041044", "cityCatCode": "G479", "cityID": 41044, "cityID1995_2005": 41044, "cityID2006_2009": 41044, "cityID2010_2016": 41044, "cityIT": "Pesaro", "geo": "Centro", "geoCode": 3, "population": 94237, "province": "Pesaro e Urbino", "provinceID": "041", "region": "Marche", "regionID": "11", "territoryCode": "041"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI3", "NUTS3": "ITI32", "capitalCity": 1, "carCode": "AN", "city": "Ancona", "cityAlphaCode": "042002", "cityCatCode": "A271", "cityID": 42002, "cityID1995_2005": 42002, "cityID2006_2009": 42002, "cityID2010_2016": 42002, "cityIT": "Ancona", "geo": "Centro", "geoCode": 3, "population": 100497, "province": "Ancona", "provinceID": "042", "region": "Marche", "regionID": "11", "territoryCode": "042"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI3", "NUTS3": "ITI33", "capitalCity": 1, "carCode": "MC", "city": "Macerata", "cityAlphaCode": "043023", "cityCatCode": "E783", "cityID": 43023, "cityID1995_2005": 43023, "cityID2006_2009": 43023, "cityID2010_2016": 43023, "cityIT": "Macerata", "geo": "Centro", "geoCode": 3, "population": 42019, "province": "Macerata", "provinceID": "043", "region": "Marche", "regionID": "11", "territoryCode": "043"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI3", "NUTS3": "ITI34", "capitalCity": 1, "carCode": "AP", "city": "Ascoli Piceno", "cityAlphaCode": "044007", "cityCatCode": "A462", "cityID": 44007, "cityID1995_2005": 44007, "cityID2006_2009": 44007, "cityID2010_2016": 44007, "cityIT": "Ascoli Piceno", "geo": "Centro", "geoCode": 3, "population": 49958, "province": "Ascoli Piceno", "provinceID": "044", "region": "Marche", "regionID": "11", "territoryCode": "044"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI3", "NUTS3": "ITI35", "capitalCity": 1, "carCode": "FM", "city": "Fermo", "cityAlphaCode": "109006", "cityCatCode": "D542", "cityID": 109006, "cityID1995_2005": 44019, "cityID2006_2009": 44019, "cityID2010_2016": 109006, "cityIT": "Fermo", "geo": "Centro", "geoCode": 3, "population": 37016, "province": "Fermo", "provinceID": "109", "region": "Marche", "regionID": "11", "territoryCode": "109"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI4", "NUTS3": "ITI41", "capitalCity": 1, "carCode": "VT", "city": "Viterbo", "cityAlphaCode": "056059", "cityCatCode": "M082", "cityID": 56059, "cityID1995_2005": 56059, "cityID2006_2009": 56059, "cityID2010_2016": 56059, "cityIT": "Viterbo", "geo": "Centro", "geoCode": 3, "population": 63209, "province": "Viterbo", "provinceID": "056", "region": "Lazio", "regionID": "12", "territoryCode": "056"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI4", "NUTS3": "ITI42", "capitalCity": 1, "carCode": "RI", "city": "Rieti", "cityAlphaCode": "057059", "cityCatCode": "H282", "cityID": 57059, "cityID1995_2005": 57059, "cityID2006_2009": 57059, "cityID2010_2016": 57059, "cityIT": "Rieti", "geo": "Centro", "geoCode": 3, "population": 46187, "province": "Rieti", "provinceID": "057", "region": "Lazio", "regionID": "12", "territoryCode": "057"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI4", "NUTS3": "ITI43", "capitalCity": 1, "carCode": "RM", "city": "Roma", "cityAlphaCode": "058091", "cityCatCode": "H501", "cityID": 58091, "cityID1995_2005": 58091, "cityID2006_2009": 58091, "cityID2010_2016": 58091, "cityIT": "Roma", "geo": "Centro", "geoCode": 3, "population": 2617175, "province": "Roma", "provinceID": "058", "region": "Lazio", "regionID": "12", "territoryCode": "258"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI4", "NUTS3": "ITI44", "capitalCity": 1, "carCode": "LT", "city": "Latina", "cityAlphaCode": "059011", "cityCatCode": "E472", "cityID": 59011, "cityID1995_2005": 59011, "cityID2006_2009": 59011, "cityID2010_2016": 59011, "cityIT": "Latina", "geo": "Centro", "geoCode": 3, "population": 117892, "province": "Latina", "provinceID": "059", "region": "Lazio", "regionID": "12", "territoryCode": "059"}, {"NUTS1": "ITI", "NUTS2(3)": "ITI4", "NUTS3": "ITI45", "capitalCity": 1, "carCode": "FR", "city": "Frosinone", "cityAlphaCode": "060038", "cityCatCode": "D810", "cityID": 60038, "cityID1995_2005": 60038, "cityID2006_2009": 60038, "cityID2010_2016": 60038, "cityIT": "Frosinone", "geo": "Centro", "geoCode": 3, "population": 46649, "province": "Frosinone", "provinceID": "060", "region": "Lazio", "regionID": "12", "territoryCode": "060"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF1", "NUTS3": "ITF11", "capitalCity": 1, "carCode": "AQ", "city": "L'Aquila", "cityAlphaCode": "066049", "cityCatCode": "A345", "cityID": 66049, "cityID1995_2005": 66049, "cityID2006_2009": 66049, "cityID2010_2016": 66049, "cityIT": "L'Aquila", "geo": "Sud", "geoCode": 4, "population": 66964, "province": "L'Aquila", "provinceID": "066", "region": "Abruzzo", "regionID": "13", "territoryCode": "066"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF1", "NUTS3": "ITF12", "capitalCity": 1, "carCode": "TE", "city": "Teramo", "cityAlphaCode": "067041", "cityCatCode": "L103", "cityID": 67041, "cityID1995_2005": 67041, "cityID2006_2009": 67041, "cityID2010_2016": 67041, "cityIT": "Teramo", "geo": "Sud", "geoCode": 4, "population": 54294, "province": "Teramo", "provinceID": "067", "region": "Abruzzo", "regionID": "13", "territoryCode": "067"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF1", "NUTS3": "ITF13", "capitalCity": 1, "carCode": "PE", "city": "Pescara", "cityAlphaCode": "068028", "cityCatCode": "G482", "cityID": 68028, "cityID1995_2005": 68028, "cityID2006_2009": 68028, "cityID2010_2016": 68028, "cityIT": "Pescara", "geo": "Sud", "geoCode": 4, "population": 117166, "province": "Pescara", "provinceID": "068", "region": "Abruzzo", "regionID": "13", "territoryCode": "068"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF1", "NUTS3": "ITF14", "capitalCity": 1, "carCode": "CH", "city": "Chieti", "cityAlphaCode": "069022", "cityCatCode": "C632", "cityID": 69022, "cityID1995_2005": 69022, "cityID2006_2009": 69022, "cityID2010_2016": 69022, "cityIT": "Chieti", "geo": "Sud", "geoCode": 4, "population": 51484, "province": "Chieti", "provinceID": "069", "region": "Abruzzo", "regionID": "13", "territoryCode": "069"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF2", "NUTS3": "ITF22", "capitalCity": 1, "carCode": "CB", "city": "Campobasso", "cityAlphaCode": "070006", "cityCatCode": "B519", "cityID": 70006, "cityID1995_2005": 70006, "cityID2006_2009": 70006, "cityID2010_2016": 70006, "cityIT": "Campobasso", "geo": "Sud", "geoCode": 4, "population": 48747, "province": "Campobasso", "provinceID": "070", "region": "Molise", "regionID": "14", "territoryCode": "070"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF2", "NUTS3": "ITF21", "capitalCity": 1, "carCode": "IS", "city": "Isernia", "cityAlphaCode": "094023", "cityCatCode": "E335", "cityID": 94023, "cityID1995_2005": 94023, "cityID2006_2009": 94023, "cityID2010_2016": 94023, "cityIT": "Isernia", "geo": "Sud", "geoCode": 4, "population": 22025, "province": "Isernia", "provinceID": "094", "region": "Molise", "regionID": "14", "territoryCode": "094"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF3", "NUTS3": "ITF31", "capitalCity": 1, "carCode": "CE", "city": "Caserta", "cityAlphaCode": "061022", "cityCatCode": "B963", "cityID": 61022, "cityID1995_2005": 61022, "cityID2006_2009": 61022, "cityID2010_2016": 61022, "cityIT": "Caserta", "geo": "Sud", "geoCode": 4, "population": 75640, "province": "Caserta", "provinceID": "061", "region": "Campania", "regionID": "15", "territoryCode": "061"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF3", "NUTS3": "ITF32", "capitalCity": 1, "carCode": "BN", "city": "Benevento", "cityAlphaCode": "062008", "cityCatCode": "A783", "cityID": 62008, "cityID1995_2005": 62008, "cityID2006_2009": 62008, "cityID2010_2016": 62008, "cityIT": "Benevento", "geo": "Sud", "geoCode": 4, "population": 61489, "province": "Benevento", "provinceID": "062", "region": "Campania", "regionID": "15", "territoryCode": "062"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF3", "NUTS3": "ITF33", "capitalCity": 1, "carCode": "NA", "city": "Napoli", "cityAlphaCode": "063049", "cityCatCode": "F839", "cityID": 63049, "cityID1995_2005": 63049, "cityID2006_2009": 63049, "cityID2010_2016": 63049, "cityIT": "Napoli", "geo": "Sud", "geoCode": 4, "population": 962003, "province": "Napoli", "provinceID": "063", "region": "Campania", "regionID": "15", "territoryCode": "263"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF3", "NUTS3": "ITF34", "capitalCity": 1, "carCode": "AV", "city": "Avellino", "cityAlphaCode": "064008", "cityCatCode": "A509", "cityID": 64008, "cityID1995_2005": 64008, "cityID2006_2009": 64008, "cityID2010_2016": 64008, "cityIT": "Avellino", "geo": "Sud", "geoCode": 4, "population": 54222, "province": "Avellino", "provinceID": "064", "region": "Campania", "regionID": "15", "territoryCode": "064"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF3", "NUTS3": "ITF35", "capitalCity": 1, "carCode": "SA", "city": "Salerno", "cityAlphaCode": "065116", "cityCatCode": "H703", "cityID": 65116, "cityID1995_2005": 65116, "cityID2006_2009": 65116, "cityID2010_2016": 65116, "cityIT": "Salerno", "geo": "Sud", "geoCode": 4, "population": 132608, "province": "Salerno", "provinceID": "065", "region": "Campania", "regionID": "15", "territoryCode": "065"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF4", "NUTS3": "ITF46", "capitalCity": 1, "carCode": "FG", "city": "Foggia", "cityAlphaCode": "071024", "cityCatCode": "D643", "cityID": 71024, "cityID1995_2005": 71024, "cityID2006_2009": 71024, "cityID2010_2016": 71024, "cityIT": "Foggia", "geo": "Sud", "geoCode": 4, "population": 147036, "province": "Foggia", "provinceID": "071", "region": "Puglia", "regionID": "16", "territoryCode": "071"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF4", "NUTS3": "ITF47", "capitalCity": 1, "carCode": "BA", "city": "Bari", "cityAlphaCode": "072006", "cityCatCode": "A662", "cityID": 72006, "cityID1995_2005": 72006, "cityID2006_2009": 72006, "cityID2010_2016": 72006, "cityIT": "Bari", "geo": "Sud", "geoCode": 4, "population": 315933, "province": "Bari", "provinceID": "072", "region": "Puglia", "regionID": "16", "territoryCode": "272"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF4", "NUTS3": "ITF43", "capitalCity": 1, "carCode": "TA", "city": "Taranto", "cityAlphaCode": "073027", "cityCatCode": "L049", "cityID": 73027, "cityID1995_2005": 73027, "cityID2006_2009": 73027, "cityID2010_2016": 73027, "cityIT": "Taranto", "geo": "Sud", "geoCode": 4, "population": 200154, "province": "Taranto", "provinceID": "073", "region": "Puglia", "regionID": "16", "territoryCode": "073"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF4", "NUTS3": "ITF44", "capitalCity": 1, "carCode": "BR", "city": "Brindisi", "cityAlphaCode": "074001", "cityCatCode": "B180", "cityID": 74001, "cityID1995_2005": 74001, "cityID2006_2009": 74001, "cityID2010_2016": 74001, "cityIT": "Brindisi", "geo": "Sud", "geoCode": 4, "population": 88812, "province": "Brindisi", "provinceID": "074", "region": "Puglia", "regionID": "16", "territoryCode": "074"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF4", "NUTS3": "ITF45", "capitalCity": 1, "carCode": "LE", "city": "Lecce", "cityAlphaCode": "075035", "cityCatCode": "E506", "cityID": 75035, "cityID1995_2005": 75035, "cityID2006_2009": 75035, "cityID2010_2016": 75035, "cityIT": "Lecce", "geo": "Sud", "geoCode": 4, "population": 89916, "province": "Lecce", "provinceID": "075", "region": "Puglia", "regionID": "16", "territoryCode": "075"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF4", "NUTS3": "ITF48", "capitalCity": 1, "carCode": "BT", "city": "Andria", "cityAlphaCode": "110001", "cityCatCode": "A285", "cityID": 110001, "cityID1995_2005": 72005, "cityID2006_2009": 72005, "cityID2010_2016": 110001, "cityIT": "Andria", "geo": "Sud", "geoCode": 4, "population": 100052, "province": "Barletta-Andria-Trani", "provinceID": "110", "region": "Puglia", "regionID": "16", "territoryCode": "110"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF4", "NUTS3": "ITF48", "capitalCity": 1, "carCode": "BT", "city": "Barletta", "cityAlphaCode": "110002", "cityCatCode": "A669", "cityID": 110002, "cityID1995_2005": 72007, "cityID2006_2009": 72007, "cityID2010_2016": 110002, "cityIT": "Barletta", "geo": "Sud", "geoCode": 4, "population": 94239, "province": "Barletta-Andria-Trani", "provinceID": "110", "region": "Puglia", "regionID": "16", "territoryCode": "110"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF4", "NUTS3": "ITF48", "capitalCity": 1, "carCode": "BT", "city": "Trani", "cityAlphaCode": "110009", "cityCatCode": "L328", "cityID": 110009, "cityID1995_2005": 72045, "cityID2006_2009": 72045, "cityID2010_2016": 110009, "cityIT": "Trani", "geo": "Sud", "geoCode": 4, "population": 55842, "province": "Barletta-Andria-Trani", "provinceID": "110", "region": "Puglia", "regionID": "16", "territoryCode": "110"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF5", "NUTS3": "ITF51", "capitalCity": 1, "carCode": "PZ", "city": "Potenza", "cityAlphaCode": "076063", "cityCatCode": "G942", "cityID": 76063, "cityID1995_2005": 76063, "cityID2006_2009": 76063, "cityID2010_2016": 76063, "cityIT": "Potenza", "geo": "Sud", "geoCode": 4, "population": 66777, "province": "Potenza", "provinceID": "076", "region": "Basilicata", "regionID": "17", "territoryCode": "076"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF5", "NUTS3": "ITF52", "capitalCity": 1, "carCode": "MT", "city": "Matera", "cityAlphaCode": "077014", "cityCatCode": "F052", "cityID": 77014, "cityID1995_2005": 77014, "cityID2006_2009": 77014, "cityID2010_2016": 77014, "cityIT": "Matera", "geo": "Sud", "geoCode": 4, "population": 59796, "province": "Matera", "provinceID": "077", "region": "Basilicata", "regionID": "17", "territoryCode": "077"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF6", "NUTS3": "ITF61", "capitalCity": 1, "carCode": "CS", "city": "Cosenza", "cityAlphaCode": "078045", "cityCatCode": "D086", "cityID": 78045, "cityID1995_2005": 78045, "cityID2006_2009": 78045, "cityID2010_2016": 78045, "cityIT": "Cosenza", "geo": "Sud", "geoCode": 4, "population": 69484, "province": "Cosenza", "provinceID": "078", "region": "Calabria", "regionID": "18", "territoryCode": "078"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF6", "NUTS3": "ITF63", "capitalCity": 1, "carCode": "CZ", "city": "Catanzaro", "cityAlphaCode": "079023", "cityCatCode": "C352", "cityID": 79023, "cityID1995_2005": 79023, "cityID2006_2009": 79023, "cityID2010_2016": 79023, "cityIT": "Catanzaro", "geo": "Sud", "geoCode": 4, "population": 89364, "province": "Catanzaro", "provinceID": "079", "region": "Calabria", "regionID": "18", "territoryCode": "079"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF6", "NUTS3": "ITF65", "capitalCity": 1, "carCode": "RC", "city": "Reggio di Calabria", "cityAlphaCode": "080063", "cityCatCode": "H224", "cityID": 80063, "cityID1995_2005": 80063, "cityID2006_2009": 80063, "cityID2010_2016": 80063, "cityIT": "Reggio di Calabria", "geo": "Sud", "geoCode": 4, "population": 180817, "province": "Reggio Calabria", "provinceID": "080", "region": "Calabria", "regionID": "18", "territoryCode": "280"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF6", "NUTS3": "ITF62", "capitalCity": 1, "carCode": "KR", "city": "Crotone", "cityAlphaCode": "101010", "cityCatCode": "D122", "cityID": 101010, "cityID1995_2005": 101010, "cityID2006_2009": 101010, "cityID2010_2016": 101010, "cityIT": "Crotone", "geo": "Sud", "geoCode": 4, "population": 58881, "province": "Crotone", "provinceID": "101", "region": "Calabria", "regionID": "18", "territoryCode": "101"}, {"NUTS1": "ITF", "NUTS2(3)": "ITF6", "NUTS3": "ITF64", "capitalCity": 1, "carCode": "VV", "city": "Vibo Valentia", "cityAlphaCode": "102047", "cityCatCode": "F537", "cityID": 102047, "cityID1995_2005": 102047, "cityID2006_2009": 102047, "cityID2010_2016": 102047, "cityIT": "Vibo Valentia", "geo": "Sud", "geoCode": 4, "population": 33357, "province": "Vibo Valentia", "provinceID": "102", "region": "Calabria", "regionID": "18", "territoryCode": "102"}, {"NUTS1": "ITG", "NUTS2(3)": "ITG1", "NUTS3": "ITG11", "capitalCity": 1, "carCode": "TP", "city": "Trapani", "cityAlphaCode": "081021", "cityCatCode": "L331", "cityID": 81021, "cityID1995_2005": 81021, "cityID2006_2009": 81021, "cityID2010_2016": 81021, "cityIT": "Trapani", "geo": "Isole", "geoCode": 5, "population": 69241, "province": "Trapani", "provinceID": "081", "region": "Sicilia", "regionID": "19", "territoryCode": "081"}, {"NUTS1": "ITG", "NUTS2(3)": "ITG1", "NUTS3": "ITG12", "capitalCity": 1, "carCode": "PA", "city": "Palermo", "cityAlphaCode": "082053", "cityCatCode": "G273", "cityID": 82053, "cityID1995_2005": 82053, "cityID2006_2009": 82053, "cityID2010_2016": 82053, "cityIT": "Palermo", "geo": "Isole", "geoCode": 5, "population": 657561, "province": "Palermo", "provinceID": "082", "region": "Sicilia", "regionID": "19", "territoryCode": "282"}, {"NUTS1": "ITG", "NUTS2(3)": "ITG1", "NUTS3": "ITG13", "capitalCity": 1, "carCode": "ME", "city": "Messina", "cityAlphaCode": "083048", "cityCatCode": "F158", "cityID": 83048, "cityID1995_2005": 83048, "cityID2006_2009": 83048, "cityID2010_2016": 83048, "cityIT": "Messina", "geo": "Isole", "geoCode": 5, "population": 243262, "province": "Messina", "provinceID": "083", "region": "Sicilia", "regionID": "19", "territoryCode": "283"}, {"NUTS1": "ITG", "NUTS2(3)": "ITG1", "NUTS3": "ITG14", "capitalCity": 1, "carCode": "AG", "city": "Agrigento", "cityAlphaCode": "084001", "cityCatCode": "A089", "cityID": 84001, "cityID1995_2005": 84001, "cityID2006_2009": 84001, "cityID2010_2016": 84001, "cityIT": "Agrigento", "geo": "Isole", "geoCode": 5, "population": 58323, "province": "Agrigento", "provinceID": "084", "region": "Sicilia", "regionID": "19", "territoryCode": "084"}, {"NUTS1": "ITG", "NUTS2(3)": "ITG1", "NUTS3": "ITG15", "capitalCity": 1, "carCode": "CL", "city": "Caltanissetta", "cityAlphaCode": "085004", "cityCatCode": "B429", "cityID": 85004, "cityID1995_2005": 85004, "cityID2006_2009": 85004, "cityID2010_2016": 85004, "cityIT": "Caltanissetta", "geo": "Isole", "geoCode": 5, "population": 61711, "province": "Caltanissetta", "provinceID": "085", "region": "Sicilia", "regionID": "19", "territoryCode": "085"}, {"NUTS1": "ITG", "NUTS2(3)": "ITG1", "NUTS3": "ITG16", "capitalCity": 1, "carCode": "EN", "city": "Enna", "cityAlphaCode": "086009", "cityCatCode": "C342", "cityID": 86009, "cityID1995_2005": 86009, "cityID2006_2009": 86009, "cityID2010_2016": 86009, "cityIT": "Enna", "geo": "Isole", "geoCode": 5, "population": 27894, "province": "Enna", "provinceID": "086", "region": "Sicilia", "regionID": "19", "territoryCode": "086"}, {"NUTS1": "ITG", "NUTS2(3)": "ITG1", "NUTS3": "ITG17", "capitalCity": 1, "carCode": "CT", "city": "Catania", "cityAlphaCode": "087015", "cityCatCode": "C351", "cityID": 87015, "cityID1995_2005": 87015, "cityID2006_2009": 87015, "cityID2010_2016": 87015, "cityIT": "Catania", "geo": "Isole", "geoCode": 5, "population": 293902, "province": "Catania", "provinceID": "087", "region": "Sicilia", "regionID": "19", "territoryCode": "287"}, {"NUTS1": "ITG", "NUTS2(3)": "ITG1", "NUTS3": "ITG18", "capitalCity": 1, "carCode": "RG", "city": "Ragusa", "cityAlphaCode": "088009", "cityCatCode": "H163", "cityID": 88009, "cityID1995_2005": 88009, "cityID2006_2009": 88009, "cityID2010_2016": 88009, "cityIT": "Ragusa", "geo": "Isole", "geoCode": 5, "population": 69794, "province": "Ragusa", "provinceID": "088", "region": "Sicilia", "regionID": "19", "territoryCode": "088"}, {"NUTS1": "ITG", "NUTS2(3)": "ITG1", "NUTS3": "ITG19", "capitalCity": 1, "carCode": "SR", "city": "Siracusa", "cityAlphaCode": "089017", "cityCatCode": "I754", "cityID": 89017, "cityID1995_2005": 89017, "cityID2006_2009": 89017, "cityID2010_2016": 89017, "cityIT": "Siracusa", "geo": "Isole", "geoCode": 5, "population": 118385, "province": "Siracusa", "provinceID": "089", "region": "Sicilia", "regionID": "19", "territoryCode": "089"}, {"NUTS1": "ITG", "NUTS2(3)": "ITG2", "NUTS3": "ITG25", "capitalCity": 1, "carCode": "SS", "city": "Sassari", "cityAlphaCode": "090064", "cityCatCode": "I452", "cityID": 90064, "cityID1995_2005": 90064, "cityID2006_2009": 90064, "cityID2010_2016": 90064, "cityIT": "Sassari", "geo": "Isole", "geoCode": 5, "population": 123782, "province": "Sassari", "provinceID": "090", "region": "Sardegna", "regionID": "20", "territoryCode": "090"}, {"NUTS1": "ITG", "NUTS2(3)": "ITG2", "NUTS3": "ITG26", "capitalCity": 1, "carCode": "NU", "city": "Nuoro", "cityAlphaCode": "091051", "cityCatCode": "F979", "cityID": 91051, "cityID1995_2005": 91051, "cityID2006_2009": 91051, "cityID2010_2016": 91051, "cityIT": "Nuoro", "geo": "Isole", "geoCode": 5, "population": 36674, "province": "Nuoro", "provinceID": "091", "region": "Sardegna", "regionID": "20", "territoryCode": "091"}, {"NUTS1": "ITG", "NUTS2(3)": "ITG2", "NUTS3": "ITG27", "capitalCity": 1, "carCode": "CA", "city": "Cagliari", "cityAlphaCode": "092009", "cityCatCode": "B354", "cityID": 92009, "cityID1995_2005": 92009, "cityID2006_2009": 92009, "cityID2010_2016": 92009, "cityIT": "Cagliari", "geo": "Isole", "geoCode": 5, "population": 149883, "province": "Cagliari", "provinceID": "092", "region": "Sardegna", "regionID": "20", "territoryCode": "292"}, {"NUTS1": "ITG", "NUTS2(3)": "ITG2", "NUTS3": "ITG28", "capitalCity": 1, "carCode": "OR", "city": "Oristano", "cityAlphaCode": "095038", "cityCatCode": "G113", "cityID": 95038, "cityID1995_2005": 95038, "cityID2006_2009": 95038, "cityID2010_2016": 95038, "cityIT": "Oristano", "geo": "Isole", "geoCode": 5, "population": 31155, "province": "Oristano", "provinceID": "095", "region": "Sardegna", "regionID": "20", "territoryCode": "095"}, {"NUTS1": "ITG", "NUTS2(3)": "ITG2", "NUTS3": "ITG2C", "capitalCity": 1, "carCode": "SU", "city": "Carbonia", "cityAlphaCode": "111009", "cityCatCode": "B745", "cityID": 111009, "cityID1995_2005": 92012, "cityID2006_2009": 107003, "cityID2010_2016": 107003, "cityIT": "Carbonia", "geo": "Isole", "geoCode": 5, "population": 28882, "province": "Sud Sardegna", "provinceID": "111", "region": "Sardegna", "regionID": "20", "territoryCode": "111"}] | {"items": {"type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_94bc7d7d-9568-44bf-8ff3-0af4d2648632/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Query/Search | Obtain italian cities using query string | 404 | Response | [{"geo": "Nord-est", "geoCode": 2, "region": "Veneto", "regionID": "05"}] | {"items": {"properties": {"geo": {"type": "string"}, "geoCode": {"type": "integer"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_94bc7d7d-9568-44bf-8ff3-0af4d2648632/1/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Query/Search | Obtain italian cities using query string | 304 | Response | [{"carCode": "PV", "geo": "Nord-ovest", "geoCode": 1, "province": "Pavia", "provinceID": "018", "region": "Lombardia", "regionID": "03"}] | {"items": {"properties": {"carCode": {"type": "string"}, "geo": {"type": "string"}, "geoCode": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_94bc7d7d-9568-44bf-8ff3-0af4d2648632/2/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Query/Search | Obtain italian cities using query string | 200 | Response | [{"NUTS1": "ITC", "NUTS2(3)": "ITC4", "NUTS3": "ITC48", "capitalCity": 1, "carCode": "PV", "city": "Pavia", "cityAlphaCode": "018110", "cityCatCode": "G388", "cityID": 18110, "cityID1995_2005": 18110, "cityID2006_2009": 18110, "cityID2010_2016": 18110, "cityIT": "Pavia", "geo": "Nord-ovest", "geoCode": 1, "population": 68280, "province": "Pavia", "provinceID": "018", "region": "Lombardia", "regionID": "03", "territoryCode": "018"}] | {"items": {"properties": {"NUTS1": {"type": "string"}, "NUTS2(3)": {"type": "string"}, "NUTS3": {"type": "string"}, "capitalCity": {"type": "integer"}, "carCode": {"type": "string"}, "city": {"type": "string"}, "cityAlphaCode": {"type": "string"}, "cityCatCode": {"type": "string"}, "cityID": {"type": "integer"}, "cityID1995_2005": {"type": "integer"}, "cityID2006_2009": {"type": "integer"}, "cityID2010_2016": {"type": "integer"}, "cityIT": {"type": "string"}, "geo": {"type": "string"}, "geoCode": {"type": "integer"}, "population": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}, "territoryCode": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_60f87141-cc09-4212-85a4-d18b354c77f7/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Select/Only/Carcode | Obtain all italian cities car codes | 200 | Response | [{"carCode": "TO"}, {"carCode": "VC"}, {"carCode": "NO"}, {"carCode": "CN"}, {"carCode": "AT"}, {"carCode": "AL"}, {"carCode": "BI"}, {"carCode": "VB"}, {"carCode": "AO"}, {"carCode": "VA"}, {"carCode": "CO"}, {"carCode": "SO"}, {"carCode": "MI"}, {"carCode": "BG"}, {"carCode": "BS"}, {"carCode": "PV"}, {"carCode": "CR"}, {"carCode": "MN"}, {"carCode": "LC"}, {"carCode": "LO"}, {"carCode": "MB"}, {"carCode": "BZ"}, {"carCode": "TN"}, {"carCode": "VR"}, {"carCode": "VI"}, {"carCode": "BL"}, {"carCode": "TV"}, {"carCode": "VE"}, {"carCode": "PD"}, {"carCode": "RO"}, {"carCode": "UD"}, {"carCode": "GO"}, {"carCode": "TS"}, {"carCode": "PN"}, {"carCode": "IM"}, {"carCode": "SV"}, {"carCode": "GE"}, {"carCode": "SP"}, {"carCode": "PC"}, {"carCode": "PR"}, {"carCode": "RE"}, {"carCode": "MO"}, {"carCode": "BO"}, {"carCode": "FE"}, {"carCode": "RA"}, {"carCode": "FC"}, {"carCode": "RN"}, {"carCode": "MS"}, {"carCode": "LU"}, {"carCode": "PT"}, {"carCode": "FI"}, {"carCode": "LI"}, {"carCode": "PI"}, {"carCode": "AR"}, {"carCode": "SI"}, {"carCode": "GR"}, {"carCode": "PO"}, {"carCode": "PG"}, {"carCode": "TR"}, {"carCode": "PU"}, {"carCode": "AN"}, {"carCode": "MC"}, {"carCode": "AP"}, {"carCode": "FM"}, {"carCode": "VT"}, {"carCode": "RI"}, {"carCode": "RM"}, {"carCode": "LT"}, {"carCode": "FR"}, {"carCode": "AQ"}, {"carCode": "TE"}, {"carCode": "PE"}, {"carCode": "CH"}, {"carCode": "CB"}, {"carCode": "IS"}, {"carCode": "CE"}, {"carCode": "BN"}, {"carCode": "NA"}, {"carCode": "AV"}, {"carCode": "SA"}, {"carCode": "FG"}, {"carCode": "BA"}, {"carCode": "TA"}, {"carCode": "BR"}, {"carCode": "LE"}, {"carCode": "BT"}, {"carCode": "PZ"}, {"carCode": "MT"}, {"carCode": "CS"}, {"carCode": "CZ"}, {"carCode": "RC"}, {"carCode": "KR"}, {"carCode": "VV"}, {"carCode": "TP"}, {"carCode": "PA"}, {"carCode": "ME"}, {"carCode": "AG"}, {"carCode": "CL"}, {"carCode": "EN"}, {"carCode": "CT"}, {"carCode": "RG"}, {"carCode": "SR"}, {"carCode": "SS"}, {"carCode": "NU"}, {"carCode": "CA"}, {"carCode": "OR"}, {"carCode": "SU"}] | {"items": {"properties": {"carCode": {"type": "string"}}, "type": "object"}, "type": "array"} |
8166120e-19f6-4abb-ad0e-4eeab284cee8/endpoint_e286e32b-f7e4-425f-bccc-252f95499002/0/0 | APIItaly | API to obtain official informations about cities, provinces and regions of Italy | null | City/Select/Capital/Province/ProvinceId | Obtain italian capital cities with a specific province | 200 | Response | [{"NUTS1": "ITH", "NUTS2(3)": "ITH3", "NUTS3": "ITH34", "capitalCity": 1, "carCode": "TV", "city": "Treviso", "cityAlphaCode": "026086", "cityCatCode": "L407", "cityID": 26086, "cityID1995_2005": 26086, "cityID2006_2009": 26086, "cityID2010_2016": 26086, "cityIT": "Treviso", "geo": "Nord-est", "geoCode": 2, "population": 81014, "province": "Treviso", "provinceID": "026", "region": "Veneto", "regionID": "05", "territoryCode": "026"}] | {"items": {"properties": {"NUTS1": {"type": "string"}, "NUTS2(3)": {"type": "string"}, "NUTS3": {"type": "string"}, "capitalCity": {"type": "integer"}, "carCode": {"type": "string"}, "city": {"type": "string"}, "cityAlphaCode": {"type": "string"}, "cityCatCode": {"type": "string"}, "cityID": {"type": "integer"}, "cityID1995_2005": {"type": "integer"}, "cityID2006_2009": {"type": "integer"}, "cityID2010_2016": {"type": "integer"}, "cityIT": {"type": "string"}, "geo": {"type": "string"}, "geoCode": {"type": "integer"}, "population": {"type": "integer"}, "province": {"type": "string"}, "provinceID": {"type": "string"}, "region": {"type": "string"}, "regionID": {"type": "string"}, "territoryCode": {"type": "string"}}, "type": "object"}, "type": "array"} |
10560948-e5fd-49ca-a82b-64ba02a6522c/e5282669-4d8f-4be3-ba96-5b001b7d6d4c/0/0 | Get All Cities | Get all cities present in a country | 0 | Get Cities | This endpoint will fetch an object with "cities" as key, and a STRING value of all cities (using CSV) after a request is made. (URL/{country}) | 200 | Response | {"cities": "Dubai,Sharjah,Abu Dhabi,Al `Ayn,Ra's al Khaymah,Al Fujayrah,Umm al Qaywayn,`Ajman"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"cities": {"type": "string"}}, "required": ["cities"]} |
b09186cc-916f-4eea-bc0b-69c28731ff64/67e90e5f-9bc3-433a-885c-c5586a633ed5/0/0 | newgeo | Tell us your preferred distance from key locations, and we'll use our algorithms to find areas that perfectly match your requirements. | 7.4 | search | Returns areas matching all distance requirements. | 200 | Example_1 | {"input_parameters": {"search_area_lat_lng": {"lat": 56.97407696541117, "lng": 9.850202168249963}, "max_distance_to_bus_stop": "500", "max_distance_to_motorway_access": "3000", "max_distance_to_park": "2000", "max_distance_to_school": "1000", "max_distance_to_supermarket": "1000", "max_distance_to_train_station": "3000", "min_distance_to_motorway": "2000", "min_distance_to_railway": "2000", "search_area_radius": "20000"}, "areas": [{"type": "Polygon", "coordinates": [[[9.824337787, 56.960848607], [9.823925699, 56.960877995], [9.823362785, 56.960637545], [9.822712099, 56.960459586], [9.821948613, 56.959972057], [9.820689657, 56.959434246], [9.819259693, 56.959043107], [9.81924445, 56.959040845], [9.819106569, 56.959003129], [9.818477512, 56.958909775], [9.817410054, 56.95861777], [9.817137488, 56.958577315], [9.817823533, 56.959814363], [9.817881192, 56.959900802], [9.819492945, 56.962029382], [9.819584375, 56.96213687], [9.820801216, 56.963386108], [9.82082778, 56.963422394], [9.820876016, 56.963462896], [9.82208638, 56.964705383], [9.822184217, 56.964793929], [9.823737565, 56.966048192], [9.823923306, 56.965419522], [9.824043466, 56.965063069], [9.824159158, 56.964736837], [9.824336663, 56.964259951], [9.824726416, 56.963337885], [9.824990472, 56.962780553], [9.825279408, 56.962209657], [9.825459962, 56.961874509], [9.825702273, 56.96144466], [9.825955647, 56.961014395], [9.826016272, 56.960918669], [9.825940586, 56.960907442], [9.824337787, 56.960848607]]]}, {"type": "Polygon", "coordinates": [[[9.867072336, 57.024348584], [9.867169985, 57.024514237], [9.870329861, 57.026996313], [9.87709004, 57.030552827], [9.878886754, 57.03550568], [9.879175833, 57.036027229], [9.880083141, 57.03750779], [9.880441399, 57.03804051], [9.881827691, 57.039606616], [9.882182984, 57.040218069], [9.882490205, 57.039923933], [9.882301895, 57.039629436], [9.882034792, 57.03915403], [9.881889215, 57.038887574], [9.881749107, 57.038623676], [9.88138454, 57.03787726], [9.881222726, 57.037514784], [9.88089864, 57.036708619], [9.880738332, 57.036260899], [9.880582219, 57.035791878], [9.880422396, 57.035272577], [9.88035556, 57.034738066], [9.880155617, 57.034213523], [9.880057312, 57.033713248], [9.879964796, 57.033271767], [9.879881195, 57.032822922], [9.879823626, 57.032469779], [9.879560104, 57.030968541], [9.879280442, 57.029383179], [9.8792536, 57.029223539], [9.879191119, 57.028832771], [9.879112411, 57.028371712], [9.87905619, 57.028057439], [9.878993775, 57.027718634], [9.878993278, 57.027579427], [9.878946858, 57.02744254], [9.878887095, 57.027058632], [9.87882839, 57.026617003], [9.878783569, 57.026210384], [9.878740507, 57.025697409], [9.878713429, 57.025228098], [9.878704388, 57.025040108], [9.878697997, 57.02487406], [9.878691493, 57.024375698], [9.878697786, 57.023919724], [9.87877039, 57.023519668], [9.878765623, 57.022944973], [9.877897737, 57.022462493], [9.876673187, 57.021792746], [9.876573941, 57.021738231], [9.875205287, 57.020983193], [9.874812838, 57.020767076], [9.8742465, 57.020517506], [9.872516404, 57.019588163], [9.871593939, 57.019476651], [9.869562488, 57.018989111], [9.869532451, 57.019268675], [9.86772452, 57.02010066], [9.86831955, 57.020682001], [9.868458779, 57.020770677], [9.868199521, 57.020951681], [9.867463257, 57.021742364], [9.867020608, 57.022594076], [9.866888603, 57.023474088], [9.867072336, 57.024348584]]]}], "search_zone_buffer": [{"type": "Polygon", "coordinates": [[[10.179139867, 56.971409398], [10.171719872, 56.936424048], [10.151981857, 56.902899447], [10.120712556, 56.872118267], [10.079131748, 56.845255285], [10.028842722, 56.823333472], [9.971769934, 56.807186095], [9.910086322, 56.79742607], [9.846132889, 56.794423544], [9.782333157, 56.798292407], [9.721105143, 56.808886132], [9.664773483, 56.825803089], [9.615484356, 56.848401162], [9.575125832, 56.875821233], [9.545256286, 56.907018799], [9.527043475, 56.940802716], [9.521216722, 56.97587979], [9.528034493, 57.010903682], [9.547269228, 57.04452637], [9.578210811, 57.075450251], [9.619689358, 57.102478824], [9.670117155, 57.124563909], [9.727548629, 57.140847381], [9.789756236, 57.150695605], [9.854319197, 57.153725002], [9.918721188, 57.149817594], [9.980452495, 57.139125775], [10.037111856, 57.122066111], [10.086503209, 57.099302445], [10.126722927, 57.071719105], [10.156233774, 57.04038545], [10.173922607, 57.006513342], [10.179139867, 56.971409398]], [[10.179139867, 56.971409398], [10.171719872, 56.936424048], [10.151981857, 56.902899447], [10.120712556, 56.872118267], [10.079131748, 56.845255285], [10.028842722, 56.823333472], [9.971769934, 56.807186095], [9.910086322, 56.79742607], [9.846132889, 56.794423544], [9.782333157, 56.798292407], [9.721105143, 56.808886132], [9.664773483, 56.825803089], [9.615484356, 56.848401162], [9.575125832, 56.875821233], [9.545256286, 56.907018799], [9.527043475, 56.940802716], [9.521216722, 56.97587979], [9.528034493, 57.010903682], [9.547269228, 57.04452637], [9.578210811, 57.075450251], [9.619689358, 57.102478824], [9.670117155, 57.124563909], [9.727548629, 57.140847381], [9.789756236, 57.150695605], [9.854319197, 57.153725002], [9.918721188, 57.149817594], [9.980452495, 57.139125775], [10.037111856, 57.122066111], [10.086503209, 57.099302445], [10.126722927, 57.071719105], [10.156233774, 57.04038545], [10.173922607, 57.006513342], [10.179139867, 56.971409398]]]}], "number_of_areas_found": 2} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"input_parameters": {"type": "object", "properties": {"search_area_lat_lng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "max_distance_to_bus_stop": {"type": "string"}, "max_distance_to_motorway_access": {"type": "string"}, "max_distance_to_park": {"type": "string"}, "max_distance_to_school": {"type": "string"}, "max_distance_to_supermarket": {"type": "string"}, "max_distance_to_train_station": {"type": "string"}, "min_distance_to_motorway": {"type": "string"}, "min_distance_to_railway": {"type": "string"}, "search_area_radius": {"type": "string"}}, "required": ["max_distance_to_bus_stop", "max_distance_to_motorway_access", "max_distance_to_park", "max_distance_to_school", "max_distance_to_supermarket", "max_distance_to_train_station", "min_distance_to_motorway", "min_distance_to_railway", "search_area_lat_lng", "search_area_radius"]}, "areas": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["coordinates", "type"]}}, "search_zone_buffer": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["coordinates", "type"]}}, "number_of_areas_found": {"type": "integer"}}, "required": ["areas", "input_parameters", "number_of_areas_found", "search_zone_buffer"]} |
b09186cc-916f-4eea-bc0b-69c28731ff64/67e90e5f-9bc3-433a-885c-c5586a633ed5/1/0 | newgeo | Tell us your preferred distance from key locations, and we'll use our algorithms to find areas that perfectly match your requirements. | 7.4 | search | Returns areas matching all distance requirements. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
bc5dcbe2-4867-4ce1-99e1-ce93d91221ea/bb8f70bd-e07c-44fc-934d-4adb4402a277/0/0 | IP Geolocation | Locate and identify website visitors' info (latitude, logintude, connection, currency, timezone etc...) by IP address. | null | Geo location endpoint | Get geolocation endpoint | 200 | New Example | {"ip": "5.197.252.85", "hostname": "", "type": "ipv", "continent_code": "AS", "continent_name": "Asia", "country_code2": "AZ", "country_code3": "AZE", "country_name": "Azerbaijan", "region_name": "Baki", "city": "Artyom", "zip": "AZ 0100", "latitude": "40.472259521484375", "longitude": "50.333038330078125", "location": {"capital": "Baku", "languages": [{"code": "AZ", "name": "Azerbaijani"}], "country_flag": "/flags/az_64.png", "country_flag_emoji": "\ud83c\udde6\ud83c\uddff", "country_flag_emoji_unicode": "U+1F1E6 U+1F1FF", "calling_code": "994", "area_code": "050", "country_tld": "az", "is_eu": false, "population": 9923914, "total_area": "86600.0", "demonym": "Azerbaijanis"}, "time_zone": {"name": "Baku", "offset": "+04:00", "current_time": "2022-08-27 22:40:54 +0400", "current_time_unix": 1661625654, "is_dst": false}, "currency": {"code": "AZN", "name": "Azerbaijani Manat", "symbol": "\u20bc"}, "connection": {"isp": "AG Telecom LTD.", "domain": "katv1.az", "usage_type": "ISP", "net_speed": "DSL", "mcc": "-", "mnc": "-", "carrier": "-"}, "weather": {"station_code": "AJXX0003", "station_name": "Mastaga"}} | {"type": "object", "properties": {"ip": {"type": "string"}, "hostname": {"type": "string"}, "type": {"type": "string"}, "continent_code": {"type": "string"}, "continent_name": {"type": "string"}, "country_code2": {"type": "string"}, "country_code3": {"type": "string"}, "country_name": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "location": {"type": "object", "properties": {"capital": {"type": "string"}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "country_flag": {"type": "string"}, "country_flag_emoji": {"type": "string"}, "country_flag_emoji_unicode": {"type": "string"}, "calling_code": {"type": "string"}, "area_code": {"type": "string"}, "country_tld": {"type": "string"}, "is_eu": {"type": "boolean"}, "population": {"type": "integer"}, "total_area": {"type": "string"}, "demonym": {"type": "string"}}}, "time_zone": {"type": "object", "properties": {"name": {"type": "string"}, "offset": {"type": "string"}, "current_time": {"type": "string"}, "current_time_unix": {"type": "integer"}, "is_dst": {"type": "boolean"}}}, "currency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}}}, "connection": {"type": "object", "properties": {"isp": {"type": "string"}, "domain": {"type": "string"}, "usage_type": {"type": "string"}, "net_speed": {"type": "string"}, "mcc": {"type": "string"}, "mnc": {"type": "string"}, "carrier": {"type": "string"}}}, "weather": {"type": "object", "properties": {"station_code": {"type": "string"}, "station_name": {"type": "string"}}}}} |
c683c13d-e42e-4274-a7a2-83b8e91a0464/47163a32-af41-4955-b240-8011dcab33d9/0/0 | ipwhois | ipwhois focused on retrieving and parsing whois data for IPv4 and IPv6 addresses. | null | ipwhois | ipwhois info | 200 | New Example | {"nir": null, "asn_registry": "apnic", "asn": "13335", "asn_cidr": "1.0.0.0/24", "asn_country_code": "AU", "asn_date": "2011-08-11", "asn_description": "CLOUDFLARENET, US", "query": "1.0.0.255", "network": {"handle": "1.0.0.0 - 1.0.0.255", "status": ["active"], "remarks": [{"title": "description", "description": "APNIC and Cloudflare DNS Resolver project\nRouted globally by AS13335/Cloudflare\nResearch prefix for APNIC Labs", "links": null}, {"title": "remarks", "description": "---------------\nAll Cloudflare abuse reporting can be done via\[email protected]\n---------------", "links": null}], "notices": [{"title": "Source", "description": "Objects returned came from source\nAPNIC", "links": null}, {"title": "Terms and Conditions", "description": "This is the APNIC WHOIS Database query service. The objects are in RDAP format.", "links": ["http://www.apnic.net/db/dbcopyright.html"]}, {"title": "Whois Inaccuracy Reporting", "description": "If you see inaccuracies in the results, please visit: ", "links": ["https://www.apnic.net/manage-ip/using-whois/abuse-and-spamming/invalid-contact-form"]}], "links": ["http://rdap.apnic.net/ip/1.0.0.0/24", "https://netox.apnic.net/search/1.0.0.0%2F24?utm_source=rdap&utm_medium=result&utm_campaign=rdap_result"], "events": [{"action": "registration", "timestamp": "2011-08-10T23:15:57Z", "actor": null}, {"action": "last changed", "timestamp": "2023-04-26T22:57:30Z", "actor": null}], "raw": null, "start_address": "1.0.0.0", "end_address": "1.0.0.255", "cidr": "1.0.0.0/24", "ip_version": "v4", "type": "ASSIGNED PORTABLE", "name": "APNIC-LABS", "country": "AU", "parent_handle": null}, "entities": ["ORG-ARAD1-AP", "IRT-APNICRANDNET-AU", "AIC3-AP"], "objects": {"ORG-ARAD1-AP": {"handle": "ORG-ARAD1-AP", "status": null, "remarks": null, "notices": null, "links": ["http://rdap.apnic.net/entity/ORG-ARAD1-AP"], "events": [{"action": "registration", "timestamp": "2017-08-08T23:21:55Z", "actor": null}, {"action": "last changed", "timestamp": "2023-09-05T02:15:19Z", "actor": null}], "raw": null, "roles": ["registrant"], "contact": {"name": "APNIC Research and Development", "kind": "org", "address": [{"type": null, "value": "6 Cordelia St"}], "phone": [{"type": "voice", "value": "+61-7-38583100"}, {"type": "fax", "value": "+61-7-38583199"}], "email": [{"type": null, "value": "[email protected]"}], "role": null, "title": null}, "events_actor": null, "entities": null}, "IRT-APNICRANDNET-AU": {"handle": "IRT-APNICRANDNET-AU", "status": null, "remarks": [{"title": "remarks", "description": "[email protected] was validated on 2021-02-09", "links": null}], "notices": null, "links": ["http://rdap.apnic.net/entity/IRT-APNICRANDNET-AU"], "events": [{"action": "registration", "timestamp": "2011-04-12T17:56:54Z", "actor": null}, {"action": "last changed", "timestamp": "2021-03-09T01:10:21Z", "actor": null}], "raw": null, "roles": ["abuse"], "contact": {"name": "IRT-APNICRANDNET-AU", "kind": "group", "address": [{"type": null, "value": "PO Box 3646\nSouth Brisbane, QLD 4101\nAustralia"}], "phone": null, "email": [{"type": null, "value": "[email protected]"}, {"type": null, "value": "[email protected]"}], "role": null, "title": null}, "events_actor": null, "entities": null}, "AIC3-AP": {"handle": "AIC3-AP", "status": null, "remarks": null, "notices": null, "links": ["http://rdap.apnic.net/entity/AIC3-AP"], "events": [{"action": "registration", "timestamp": "2023-04-26T00:42:16Z", "actor": null}, {"action": "last changed", "timestamp": "2023-04-26T22:50:54Z", "actor": null}], "raw": null, "roles": ["administrative", "technical"], "contact": {"name": "APNICRANDNET Infrastructure Contact", "kind": "group", "address": [{"type": null, "value": "6 Cordelia St South Brisbane QLD 4101"}], "phone": [{"type": "voice", "value": "+61 7 3858 3100"}], "email": [{"type": null, "value": "[email protected]"}], "role": null, "title": null}, "events_actor": null, "entities": null}}, "raw": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"nir": {"type": "null"}, "asn_registry": {"type": "string"}, "asn": {"type": "string"}, "asn_cidr": {"type": "string"}, "asn_country_code": {"type": "string"}, "asn_date": {"type": "string"}, "asn_description": {"type": "string"}, "query": {"type": "string"}, "network": {"type": "object", "properties": {"handle": {"type": "string"}, "status": {"type": "array", "items": {"type": "string"}}, "remarks": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "links": {"type": "null"}}, "required": ["description", "links", "title"]}}, "notices": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "links": {"anyOf": [{"type": "null"}, {"type": "array", "items": {"type": "string"}}]}}, "required": ["description", "links", "title"]}}, "links": {"type": "array", "items": {"type": "string"}}, "events": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "timestamp": {"type": "string"}, "actor": {"type": "null"}}, "required": ["action", "actor", "timestamp"]}}, "raw": {"type": "null"}, "start_address": {"type": "string"}, "end_address": {"type": "string"}, "cidr": {"type": "string"}, "ip_version": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "parent_handle": {"type": "null"}}, "required": ["cidr", "country", "end_address", "events", "handle", "ip_version", "links", "name", "notices", "parent_handle", "raw", "remarks", "start_address", "status", "type"]}, "entities": {"type": "array", "items": {"type": "string"}}, "objects": {"type": "object", "properties": {"ORG-ARAD1-AP": {"type": "object", "properties": {"handle": {"type": "string"}, "status": {"type": "null"}, "remarks": {"type": "null"}, "notices": {"type": "null"}, "links": {"type": "array", "items": {"type": "string"}}, "events": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "timestamp": {"type": "string"}, "actor": {"type": "null"}}, "required": ["action", "actor", "timestamp"]}}, "raw": {"type": "null"}, "roles": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"name": {"type": "string"}, "kind": {"type": "string"}, "address": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "null"}, "value": {"type": "string"}}, "required": ["type", "value"]}}, "phone": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}}, "email": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "null"}, "value": {"type": "string"}}, "required": ["type", "value"]}}, "role": {"type": "null"}, "title": {"type": "null"}}, "required": ["address", "email", "kind", "name", "phone", "role", "title"]}, "events_actor": {"type": "null"}, "entities": {"type": "null"}}, "required": ["contact", "entities", "events", "events_actor", "handle", "links", "notices", "raw", "remarks", "roles", "status"]}, "IRT-APNICRANDNET-AU": {"type": "object", "properties": {"handle": {"type": "string"}, "status": {"type": "null"}, "remarks": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "links": {"type": "null"}}, "required": ["description", "links", "title"]}}, "notices": {"type": "null"}, "links": {"type": "array", "items": {"type": "string"}}, "events": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "timestamp": {"type": "string"}, "actor": {"type": "null"}}, "required": ["action", "actor", "timestamp"]}}, "raw": {"type": "null"}, "roles": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"name": {"type": "string"}, "kind": {"type": "string"}, "address": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "null"}, "value": {"type": "string"}}, "required": ["type", "value"]}}, "phone": {"type": "null"}, "email": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "null"}, "value": {"type": "string"}}, "required": ["type", "value"]}}, "role": {"type": "null"}, "title": {"type": "null"}}, "required": ["address", "email", "kind", "name", "phone", "role", "title"]}, "events_actor": {"type": "null"}, "entities": {"type": "null"}}, "required": ["contact", "entities", "events", "events_actor", "handle", "links", "notices", "raw", "remarks", "roles", "status"]}, "AIC3-AP": {"type": "object", "properties": {"handle": {"type": "string"}, "status": {"type": "null"}, "remarks": {"type": "null"}, "notices": {"type": "null"}, "links": {"type": "array", "items": {"type": "string"}}, "events": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "timestamp": {"type": "string"}, "actor": {"type": "null"}}, "required": ["action", "actor", "timestamp"]}}, "raw": {"type": "null"}, "roles": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"name": {"type": "string"}, "kind": {"type": "string"}, "address": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "null"}, "value": {"type": "string"}}, "required": ["type", "value"]}}, "phone": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}}, "email": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "null"}, "value": {"type": "string"}}, "required": ["type", "value"]}}, "role": {"type": "null"}, "title": {"type": "null"}}, "required": ["address", "email", "kind", "name", "phone", "role", "title"]}, "events_actor": {"type": "null"}, "entities": {"type": "null"}}, "required": ["contact", "entities", "events", "events_actor", "handle", "links", "notices", "raw", "remarks", "roles", "status"]}}, "required": ["AIC3-AP", "IRT-APNICRANDNET-AU", "ORG-ARAD1-AP"]}, "raw": {"type": "null"}}, "required": ["asn", "asn_cidr", "asn_country_code", "asn_date", "asn_description", "asn_registry", "entities", "network", "nir", "objects", "query", "raw"]} |
2afaf0f3-acec-4f1d-ad26-cba7a492e24e/7c514280-abb9-4564-bd91-fd97fe1973a0/0/0 | ViaCEP | Webservice gratuito para pesquisa de endereço via CEP. https://viacep.com.br | 8.1 | Consulta CEP | Consulta CEP | 200 | Response | {"cep": "01310-100", "logradouro": "Avenida Paulista", "complemento": "de 612 a 1510 - lado par", "bairro": "Bela Vista", "localidade": "S\u00e3o Paulo", "uf": "SP", "ibge": "3550308", "gia": "1004", "ddd": "11", "siafi": "7107"} | {"type": "object", "properties": {"cep": {"type": "string"}, "logradouro": {"type": "string"}, "complemento": {"type": "string"}, "bairro": {"type": "string"}, "localidade": {"type": "string"}, "uf": {"type": "string"}, "ibge": {"type": "string"}, "gia": {"type": "string"}, "ddd": {"type": "string"}, "siafi": {"type": "string"}}} |
9bc86c5c-6433-4a60-9157-d61564896d86/a8c7f6ce-c824-4e7b-8f29-4c734e3f6f57/0/0 | Timezone by Coordinates | Get the Timezone, DST offset, and UTC offset of a location. | 7.5 | Timezone | Get the timezone of the coordinate location. | 200 | Response | {"dstOffset": 0, "rawOffset": -28800, "timeZoneId": "America/Vancouver", "timeZoneName": "Pacific Standard Time"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"dstOffset": {"type": "integer"}, "rawOffset": {"type": "integer"}, "timeZoneId": {"type": "string"}, "timeZoneName": {"type": "string"}}, "required": ["dstOffset", "rawOffset", "timeZoneId", "timeZoneName"]} |
b2d81af8-862c-47b3-abe9-63c44600ab30/c7eadea8-1c5f-4d27-99ed-55e62729fbcd/0/0 | Geography | Get data on cities, states and countries. | null | City Details | Get details about a city. | 200 | Response | {"id": "126382", "name": "Shreveport", "state_id": "1457", "state_code": "LA", "state_name": "Louisiana", "country_id": "233", "country_code": "US", "country_name": "United States", "latitude": "32.52515000", "longitude": "-93.75018000", "wikiDataId": "Q80517"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "state_id": {"type": "string"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "wikiDataId": {"type": "string"}}, "required": ["country_code", "country_id", "country_name", "id", "latitude", "longitude", "name", "state_code", "state_id", "state_name", "wikiDataId"]} |
b2d81af8-862c-47b3-abe9-63c44600ab30/f5d709ad-20a6-495e-ad87-1841bae6830b/0/0 | Geography | Get data on cities, states and countries. | null | State Details | Get details about a state. | 200 | Response | {"id": "1457", "name": "Louisiana", "country_id": "233", "country_code": "US", "country_name": "United States", "state_code": "LA", "type": "state", "latitude": "30.98429770", "longitude": "-91.96233270"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "country_id": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "state_code": {"type": "string"}, "type": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}, "required": ["country_code", "country_id", "country_name", "id", "latitude", "longitude", "name", "state_code", "type"]} |
b2d81af8-862c-47b3-abe9-63c44600ab30/650d42c3-b8d6-4485-a8f0-036c9229bd9f/0/0 | Geography | Get data on cities, states and countries. | null | Country Details | Get details about a country. | 200 | Response | {"name": "United States", "iso3": "USA", "iso2": "US", "numeric_code": "840", "phone_code": "1", "capital": "Washington", "currency": "USD", "currency_name": "United States dollar", "currency_symbol": "$", "tld": ".us", "native": "United States", "region": "Americas", "subregion": "Northern America", "timezones": [{"zoneName": "America/Adak", "gmtOffset": -36000, "gmtOffsetName": "UTC-10:00", "abbreviation": "HST", "tzName": "Hawaii\u2013Aleutian Standard Time"}, {"zoneName": "America/Anchorage", "gmtOffset": -32400, "gmtOffsetName": "UTC-09:00", "abbreviation": "AKST", "tzName": "Alaska Standard Time"}, {"zoneName": "America/Boise", "gmtOffset": -25200, "gmtOffsetName": "UTC-07:00", "abbreviation": "MST", "tzName": "Mountain Standard Time (North America"}, {"zoneName": "America/Chicago", "gmtOffset": -21600, "gmtOffsetName": "UTC-06:00", "abbreviation": "CST", "tzName": "Central Standard Time (North America"}, {"zoneName": "America/Denver", "gmtOffset": -25200, "gmtOffsetName": "UTC-07:00", "abbreviation": "MST", "tzName": "Mountain Standard Time (North America"}, {"zoneName": "America/Detroit", "gmtOffset": -18000, "gmtOffsetName": "UTC-05:00", "abbreviation": "EST", "tzName": "Eastern Standard Time (North America"}, {"zoneName": "America/Indiana/Indianapolis", "gmtOffset": -18000, "gmtOffsetName": "UTC-05:00", "abbreviation": "EST", "tzName": "Eastern Standard Time (North America"}, {"zoneName": "America/Indiana/Knox", "gmtOffset": -21600, "gmtOffsetName": "UTC-06:00", "abbreviation": "CST", "tzName": "Central Standard Time (North America"}, {"zoneName": "America/Indiana/Marengo", "gmtOffset": -18000, "gmtOffsetName": "UTC-05:00", "abbreviation": "EST", "tzName": "Eastern Standard Time (North America"}, {"zoneName": "America/Indiana/Petersburg", "gmtOffset": -18000, "gmtOffsetName": "UTC-05:00", "abbreviation": "EST", "tzName": "Eastern Standard Time (North America"}, {"zoneName": "America/Indiana/Tell_City", "gmtOffset": -21600, "gmtOffsetName": "UTC-06:00", "abbreviation": "CST", "tzName": "Central Standard Time (North America"}, {"zoneName": "America/Indiana/Vevay", "gmtOffset": -18000, "gmtOffsetName": "UTC-05:00", "abbreviation": "EST", "tzName": "Eastern Standard Time (North America"}, {"zoneName": "America/Indiana/Vincennes", "gmtOffset": -18000, "gmtOffsetName": "UTC-05:00", "abbreviation": "EST", "tzName": "Eastern Standard Time (North America"}, {"zoneName": "America/Indiana/Winamac", "gmtOffset": -18000, "gmtOffsetName": "UTC-05:00", "abbreviation": "EST", "tzName": "Eastern Standard Time (North America"}, {"zoneName": "America/Juneau", "gmtOffset": -32400, "gmtOffsetName": "UTC-09:00", "abbreviation": "AKST", "tzName": "Alaska Standard Time"}, {"zoneName": "America/Kentucky/Louisville", "gmtOffset": -18000, "gmtOffsetName": "UTC-05:00", "abbreviation": "EST", "tzName": "Eastern Standard Time (North America"}, {"zoneName": "America/Kentucky/Monticello", "gmtOffset": -18000, "gmtOffsetName": "UTC-05:00", "abbreviation": "EST", "tzName": "Eastern Standard Time (North America"}, {"zoneName": "America/Los_Angeles", "gmtOffset": -28800, "gmtOffsetName": "UTC-08:00", "abbreviation": "PST", "tzName": "Pacific Standard Time (North America"}, {"zoneName": "America/Menominee", "gmtOffset": -21600, "gmtOffsetName": "UTC-06:00", "abbreviation": "CST", "tzName": "Central Standard Time (North America"}, {"zoneName": "America/Metlakatla", "gmtOffset": -32400, "gmtOffsetName": "UTC-09:00", "abbreviation": "AKST", "tzName": "Alaska Standard Time"}, {"zoneName": "America/New_York", "gmtOffset": -18000, "gmtOffsetName": "UTC-05:00", "abbreviation": "EST", "tzName": "Eastern Standard Time (North America"}, {"zoneName": "America/Nome", "gmtOffset": -32400, "gmtOffsetName": "UTC-09:00", "abbreviation": "AKST", "tzName": "Alaska Standard Time"}, {"zoneName": "America/North_Dakota/Beulah", "gmtOffset": -21600, "gmtOffsetName": "UTC-06:00", "abbreviation": "CST", "tzName": "Central Standard Time (North America"}, {"zoneName": "America/North_Dakota/Center", "gmtOffset": -21600, "gmtOffsetName": "UTC-06:00", "abbreviation": "CST", "tzName": "Central Standard Time (North America"}, {"zoneName": "America/North_Dakota/New_Salem", "gmtOffset": -21600, "gmtOffsetName": "UTC-06:00", "abbreviation": "CST", "tzName": "Central Standard Time (North America"}, {"zoneName": "America/Phoenix", "gmtOffset": -25200, "gmtOffsetName": "UTC-07:00", "abbreviation": "MST", "tzName": "Mountain Standard Time (North America"}, {"zoneName": "America/Sitka", "gmtOffset": -32400, "gmtOffsetName": "UTC-09:00", "abbreviation": "AKST", "tzName": "Alaska Standard Time"}, {"zoneName": "America/Yakutat", "gmtOffset": -32400, "gmtOffsetName": "UTC-09:00", "abbreviation": "AKST", "tzName": "Alaska Standard Time"}, {"zoneName": "Pacific/Honolulu", "gmtOffset": -36000, "gmtOffsetName": "UTC-10:00", "abbreviation": "HST", "tzName": "Hawaii\u2013Aleutian Standard Time"}], "translations": {"kr": "\ubbf8\uad6d", "pt-BR": "Estados Unidos", "pt": "Estados Unidos", "nl": "Verenigde Staten", "hr": "Sjedinjene Ameri\u010dke Dr\u017eave", "fa": "\u0627\u06cc\u0627\u0644\u0627\u062a \u0645\u062a\u062d\u062f\u0647 \u0622\u0645\u0631\u06cc\u06a9\u0627", "de": "Vereinigte Staaten von Amerika", "es": "Estados Unidos", "fr": "\u00c9tats-Unis", "ja": "\u30a2\u30e1\u30ea\u30ab\u5408\u8846\u56fd", "it": "Stati Uniti D'America", "cn": "\u7f8e\u56fd", "tr": "Amerika"}, "latitude": "38.00000000", "longitude": "-97.00000000", "emoji": "\ud83c\uddfa\ud83c\uddf8", "emojiU": "U+1F1FA U+1F1F8"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "iso3": {"type": "string"}, "iso2": {"type": "string"}, "numeric_code": {"type": "string"}, "phone_code": {"type": "string"}, "capital": {"type": "string"}, "currency": {"type": "string"}, "currency_name": {"type": "string"}, "currency_symbol": {"type": "string"}, "tld": {"type": "string"}, "native": {"type": "string"}, "region": {"type": "string"}, "subregion": {"type": "string"}, "timezones": {"type": "array", "items": {"type": "object", "properties": {"zoneName": {"type": "string"}, "gmtOffset": {"type": "integer"}, "gmtOffsetName": {"type": "string"}, "abbreviation": {"type": "string"}, "tzName": {"type": "string"}}, "required": ["abbreviation", "gmtOffset", "gmtOffsetName", "tzName", "zoneName"]}}, "translations": {"type": "object", "properties": {"kr": {"type": "string"}, "pt-BR": {"type": "string"}, "pt": {"type": "string"}, "nl": {"type": "string"}, "hr": {"type": "string"}, "fa": {"type": "string"}, "de": {"type": "string"}, "es": {"type": "string"}, "fr": {"type": "string"}, "ja": {"type": "string"}, "it": {"type": "string"}, "cn": {"type": "string"}, "tr": {"type": "string"}}, "required": ["cn", "de", "es", "fa", "fr", "hr", "it", "ja", "kr", "nl", "pt", "pt-BR", "tr"]}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "emoji": {"type": "string"}, "emojiU": {"type": "string"}}, "required": ["capital", "currency", "currency_name", "currency_symbol", "emoji", "emojiU", "iso2", "iso3", "latitude", "longitude", "name", "native", "numeric_code", "phone_code", "region", "subregion", "timezones", "tld", "translations"]} |
b2d81af8-862c-47b3-abe9-63c44600ab30/82b624ac-9d27-42b0-ac77-6a7778c88fdf/0/0 | Geography | Get data on cities, states and countries. | null | List Cities by State | Get a list of cities in a state. | 200 | Response | [{"city_id": "110966", "city_name": "Abbeville"}, {"city_id": "110987", "city_name": "Abita Springs"}, {"city_id": "110991", "city_name": "Acadia Parish"}, {"city_id": "111033", "city_name": "Addis"}, {"city_id": "111103", "city_name": "Albany"}, {"city_id": "111150", "city_name": "Alexandria"}, {"city_id": "111191", "city_name": "Allen Parish"}, {"city_id": "111260", "city_name": "Ama"}, {"city_id": "111268", "city_name": "Amelia"}, {"city_id": "111288", "city_name": "Amite"}, {"city_id": "111408", "city_name": "Arabi"}, {"city_id": "111421", "city_name": "Arcadia"}, {"city_id": "111482", "city_name": "Arnaudville"}, {"city_id": "111509", "city_name": "Ascension Parish"}, {"city_id": "111558", "city_name": "Assumption Parish"}, {"city_id": "111698", "city_name": "Avondale"}, {"city_id": "111704", "city_name": "Avoyelles Parish"}, {"city_id": "111738", "city_name": "Baker"}, {"city_id": "111754", "city_name": "Baldwin"}, {"city_id": "111768", "city_name": "Ball"}, {"city_id": "111799", "city_name": "Banks Springs"}, {"city_id": "111811", "city_name": "Barataria"}, {"city_id": "111877", "city_name": "Basile"}, {"city_id": "111883", "city_name": "Bastrop"}, {"city_id": "111903", "city_name": "Baton Rouge"}, {"city_id": "111912", "city_name": "Bawcomville"}, {"city_id": "111946", "city_name": "Bayou Cane"}, {"city_id": "111947", "city_name": "Bayou Gauche"}, {"city_id": "111949", "city_name": "Bayou Vista"}, {"city_id": "111991", "city_name": "Beauregard Parish"}, {"city_id": "112080", "city_name": "Belle Chasse"}, {"city_id": "112092", "city_name": "Belle Rose"}, {"city_id": "112194", "city_name": "Benton"}, {"city_id": "112247", "city_name": "Bernice"}, {"city_id": "112261", "city_name": "Berwick"}, {"city_id": "112313", "city_name": "Bienville Parish"}, {"city_id": "112416", "city_name": "Blanchard"}, {"city_id": "112498", "city_name": "Bogalusa"}, {"city_id": "112586", "city_name": "Bossier City"}, {"city_id": "112587", "city_name": "Bossier Parish"}, {"city_id": "112616", "city_name": "Bourg"}, {"city_id": "112618", "city_name": "Boutte"}, {"city_id": "112709", "city_name": "Breaux Bridge"}, {"city_id": "112755", "city_name": "Bridge City"}, {"city_id": "112903", "city_name": "Broussard"}, {"city_id": "112925", "city_name": "Brownsfield"}, {"city_id": "112930", "city_name": "Brownsville"}, {"city_id": "112957", "city_name": "Brusly"}, {"city_id": "113044", "city_name": "Bunkie"}, {"city_id": "113162", "city_name": "Caddo Parish"}, {"city_id": "113163", "city_name": "Cade"}, {"city_id": "113177", "city_name": "Calcasieu Parish"}, {"city_id": "113187", "city_name": "Caldwell Parish"}, {"city_id": "113274", "city_name": "Cameron"}, {"city_id": "113279", "city_name": "Cameron Parish"}, {"city_id": "113309", "city_name": "Campti"}, {"city_id": "113393", "city_name": "Carencro"}, {"city_id": "113415", "city_name": "Carlyss"}, {"city_id": "113504", "city_name": "Carville"}, {"city_id": "113561", "city_name": "Catahoula"}, {"city_id": "113562", "city_name": "Catahoula Parish"}, {"city_id": "113600", "city_name": "Cecilia"}, {"city_id": "113663", "city_name": "Central"}, {"city_id": "113705", "city_name": "Chackbay"}, {"city_id": "113716", "city_name": "Chalmette"}, {"city_id": "113748", "city_name": "Charenton"}, {"city_id": "113816", "city_name": "Chauvin"}, {"city_id": "114009", "city_name": "Church Point"}, {"city_id": "114092", "city_name": "Claiborne"}, {"city_id": "114095", "city_name": "Claiborne Parish"}, {"city_id": "114140", "city_name": "Clarks"}, {"city_id": "114270", "city_name": "Clinton"}, {"city_id": "114404", "city_name": "Colfax"}, {"city_id": "114466", "city_name": "Columbia"}, {"city_id": "114547", "city_name": "Concordia Parish"}, {"city_id": "114577", "city_name": "Convent"}, {"city_id": "114698", "city_name": "Cottonport"}, {"city_id": "114729", "city_name": "Coushatta"}, {"city_id": "114737", "city_name": "Covington"}, {"city_id": "114863", "city_name": "Crowley"}, {"city_id": "114894", "city_name": "Cullen"}, {"city_id": "114942", "city_name": "Cut Off"}, {"city_id": "115120", "city_name": "De Soto Parish"}, {"city_id": "115209", "city_name": "Delcambre"}, {"city_id": "115211", "city_name": "Delhi"}, {"city_id": "115236", "city_name": "Denham Springs"}, {"city_id": "115136", "city_name": "DeQuincy"}, {"city_id": "115137", "city_name": "DeRidder"}, {"city_id": "115269", "city_name": "Des Allemands"}, {"city_id": "115290", "city_name": "Destrehan"}, {"city_id": "115297", "city_name": "Deville"}, {"city_id": "115394", "city_name": "Donaldsonville"}, {"city_id": "115509", "city_name": "Dulac"}, {"city_id": "115577", "city_name": "Duson"}, {"city_id": "115630", "city_name": "East Baton Rouge Parish"}, {"city_id": "115643", "city_name": "East Carroll Parish"}, {"city_id": "115659", "city_name": "East Feliciana Parish"}, {"city_id": "115799", "city_name": "Eastwood"}, {"city_id": "115831", "city_name": "Eden Isle"}, {"city_id": "115837", "city_name": "Edgard"}, {"city_id": "116060", "city_name": "Elmwood"}, {"city_id": "116073", "city_name": "Elton"}, {"city_id": "116160", "city_name": "Erath"}, {"city_id": "116177", "city_name": "Erwinville"}, {"city_id": "116205", "city_name": "Estelle"}, {"city_id": "116229", "city_name": "Eunice"}, {"city_id": "116244", "city_name": "Evangeline Parish"}, {"city_id": "116408", "city_name": "Farmerville"}, {"city_id": "116493", "city_name": "Ferriday"}, {"city_id": "116744", "city_name": "Fort Polk North"}, {"city_id": "116745", "city_name": "Fort Polk South"}, {"city_id": "116827", "city_name": "Franklin"}, {"city_id": "116867", "city_name": "Franklin Parish"}, {"city_id": "116873", "city_name": "Franklinton"}, {"city_id": "116932", "city_name": "French Settlement"}, {"city_id": "117037", "city_name": "Galliano"}, {"city_id": "117072", "city_name": "Gardere"}, {"city_id": "117107", "city_name": "Garyville"}, {"city_id": "117294", "city_name": "Glenmora"}, {"city_id": "117352", "city_name": "Golden Meadow"}, {"city_id": "117370", "city_name": "Gonzales"}, {"city_id": "117442", "city_name": "Grambling"}, {"city_id": "117443", "city_name": "Gramercy"}, {"city_id": "117463", "city_name": "Grand Isle"}, {"city_id": "117470", "city_name": "Grand Point"}, {"city_id": "117522", "city_name": "Grant Parish"}, {"city_id": "117551", "city_name": "Gray"}, {"city_id": "117671", "city_name": "Greensburg"}, {"city_id": "117704", "city_name": "Greenwood"}, {"city_id": "117725", "city_name": "Gretna"}, {"city_id": "117782", "city_name": "Gueydan"}, {"city_id": "117826", "city_name": "Hackberry"}, {"city_id": "117840", "city_name": "Hahnville"}, {"city_id": "117912", "city_name": "Hammond"}, {"city_id": "117984", "city_name": "Harahan"}, {"city_id": "118069", "city_name": "Harrisonburg"}, {"city_id": "118111", "city_name": "Harvey"}, {"city_id": "118142", "city_name": "Haughton"}, {"city_id": "118188", "city_name": "Haynesville"}, {"city_id": "118275", "city_name": "Henderson"}, {"city_id": "118593", "city_name": "Homer"}, {"city_id": "118694", "city_name": "Houma"}, {"city_id": "118863", "city_name": "Iberia Parish"}, {"city_id": "118864", "city_name": "Iberville Parish"}, {"city_id": "118891", "city_name": "Independence"}, {"city_id": "118947", "city_name": "Inniswold"}, {"city_id": "118974", "city_name": "Iota"}, {"city_id": "118975", "city_name": "Iowa"}, {"city_id": "119063", "city_name": "Jackson"}, {"city_id": "119098", "city_name": "Jackson Parish"}, {"city_id": "119157", "city_name": "Jean Lafitte"}, {"city_id": "119158", "city_name": "Jeanerette"}, {"city_id": "119163", "city_name": "Jefferson"}, {"city_id": "119200", "city_name": "Jefferson Davis Parish"}, {"city_id": "119203", "city_name": "Jefferson Parish"}, {"city_id": "119212", "city_name": "Jena"}, {"city_id": "119218", "city_name": "Jennings"}, {"city_id": "119302", "city_name": "Jonesboro"}, {"city_id": "119309", "city_name": "Jonesville"}, {"city_id": "119387", "city_name": "Kaplan"}, {"city_id": "119470", "city_name": "Kenner"}, {"city_id": "119500", "city_name": "Kentwood"}, {"city_id": "119560", "city_name": "Killian"}, {"city_id": "119574", "city_name": "Kinder"}, {"city_id": "119718", "city_name": "Krotz Springs"}, {"city_id": "119788", "city_name": "La Salle Parish"}, {"city_id": "119808", "city_name": "Labadieville"}, {"city_id": "119817", "city_name": "Lacombe"}, {"city_id": "119832", "city_name": "Lafayette"}, {"city_id": "119844", "city_name": "Lafayette Parish"}, {"city_id": "119846", "city_name": "Lafourche Parish"}, {"city_id": "119867", "city_name": "Lake Arthur"}, {"city_id": "119877", "city_name": "Lake Charles"}, {"city_id": "119966", "city_name": "Lake Providence"}, {"city_id": "120028", "city_name": "Lakeshore"}, {"city_id": "120134", "city_name": "Laplace"}, {"city_id": "120151", "city_name": "Larose"}, {"city_id": "120249", "city_name": "Lawtell"}, {"city_id": "120300", "city_name": "Lecompte"}, {"city_id": "120328", "city_name": "Leesville"}, {"city_id": "120392", "city_name": "Leonville"}, {"city_id": "120539", "city_name": "Lincoln Parish"}, {"city_id": "120648", "city_name": "Livingston"}, {"city_id": "120660", "city_name": "Livingston Parish"}, {"city_id": "120661", "city_name": "Livonia"}, {"city_id": "120679", "city_name": "Lockport"}, {"city_id": "120682", "city_name": "Lockport Heights"}, {"city_id": "120706", "city_name": "Logansport"}, {"city_id": "120876", "city_name": "Luling"}, {"city_id": "120893", "city_name": "Lutcher"}, {"city_id": "121023", "city_name": "Madison Parish"}, {"city_id": "121078", "city_name": "Mamou"}, {"city_id": "121107", "city_name": "Mandeville"}, {"city_id": "121144", "city_name": "Mansfield"}, {"city_id": "121152", "city_name": "Mansura"}, {"city_id": "121163", "city_name": "Many"}, {"city_id": "121230", "city_name": "Maringouin"}, {"city_id": "121273", "city_name": "Marksville"}, {"city_id": "121296", "city_name": "Marrero"}, {"city_id": "121402", "city_name": "Mathews"}, {"city_id": "121423", "city_name": "Maurice"}, {"city_id": "121634", "city_name": "Melville"}, {"city_id": "121670", "city_name": "Meraux"}, {"city_id": "121716", "city_name": "Merrydale"}, {"city_id": "121717", "city_name": "Merryville"}, {"city_id": "121729", "city_name": "Metairie"}, {"city_id": "121730", "city_name": "Metairie Terrace"}, {"city_id": "121815", "city_name": "Midway"}, {"city_id": "121913", "city_name": "Milton"}, {"city_id": "121928", "city_name": "Minden"}, {"city_id": "121964", "city_name": "Minorca"}, {"city_id": "122058", "city_name": "Monroe"}, {"city_id": "122116", "city_name": "Montegut"}, {"city_id": "122161", "city_name": "Monticello"}, {"city_id": "122190", "city_name": "Montz"}, {"city_id": "122227", "city_name": "Morehouse Parish"}, {"city_id": "122235", "city_name": "Morgan City"}, {"city_id": "122308", "city_name": "Moss Bluff"}, {"city_id": "122560", "city_name": "Napoleonville"}, {"city_id": "122585", "city_name": "Natalbany"}, {"city_id": "122588", "city_name": "Natchitoches"}, {"city_id": "122589", "city_name": "Natchitoches Parish"}, {"city_id": "122730", "city_name": "New Iberia"}, {"city_id": "122739", "city_name": "New Llano"}, {"city_id": "122756", "city_name": "New Orleans"}, {"city_id": "122772", "city_name": "New Roads"}, {"city_id": "122775", "city_name": "New Sarpy"}, {"city_id": "122825", "city_name": "Newellton"}, {"city_id": "122938", "city_name": "Norco"}, {"city_id": "123118", "city_name": "North Vacherie"}, {"city_id": "123235", "city_name": "Oak Grove"}, {"city_id": "123250", "city_name": "Oak Hills Place"}, {"city_id": "123270", "city_name": "Oakdale"}, {"city_id": "123315", "city_name": "Oberlin"}, {"city_id": "123422", "city_name": "Old Jefferson"}, {"city_id": "123451", "city_name": "Olla"}, {"city_id": "123497", "city_name": "Opelousas"}, {"city_id": "123567", "city_name": "Orleans Parish"}, {"city_id": "123619", "city_name": "Ossun"}, {"city_id": "123645", "city_name": "Ouachita Parish"}, {"city_id": "123816", "city_name": "Paradis"}, {"city_id": "123915", "city_name": "Patterson"}, {"city_id": "123923", "city_name": "Paulina"}, {"city_id": "123966", "city_name": "Pearl River"}, {"city_id": "124179", "city_name": "Pierre Part"}, {"city_id": "124241", "city_name": "Pine Prairie"}, {"city_id": "124260", "city_name": "Pineville"}, {"city_id": "124349", "city_name": "Plaquemine"}, {"city_id": "124350", "city_name": "Plaquemines Parish"}, {"city_id": "124435", "city_name": "Pointe Coupee Parish"}, {"city_id": "124466", "city_name": "Ponchatoula"}, {"city_id": "124492", "city_name": "Port Allen"}, {"city_id": "124497", "city_name": "Port Barre"}, {"city_id": "124536", "city_name": "Port Sulphur"}, {"city_id": "124620", "city_name": "Poydras"}, {"city_id": "124635", "city_name": "Prairieville"}, {"city_id": "124651", "city_name": "Presquille"}, {"city_id": "124668", "city_name": "Prien"}, {"city_id": "124811", "city_name": "Raceland"}, {"city_id": "124896", "city_name": "Rapides Parish"}, {"city_id": "124923", "city_name": "Rayne"}, {"city_id": "124927", "city_name": "Rayville"}, {"city_id": "124943", "city_name": "Red Chute"}, {"city_id": "124960", "city_name": "Red River Parish"}, {"city_id": "125034", "city_name": "Reserve"}, {"city_id": "125080", "city_name": "Richland Parish"}, {"city_id": "125109", "city_name": "Richwood"}, {"city_id": "125142", "city_name": "Ringgold"}, {"city_id": "125185", "city_name": "River Ridge"}, {"city_id": "125422", "city_name": "Roseland"}, {"city_id": "125437", "city_name": "Rosepine"}, {"city_id": "125547", "city_name": "Ruston"}, {"city_id": "125570", "city_name": "Sabine Parish"}, {"city_id": "125608", "city_name": "Saint Bernard Parish"}, {"city_id": "125617", "city_name": "Saint Charles Parish"}, {"city_id": "125637", "city_name": "Saint Francisville"}, {"city_id": "125639", "city_name": "Saint Gabriel"}, {"city_id": "125648", "city_name": "Saint Helena Parish"}, {"city_id": "125658", "city_name": "Saint James Parish"}, {"city_id": "125663", "city_name": "Saint John the Baptist Parish"}, {"city_id": "125670", "city_name": "Saint Joseph"}, {"city_id": "125677", "city_name": "Saint Landry Parish"}, {"city_id": "125687", "city_name": "Saint Martin Parish"}, {"city_id": "125689", "city_name": "Saint Martinville"}, {"city_id": "125690", "city_name": "Saint Mary Parish"}, {"city_id": "125713", "city_name": "Saint Rose"}, {"city_id": "125718", "city_name": "Saint Tammany Parish"}, {"city_id": "126019", "city_name": "Schriever"}, {"city_id": "126039", "city_name": "Scott"}, {"city_id": "126300", "city_name": "Shenandoah"}, {"city_id": "126382", "city_name": "Shreveport"}, {"city_id": "126390", "city_name": "Sibley"}, {"city_id": "126446", "city_name": "Simmesport"}, {"city_id": "126501", "city_name": "Slidell"}, {"city_id": "126605", "city_name": "Sorrento"}, {"city_id": "126739", "city_name": "South Vacherie"}, {"city_id": "126909", "city_name": "Springhill"}, {"city_id": "127035", "city_name": "Sterlington"}, {"city_id": "127091", "city_name": "Stonewall"}, {"city_id": "127194", "city_name": "Sulphur"}, {"city_id": "127272", "city_name": "Sunset"}, {"city_id": "127283", "city_name": "Supreme"}, {"city_id": "127331", "city_name": "Swartz"}, {"city_id": "127396", "city_name": "Tallulah"}, {"city_id": "127415", "city_name": "Tangipahoa Parish"}, {"city_id": "127512", "city_name": "Tensas Parish"}, {"city_id": "127525", "city_name": "Terrebonne Parish"}, {"city_id": "127533", "city_name": "Terrytown"}, {"city_id": "127573", "city_name": "Thibodaux"}, {"city_id": "127659", "city_name": "Timberlane"}, {"city_id": "128008", "city_name": "Union Parish"}, {"city_id": "128059", "city_name": "Urania"}, {"city_id": "128184", "city_name": "Vermilion Parish"}, {"city_id": "128195", "city_name": "Vernon Parish"}, {"city_id": "128228", "city_name": "Vidalia"}, {"city_id": "128235", "city_name": "Vienna Bend"}, {"city_id": "128250", "city_name": "Village Saint George"}, {"city_id": "128259", "city_name": "Ville Platte"}, {"city_id": "128279", "city_name": "Vinton"}, {"city_id": "128284", "city_name": "Violet"}, {"city_id": "128298", "city_name": "Vivian"}, {"city_id": "128327", "city_name": "Waggaman"}, {"city_id": "128383", "city_name": "Walker"}, {"city_id": "128583", "city_name": "Washington Parish"}, {"city_id": "128639", "city_name": "Watson"}, {"city_id": "128744", "city_name": "Webster Parish"}, {"city_id": "128796", "city_name": "Welsh"}, {"city_id": "128822", "city_name": "West Baton Rouge Parish"}, {"city_id": "128841", "city_name": "West Carroll Parish"}, {"city_id": "128870", "city_name": "West Feliciana Parish"}, {"city_id": "128871", "city_name": "West Ferriday"}, {"city_id": "128935", "city_name": "West Monroe"}, {"city_id": "129038", "city_name": "Westlake"}, {"city_id": "129044", "city_name": "Westminster"}, {"city_id": "129081", "city_name": "Westwego"}, {"city_id": "129128", "city_name": "White Castle"}, {"city_id": "129404", "city_name": "Winn Parish"}, {"city_id": "129416", "city_name": "Winnfield"}, {"city_id": "129418", "city_name": "Winnsboro"}, {"city_id": "129540", "city_name": "Woodmere"}, {"city_id": "129580", "city_name": "Woodworth"}, {"city_id": "129718", "city_name": "Youngsville"}, {"city_id": "129738", "city_name": "Zachary"}, {"city_id": "129763", "city_name": "Zwolle"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"city_id": {"type": "string"}, "city_name": {"type": "string"}}, "required": ["city_id", "city_name"]}} |
b2d81af8-862c-47b3-abe9-63c44600ab30/ead0f855-6a2e-4421-b4f9-7b650474d2e3/0/0 | Geography | Get data on cities, states and countries. | null | List States | Get a list of all states in a country. | 200 | Response | [{"state_id": "1456", "state_name": "Alabama"}, {"state_id": "1400", "state_name": "Alaska"}, {"state_id": "1424", "state_name": "American Samoa"}, {"state_id": "1434", "state_name": "Arizona"}, {"state_id": "1444", "state_name": "Arkansas"}, {"state_id": "1402", "state_name": "Baker Island"}, {"state_id": "1416", "state_name": "California"}, {"state_id": "1450", "state_name": "Colorado"}, {"state_id": "1435", "state_name": "Connecticut"}, {"state_id": "1399", "state_name": "Delaware"}, {"state_id": "1437", "state_name": "District of Columbia"}, {"state_id": "1436", "state_name": "Florida"}, {"state_id": "1455", "state_name": "Georgia"}, {"state_id": "1412", "state_name": "Guam"}, {"state_id": "1411", "state_name": "Hawaii"}, {"state_id": "1398", "state_name": "Howland Island"}, {"state_id": "1460", "state_name": "Idaho"}, {"state_id": "1425", "state_name": "Illinois"}, {"state_id": "1440", "state_name": "Indiana"}, {"state_id": "1459", "state_name": "Iowa"}, {"state_id": "1410", "state_name": "Jarvis Island"}, {"state_id": "1428", "state_name": "Johnston Atoll"}, {"state_id": "1406", "state_name": "Kansas"}, {"state_id": "1419", "state_name": "Kentucky"}, {"state_id": "1403", "state_name": "Kingman Reef"}, {"state_id": "1457", "state_name": "Louisiana"}, {"state_id": "1453", "state_name": "Maine"}, {"state_id": "1401", "state_name": "Maryland"}, {"state_id": "1433", "state_name": "Massachusetts"}, {"state_id": "1426", "state_name": "Michigan"}, {"state_id": "1438", "state_name": "Midway Atoll"}, {"state_id": "1420", "state_name": "Minnesota"}, {"state_id": "1430", "state_name": "Mississippi"}, {"state_id": "1451", "state_name": "Missouri"}, {"state_id": "1446", "state_name": "Montana"}, {"state_id": "1439", "state_name": "Navassa Island"}, {"state_id": "1408", "state_name": "Nebraska"}, {"state_id": "1458", "state_name": "Nevada"}, {"state_id": "1404", "state_name": "New Hampshire"}, {"state_id": "1417", "state_name": "New Jersey"}, {"state_id": "1423", "state_name": "New Mexico"}, {"state_id": "1452", "state_name": "New York"}, {"state_id": "1447", "state_name": "North Carolina"}, {"state_id": "1418", "state_name": "North Dakota"}, {"state_id": "1431", "state_name": "Northern Mariana Islands"}, {"state_id": "4851", "state_name": "Ohio"}, {"state_id": "1421", "state_name": "Oklahoma"}, {"state_id": "1415", "state_name": "Oregon"}, {"state_id": "1448", "state_name": "Palmyra Atoll"}, {"state_id": "1422", "state_name": "Pennsylvania"}, {"state_id": "1449", "state_name": "Puerto Rico"}, {"state_id": "1461", "state_name": "Rhode Island"}, {"state_id": "1443", "state_name": "South Carolina"}, {"state_id": "1445", "state_name": "South Dakota"}, {"state_id": "1454", "state_name": "Tennessee"}, {"state_id": "1407", "state_name": "Texas"}, {"state_id": "1432", "state_name": "United States Minor Outlying Islands"}, {"state_id": "1413", "state_name": "United States Virgin Islands"}, {"state_id": "1414", "state_name": "Utah"}, {"state_id": "1409", "state_name": "Vermont"}, {"state_id": "1427", "state_name": "Virginia"}, {"state_id": "1405", "state_name": "Wake Island"}, {"state_id": "1462", "state_name": "Washington"}, {"state_id": "1429", "state_name": "West Virginia"}, {"state_id": "1441", "state_name": "Wisconsin"}, {"state_id": "1442", "state_name": "Wyoming"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"state_id": {"type": "string"}, "state_name": {"type": "string"}}, "required": ["state_id", "state_name"]}} |
b2d81af8-862c-47b3-abe9-63c44600ab30/619f8edf-0ec2-467f-b960-12e5091d7fad/0/0 | Geography | Get data on cities, states and countries. | null | List Countries | Get a list of all countries. | 200 | Response | [{"country_id": "1", "country_name": "Afghanistan"}, {"country_id": "2", "country_name": "Aland Islands"}, {"country_id": "3", "country_name": "Albania"}, {"country_id": "4", "country_name": "Algeria"}, {"country_id": "5", "country_name": "American Samoa"}, {"country_id": "6", "country_name": "Andorra"}, {"country_id": "7", "country_name": "Angola"}, {"country_id": "8", "country_name": "Anguilla"}, {"country_id": "9", "country_name": "Antarctica"}, {"country_id": "10", "country_name": "Antigua And Barbuda"}, {"country_id": "11", "country_name": "Argentina"}, {"country_id": "12", "country_name": "Armenia"}, {"country_id": "13", "country_name": "Aruba"}, {"country_id": "14", "country_name": "Australia"}, {"country_id": "15", "country_name": "Austria"}, {"country_id": "16", "country_name": "Azerbaijan"}, {"country_id": "18", "country_name": "Bahrain"}, {"country_id": "19", "country_name": "Bangladesh"}, {"country_id": "20", "country_name": "Barbados"}, {"country_id": "21", "country_name": "Belarus"}, {"country_id": "22", "country_name": "Belgium"}, {"country_id": "23", "country_name": "Belize"}, {"country_id": "24", "country_name": "Benin"}, {"country_id": "25", "country_name": "Bermuda"}, {"country_id": "26", "country_name": "Bhutan"}, {"country_id": "27", "country_name": "Bolivia"}, {"country_id": "155", "country_name": "Bonaire, Sint Eustatius and Saba"}, {"country_id": "28", "country_name": "Bosnia and Herzegovina"}, {"country_id": "29", "country_name": "Botswana"}, {"country_id": "30", "country_name": "Bouvet Island"}, {"country_id": "31", "country_name": "Brazil"}, {"country_id": "32", "country_name": "British Indian Ocean Territory"}, {"country_id": "33", "country_name": "Brunei"}, {"country_id": "34", "country_name": "Bulgaria"}, {"country_id": "35", "country_name": "Burkina Faso"}, {"country_id": "36", "country_name": "Burundi"}, {"country_id": "37", "country_name": "Cambodia"}, {"country_id": "38", "country_name": "Cameroon"}, {"country_id": "39", "country_name": "Canada"}, {"country_id": "40", "country_name": "Cape Verde"}, {"country_id": "41", "country_name": "Cayman Islands"}, {"country_id": "42", "country_name": "Central African Republic"}, {"country_id": "43", "country_name": "Chad"}, {"country_id": "44", "country_name": "Chile"}, {"country_id": "45", "country_name": "China"}, {"country_id": "46", "country_name": "Christmas Island"}, {"country_id": "47", "country_name": "Cocos (Keeling) Islands"}, {"country_id": "48", "country_name": "Colombia"}, {"country_id": "49", "country_name": "Comoros"}, {"country_id": "50", "country_name": "Congo"}, {"country_id": "52", "country_name": "Cook Islands"}, {"country_id": "53", "country_name": "Costa Rica"}, {"country_id": "54", "country_name": "Cote D'Ivoire (Ivory Coast)"}, {"country_id": "55", "country_name": "Croatia"}, {"country_id": "56", "country_name": "Cuba"}, {"country_id": "249", "country_name": "Cura\u00e7ao"}, {"country_id": "57", "country_name": "Cyprus"}, {"country_id": "58", "country_name": "Czech Republic"}, {"country_id": "51", "country_name": "Democratic Republic of the Congo"}, {"country_id": "59", "country_name": "Denmark"}, {"country_id": "60", "country_name": "Djibouti"}, {"country_id": "61", "country_name": "Dominica"}, {"country_id": "62", "country_name": "Dominican Republic"}, {"country_id": "63", "country_name": "East Timor"}, {"country_id": "64", "country_name": "Ecuador"}, {"country_id": "65", "country_name": "Egypt"}, {"country_id": "66", "country_name": "El Salvador"}, {"country_id": "67", "country_name": "Equatorial Guinea"}, {"country_id": "68", "country_name": "Eritrea"}, {"country_id": "69", "country_name": "Estonia"}, {"country_id": "70", "country_name": "Ethiopia"}, {"country_id": "71", "country_name": "Falkland Islands"}, {"country_id": "72", "country_name": "Faroe Islands"}, {"country_id": "73", "country_name": "Fiji Islands"}, {"country_id": "74", "country_name": "Finland"}, {"country_id": "75", "country_name": "France"}, {"country_id": "76", "country_name": "French Guiana"}, {"country_id": "77", "country_name": "French Polynesia"}, {"country_id": "78", "country_name": "French Southern Territories"}, {"country_id": "79", "country_name": "Gabon"}, {"country_id": "80", "country_name": "Gambia The"}, {"country_id": "81", "country_name": "Georgia"}, {"country_id": "82", "country_name": "Germany"}, {"country_id": "83", "country_name": "Ghana"}, {"country_id": "84", "country_name": "Gibraltar"}, {"country_id": "85", "country_name": "Greece"}, {"country_id": "86", "country_name": "Greenland"}, {"country_id": "87", "country_name": "Grenada"}, {"country_id": "88", "country_name": "Guadeloupe"}, {"country_id": "89", "country_name": "Guam"}, {"country_id": "90", "country_name": "Guatemala"}, {"country_id": "91", "country_name": "Guernsey and Alderney"}, {"country_id": "92", "country_name": "Guinea"}, {"country_id": "93", "country_name": "Guinea-Bissau"}, {"country_id": "94", "country_name": "Guyana"}, {"country_id": "95", "country_name": "Haiti"}, {"country_id": "96", "country_name": "Heard Island and McDonald Islands"}, {"country_id": "97", "country_name": "Honduras"}, {"country_id": "98", "country_name": "Hong Kong S.A.R."}, {"country_id": "99", "country_name": "Hungary"}, {"country_id": "100", "country_name": "Iceland"}, {"country_id": "101", "country_name": "India"}, {"country_id": "102", "country_name": "Indonesia"}, {"country_id": "103", "country_name": "Iran"}, {"country_id": "104", "country_name": "Iraq"}, {"country_id": "105", "country_name": "Ireland"}, {"country_id": "106", "country_name": "Israel"}, {"country_id": "107", "country_name": "Italy"}, {"country_id": "108", "country_name": "Jamaica"}, {"country_id": "109", "country_name": "Japan"}, {"country_id": "110", "country_name": "Jersey"}, {"country_id": "111", "country_name": "Jordan"}, {"country_id": "112", "country_name": "Kazakhstan"}, {"country_id": "113", "country_name": "Kenya"}, {"country_id": "114", "country_name": "Kiribati"}, {"country_id": "248", "country_name": "Kosovo"}, {"country_id": "117", "country_name": "Kuwait"}, {"country_id": "118", "country_name": "Kyrgyzstan"}, {"country_id": "119", "country_name": "Laos"}, {"country_id": "120", "country_name": "Latvia"}, {"country_id": "121", "country_name": "Lebanon"}, {"country_id": "122", "country_name": "Lesotho"}, {"country_id": "123", "country_name": "Liberia"}, {"country_id": "124", "country_name": "Libya"}, {"country_id": "125", "country_name": "Liechtenstein"}, {"country_id": "126", "country_name": "Lithuania"}, {"country_id": "127", "country_name": "Luxembourg"}, {"country_id": "128", "country_name": "Macau S.A.R."}, {"country_id": "129", "country_name": "Macedonia"}, {"country_id": "130", "country_name": "Madagascar"}, {"country_id": "131", "country_name": "Malawi"}, {"country_id": "132", "country_name": "Malaysia"}, {"country_id": "133", "country_name": "Maldives"}, {"country_id": "134", "country_name": "Mali"}, {"country_id": "135", "country_name": "Malta"}, {"country_id": "136", "country_name": "Man (Isle of)"}, {"country_id": "137", "country_name": "Marshall Islands"}, {"country_id": "138", "country_name": "Martinique"}, {"country_id": "139", "country_name": "Mauritania"}, {"country_id": "140", "country_name": "Mauritius"}, {"country_id": "141", "country_name": "Mayotte"}, {"country_id": "142", "country_name": "Mexico"}, {"country_id": "143", "country_name": "Micronesia"}, {"country_id": "144", "country_name": "Moldova"}, {"country_id": "145", "country_name": "Monaco"}, {"country_id": "146", "country_name": "Mongolia"}, {"country_id": "147", "country_name": "Montenegro"}, {"country_id": "148", "country_name": "Montserrat"}, {"country_id": "149", "country_name": "Morocco"}, {"country_id": "150", "country_name": "Mozambique"}, {"country_id": "151", "country_name": "Myanmar"}, {"country_id": "152", "country_name": "Namibia"}, {"country_id": "153", "country_name": "Nauru"}, {"country_id": "154", "country_name": "Nepal"}, {"country_id": "156", "country_name": "Netherlands"}, {"country_id": "157", "country_name": "New Caledonia"}, {"country_id": "158", "country_name": "New Zealand"}, {"country_id": "159", "country_name": "Nicaragua"}, {"country_id": "160", "country_name": "Niger"}, {"country_id": "161", "country_name": "Nigeria"}, {"country_id": "162", "country_name": "Niue"}, {"country_id": "163", "country_name": "Norfolk Island"}, {"country_id": "115", "country_name": "North Korea"}, {"country_id": "164", "country_name": "Northern Mariana Islands"}, {"country_id": "165", "country_name": "Norway"}, {"country_id": "166", "country_name": "Oman"}, {"country_id": "167", "country_name": "Pakistan"}, {"country_id": "168", "country_name": "Palau"}, {"country_id": "169", "country_name": "Palestinian Territory Occupied"}, {"country_id": "170", "country_name": "Panama"}, {"country_id": "171", "country_name": "Papua new Guinea"}, {"country_id": "172", "country_name": "Paraguay"}, {"country_id": "173", "country_name": "Peru"}, {"country_id": "174", "country_name": "Philippines"}, {"country_id": "175", "country_name": "Pitcairn Island"}, {"country_id": "176", "country_name": "Poland"}, {"country_id": "177", "country_name": "Portugal"}, {"country_id": "178", "country_name": "Puerto Rico"}, {"country_id": "179", "country_name": "Qatar"}, {"country_id": "180", "country_name": "Reunion"}, {"country_id": "181", "country_name": "Romania"}, {"country_id": "182", "country_name": "Russia"}, {"country_id": "183", "country_name": "Rwanda"}, {"country_id": "184", "country_name": "Saint Helena"}, {"country_id": "185", "country_name": "Saint Kitts And Nevis"}, {"country_id": "186", "country_name": "Saint Lucia"}, {"country_id": "187", "country_name": "Saint Pierre and Miquelon"}, {"country_id": "188", "country_name": "Saint Vincent And The Grenadines"}, {"country_id": "189", "country_name": "Saint-Barthelemy"}, {"country_id": "190", "country_name": "Saint-Martin (French part)"}, {"country_id": "191", "country_name": "Samoa"}, {"country_id": "192", "country_name": "San Marino"}, {"country_id": "193", "country_name": "Sao Tome and Principe"}, {"country_id": "194", "country_name": "Saudi Arabia"}, {"country_id": "195", "country_name": "Senegal"}, {"country_id": "196", "country_name": "Serbia"}, {"country_id": "197", "country_name": "Seychelles"}, {"country_id": "198", "country_name": "Sierra Leone"}, {"country_id": "199", "country_name": "Singapore"}, {"country_id": "250", "country_name": "Sint Maarten (Dutch part)"}, {"country_id": "200", "country_name": "Slovakia"}, {"country_id": "201", "country_name": "Slovenia"}, {"country_id": "202", "country_name": "Solomon Islands"}, {"country_id": "203", "country_name": "Somalia"}, {"country_id": "204", "country_name": "South Africa"}, {"country_id": "205", "country_name": "South Georgia"}, {"country_id": "116", "country_name": "South Korea"}, {"country_id": "206", "country_name": "South Sudan"}, {"country_id": "207", "country_name": "Spain"}, {"country_id": "208", "country_name": "Sri Lanka"}, {"country_id": "209", "country_name": "Sudan"}, {"country_id": "210", "country_name": "Suriname"}, {"country_id": "211", "country_name": "Svalbard And Jan Mayen Islands"}, {"country_id": "212", "country_name": "Swaziland"}, {"country_id": "213", "country_name": "Sweden"}, {"country_id": "214", "country_name": "Switzerland"}, {"country_id": "215", "country_name": "Syria"}, {"country_id": "216", "country_name": "Taiwan"}, {"country_id": "217", "country_name": "Tajikistan"}, {"country_id": "218", "country_name": "Tanzania"}, {"country_id": "219", "country_name": "Thailand"}, {"country_id": "17", "country_name": "The Bahamas"}, {"country_id": "220", "country_name": "Togo"}, {"country_id": "221", "country_name": "Tokelau"}, {"country_id": "222", "country_name": "Tonga"}, {"country_id": "223", "country_name": "Trinidad And Tobago"}, {"country_id": "224", "country_name": "Tunisia"}, {"country_id": "225", "country_name": "Turkey"}, {"country_id": "226", "country_name": "Turkmenistan"}, {"country_id": "227", "country_name": "Turks And Caicos Islands"}, {"country_id": "228", "country_name": "Tuvalu"}, {"country_id": "229", "country_name": "Uganda"}, {"country_id": "230", "country_name": "Ukraine"}, {"country_id": "231", "country_name": "United Arab Emirates"}, {"country_id": "232", "country_name": "United Kingdom"}, {"country_id": "233", "country_name": "United States"}, {"country_id": "234", "country_name": "United States Minor Outlying Islands"}, {"country_id": "235", "country_name": "Uruguay"}, {"country_id": "236", "country_name": "Uzbekistan"}, {"country_id": "237", "country_name": "Vanuatu"}, {"country_id": "238", "country_name": "Vatican City State (Holy See)"}, {"country_id": "239", "country_name": "Venezuela"}, {"country_id": "240", "country_name": "Vietnam"}, {"country_id": "241", "country_name": "Virgin Islands (British)"}, {"country_id": "242", "country_name": "Virgin Islands (US)"}, {"country_id": "243", "country_name": "Wallis And Futuna Islands"}, {"country_id": "244", "country_name": "Western Sahara"}, {"country_id": "245", "country_name": "Yemen"}, {"country_id": "246", "country_name": "Zambia"}, {"country_id": "247", "country_name": "Zimbabwe"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"country_id": {"type": "string"}, "country_name": {"type": "string"}}, "required": ["country_id", "country_name"]}} |
c78a08ea-66a6-46dd-8ac3-38f0ef4e86dc/d3de6e17-d48e-4872-b4c9-c88801422859/0/0 | ip-to-location | API returns location data such as country, city, latitude, longitude, timezone ... | 8.9 | IP Lookup | Returns the IP address of the client with all the location data | 200 | New Example | {"ip": "118.69.55.211", "geo": {"range": [1984245760, 1984247807], "country": "VN", "region": "SG", "eu": "0", "timezone": "Asia/Ho_Chi_Minh", "city": "Ho Chi Minh City", "ll": [10.8142, 106.6438], "metro": 0, "area": 20}} | {"type": "object", "properties": {"ip": {"type": "string"}, "geo": {"type": "object", "properties": {"range": {"type": "array", "items": {"type": "integer"}}, "country": {"type": "string"}, "region": {"type": "string"}, "eu": {"type": "string"}, "timezone": {"type": "string"}, "city": {"type": "string"}, "ll": {"type": "array", "items": {"type": "number"}}, "metro": {"type": "integer"}, "area": {"type": "integer"}}}}} |
902d3644-4eb7-4adc-8134-5a9017e4c21d/c9538010-ab74-4972-a6b5-9b246d3c8e36/0/0 | IP Geolocation | API returns location data such as Location, Continent, Country, Region, City, ZIP Code, Latitude, Longitude, Geoname ID, Capital, Languages, Country Flag, Calling Code, etc... | 5.5 | IP Lookup | Provides geolocation information for the given IP | 200 | New Example | {"ip": "172.66.41.24", "type": "ipv4", "continent_code": "NA", "continent_name": "North America", "country_code": "US", "country_name": "United States", "region_code": "CA", "region_name": "California", "city": "San Francisco", "zip": "94107", "latitude": 37.76784896850586, "longitude": -122.39286041259766, "location": {"geoname_id": 5391959, "capital": "Washington D.C.", "languages": [{"code": "en", "name": "English", "native": "English"}], "country_flag": "https://assets.ipstack.com/flags/us.svg", "country_flag_emoji": "\ud83c\uddfa\ud83c\uddf8", "country_flag_emoji_unicode": "U+1F1FA U+1F1F8", "calling_code": "1", "is_eu": false}, "time_zone": {"id": "America/Los_Angeles", "current_time": "2021-10-21T21:41:13-07:00", "gmt_offset": -25200, "code": "PDT", "is_daylight_saving": true}, "currency": {"code": "USD", "name": "US Dollar", "plural": "US dollars", "symbol": "$", "symbol_native": "$"}, "connection": {"asn": null, "isp": null}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "continent_code": {"type": "string"}, "continent_name": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "location": {"type": "object", "properties": {"geoname_id": {"type": "integer"}, "capital": {"type": "string"}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "native": {"type": "string"}}, "required": ["code", "name", "native"]}}, "country_flag": {"type": "string"}, "country_flag_emoji": {"type": "string"}, "country_flag_emoji_unicode": {"type": "string"}, "calling_code": {"type": "string"}, "is_eu": {"type": "boolean"}}, "required": ["calling_code", "capital", "country_flag", "country_flag_emoji", "country_flag_emoji_unicode", "geoname_id", "is_eu", "languages"]}, "time_zone": {"type": "object", "properties": {"id": {"type": "string"}, "current_time": {"type": "string"}, "gmt_offset": {"type": "integer"}, "code": {"type": "string"}, "is_daylight_saving": {"type": "boolean"}}, "required": ["code", "current_time", "gmt_offset", "id", "is_daylight_saving"]}, "currency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "plural": {"type": "string"}, "symbol": {"type": "string"}, "symbol_native": {"type": "string"}}, "required": ["code", "name", "plural", "symbol", "symbol_native"]}, "connection": {"type": "object", "properties": {"asn": {"type": "null"}, "isp": {"type": "null"}}, "required": ["asn", "isp"]}}, "required": ["city", "connection", "continent_code", "continent_name", "country_code", "country_name", "currency", "ip", "latitude", "location", "longitude", "region_code", "region_name", "time_zone", "type", "zip"]} |
e36fba42-8a6a-478e-b3b5-1c3c96a39cf0/355dc3d6-13c7-45b0-b3b7-d8f476e2e358/0/0 | IP forensics - IP Geolocation, Currency Exchange And Threat Intelligence API | IP Geolocation, Currency Exchange And Threat Intelligence API
Understand your audience and act upon — locate visitors by IP address, enrich forms, target mobile users, detect VPNs, prevent online fraud, analyze logs, perform geo IP redirections, and more.
We provide real-time and historical exchange rates for 200+ world currencies including cryptocurrency, delivering currency pairs in universally usable JSON format - compatible with any of your applications.
So if you are looking for b... | null | Origin Lookup | Origin Lookup
This endpoint returns details for the calling address. It allows you to look up your own —or a visitor to your site IP address details without knowing the IP address in advance:
This endpoint makes sense when it is invoked from a client browser only. If you invoke it from a server node, we will return IP data for the IP from where the request originates, meaning your server IP address. Each origin IP lookup request costs 1 credit. | 200 | New Example | {"status": true, "code": 200, "message": "Successful", "meta_data": {"ip": "102.219.153.59", "type": "IPv4", "hostname": null, "asn": {"asn": 36920, "domain": "kkontech.com", "organization": "Kkon Technologies Ltd", "route": "102.219.153.0/24", "type": "isp"}, "geolocation": {"calling_code": "234", "capital": "Abuja", "name": "Nigeria", "code": "NG", "city": "Lagos", "emoji": "\ud83c\uddf3\ud83c\uddec", "emoji_unicode": "U+1F1F3 U+1F1EC", "latitude": 6.44745, "longitude": 3.39025, "language": {"name": "English", "code": "en", "native": "English"}, "in_eu": false}, "advanced-geolocation": {"area": 923768, "population": 211400704, "population_density": 228.85, "tld": ".ng", "continent": {"name": "Africa", "code": "AF"}, "region": {"name": "Lagos", "code": "NG-LA"}, "languages": [{"code": "en", "name": "English", "native": "English"}, {"code": "ha", "name": "Hausa", "native": "Hausa"}, {"code": "yo", "name": "Yoruba", "native": "\u00c8d\u00e8 Yor\u00f9b\u00e1"}, {"code": "ig", "name": "Igbo", "native": "Igbo"}, {"code": "ff", "name": "Fula", "native": "Pulaar"}], "borders": ["BJ", "CM", "NE", "TD"]}, "currency": {"code": "NGN", "name": "Nigerian Naira", "name_native": "Nigerian Naira", "plural": "Nigerian nairas", "plural_native": "Nigerian nairas", "symbol": "NGN", "symbol_native": "\u20a6"}, "carrier": {"name": null, "mcc": null, "mnc": null}, "company": {"domain": "kkontech.com", "name": "FOB VI", "type": "isp", "network": "102.219.153.0/24"}, "threat_detector": {"is_abuser": true, "is_attacker": false, "is_bogon": false, "is_cloud_provider": false, "is_proxy": false, "is_relay": false, "is_tor": false, "is_tor_exit": false, "is_vpn": false, "is_anonymous": false, "is_threat": true}, "time_zone": {"id": "Africa/Lagos", "abbreviation": "WAT", "current_time": "2022-10-27T14:30:06+01:00", "name": "West Africa Standard Time", "offset": 3600, "in_daylight_saving": false}, "device_info": [{"header": "PostmanRuntime/7.29.2", "name": "PostmanRuntime", "type": "robot", "version": "7.29.2", "version_major": "7", "device": {"brand": "Postman", "name": "Postman Runtime", "type": "robot"}, "engine": {"name": "PostmanRuntime", "type": "robot", "version": "7.29.2", "version_major": "7"}, "os": {"name": "Cloud", "type": "cloud", "version": null}}], "iata_icao_airport_codes": {"comment": "airport codes of IATA airport code and ICAO airport code, names and locations", "airport": {"id": 4940, "country_code": "NG", "region_name": "Lagos", "iata": "LOS", "icao": "DNMM", "airport": "Murtala Muhammed International Airport", "latitude": "6.577370167", "longitude": "3.321160078"}, "all_airports": [{"id": 4937, "country_code": "NG", "region_name": "Bauchi", "iata": "BCU", "icao": "", "airport": "Bauchi State Airport", "latitude": "10.482833", "longitude": "9.744"}, {"id": 4938, "country_code": "NG", "region_name": "Delta", "iata": "QRW", "icao": "DNSU", "airport": "Warri Airport (Osubi Airport)", "latitude": "5.59611", "longitude": "5.81778"}, {"id": 4939, "country_code": "NG", "region_name": "Katsina", "iata": "DKA", "icao": "", "airport": "Katsina Airport", "latitude": "13.0078001", "longitude": "7.660449982"}, {"id": 4940, "country_code": "NG", "region_name": "Lagos", "iata": "LOS", "icao": "DNMM", "airport": "Murtala Muhammed International Airport", "latitude": "6.577370167", "longitude": "3.321160078"}, {"id": 4941, "country_code": "NG", "region_name": "Ondo", "iata": "AKR", "icao": "DNAK", "airport": "Akure Airport", "latitude": "7.246739864", "longitude": "5.301010132"}, {"id": 4942, "country_code": "NG", "region_name": "Akwa Ibom", "iata": "QUO", "icao": "DNAI", "airport": "Akwa Ibom International Airport", "latitude": "4.8725", "longitude": "8.093"}, {"id": 4943, "country_code": "NG", "region_name": "Kaduna", "iata": "ZAR", "icao": "DNZA", "airport": "Zaria Airport", "latitude": "11.1302", "longitude": "7.68581"}, {"id": 4944, "country_code": "NG", "region_name": "Sokoto", "iata": "SKO", "icao": "DNSO", "airport": "Sadiq Abubakar III International Airport", "latitude": "12.91629982", "longitude": "5.207190037"}, {"id": 4945, "country_code": "NG", "region_name": "Adamawa", "iata": "YOL", "icao": "DNYO", "airport": "Yola Airport", "latitude": "9.25755024", "longitude": "12.43039989"}, {"id": 4946, "country_code": "NG", "region_name": "Edo", "iata": "BNI", "icao": "DNBE", "airport": "Benin Airport", "latitude": "6.316979885", "longitude": "5.599500179"}, {"id": 4947, "country_code": "NG", "region_name": "Gombe", "iata": "GMO", "icao": "DNGO", "airport": "Gombe Lawanti International Airport", "latitude": "10.29833333", "longitude": "10.89638889"}, {"id": 4948, "country_code": "NG", "region_name": "Cross River", "iata": "CBQ", "icao": "DNCA", "airport": "Margaret Ekpo International Airport", "latitude": "4.976019859", "longitude": "8.347200394"}, {"id": 4949, "country_code": "NG", "region_name": "Kaduna", "iata": "KAD", "icao": "DNKA", "airport": "Kaduna Airport", "latitude": "10.6960001", "longitude": "7.320109844"}, {"id": 4950, "country_code": "NG", "region_name": "Enugu", "iata": "ENU", "icao": "DNEN", "airport": "Akanu Ibiam International Airport", "latitude": "6.474269867", "longitude": "7.56196022"}, {"id": 4951, "country_code": "NG", "region_name": "Abuja Federal Capital Territory", "iata": "ABV", "icao": "DNAA", "airport": "Nnamdi Azikiwe International Airport", "latitude": "9.006790161", "longitude": "7.263169765"}, {"id": 4952, "country_code": "NG", "region_name": "Rivers", "iata": "PHC", "icao": "DNPO", "airport": "Port Harcourt International Airport", "latitude": "5.015490055", "longitude": "6.949590206"}, {"id": 4953, "country_code": "NG", "region_name": "Delta", "iata": "ABB", "icao": "DNAS", "airport": "Asaba International Airport", "latitude": "6.204167", "longitude": "6.665278"}, {"id": 4954, "country_code": "NG", "region_name": "Niger", "iata": "MXJ", "icao": "DNMN", "airport": "Minna Airport", "latitude": "9.652170181", "longitude": "6.462259769"}, {"id": 4955, "country_code": "NG", "region_name": "Borno", "iata": "MIU", "icao": "DNMA", "airport": "Maiduguri International Airport", "latitude": "11.85529995", "longitude": "13.08090019"}, {"id": 4956, "country_code": "NG", "region_name": "Kwara", "iata": "ILR", "icao": "DNIL", "airport": "Ilorin International Airport", "latitude": "8.440210342", "longitude": "4.493919849"}, {"id": 4957, "country_code": "NG", "region_name": "Rivers", "iata": "PHG", "icao": "", "airport": "Port Harcourt City Airport", "latitude": "4.846111111", "longitude": "7.021388889"}, {"id": 4958, "country_code": "NG", "region_name": "Imo", "iata": "QOW", "icao": "DNIM", "airport": "Sam Mbakwe Airport", "latitude": "5.427060127", "longitude": "7.206029892"}, {"id": 4959, "country_code": "NG", "region_name": "Kano", "iata": "KAN", "icao": "DNKN", "airport": "Mallam Aminu Kano International Airport", "latitude": "12.0476", "longitude": "8.52462"}, {"id": 4960, "country_code": "NG", "region_name": "Benue", "iata": "MDI", "icao": "DNMK", "airport": "Makurdi Airport", "latitude": "7.70388", "longitude": "8.61394"}, {"id": 4961, "country_code": "NG", "region_name": "Abuja Federal Capital Territory", "iata": "JOS", "icao": "DNJO", "airport": "Yakubu Gowon Airport", "latitude": "9.639829636", "longitude": "8.869050026"}, {"id": 4962, "country_code": "NG", "region_name": "Oyo", "iata": "IBA", "icao": "DNIB", "airport": "Ibadan Airport", "latitude": "7.362460136", "longitude": "3.978329897"}]}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "code": {"type": "integer"}, "message": {"type": "string"}, "meta_data": {"type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "hostname": {"type": "null"}, "asn": {"type": "object", "properties": {"asn": {"type": "integer"}, "domain": {"type": "string"}, "organization": {"type": "string"}, "route": {"type": "string"}, "type": {"type": "string"}}, "required": ["asn", "domain", "organization", "route", "type"]}, "geolocation": {"type": "object", "properties": {"calling_code": {"type": "string"}, "capital": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "city": {"type": "string"}, "emoji": {"type": "string"}, "emoji_unicode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "language": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}, "native": {"type": "string"}}, "required": ["code", "name", "native"]}, "in_eu": {"type": "boolean"}}, "required": ["calling_code", "capital", "city", "code", "emoji", "emoji_unicode", "in_eu", "language", "latitude", "longitude", "name"]}, "advanced-geolocation": {"type": "object", "properties": {"area": {"type": "integer"}, "population": {"type": "integer"}, "population_density": {"type": "number"}, "tld": {"type": "string"}, "continent": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}}, "required": ["code", "name"]}, "region": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}}, "required": ["code", "name"]}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "native": {"type": "string"}}, "required": ["code", "name", "native"]}}, "borders": {"type": "array", "items": {"type": "string"}}}, "required": ["area", "borders", "continent", "languages", "population", "population_density", "region", "tld"]}, "currency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_native": {"type": "string"}, "plural": {"type": "string"}, "plural_native": {"type": "string"}, "symbol": {"type": "string"}, "symbol_native": {"type": "string"}}, "required": ["code", "name", "name_native", "plural", "plural_native", "symbol", "symbol_native"]}, "carrier": {"type": "object", "properties": {"name": {"type": "null"}, "mcc": {"type": "null"}, "mnc": {"type": "null"}}, "required": ["mcc", "mnc", "name"]}, "company": {"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "network": {"type": "string"}}, "required": ["domain", "name", "network", "type"]}, "threat_detector": {"type": "object", "properties": {"is_abuser": {"type": "boolean"}, "is_attacker": {"type": "boolean"}, "is_bogon": {"type": "boolean"}, "is_cloud_provider": {"type": "boolean"}, "is_proxy": {"type": "boolean"}, "is_relay": {"type": "boolean"}, "is_tor": {"type": "boolean"}, "is_tor_exit": {"type": "boolean"}, "is_vpn": {"type": "boolean"}, "is_anonymous": {"type": "boolean"}, "is_threat": {"type": "boolean"}}, "required": ["is_abuser", "is_anonymous", "is_attacker", "is_bogon", "is_cloud_provider", "is_proxy", "is_relay", "is_threat", "is_tor", "is_tor_exit", "is_vpn"]}, "time_zone": {"type": "object", "properties": {"id": {"type": "string"}, "abbreviation": {"type": "string"}, "current_time": {"type": "string"}, "name": {"type": "string"}, "offset": {"type": "integer"}, "in_daylight_saving": {"type": "boolean"}}, "required": ["abbreviation", "current_time", "id", "in_daylight_saving", "name", "offset"]}, "device_info": {"type": "array", "items": {"type": "object", "properties": {"header": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "version_major": {"type": "string"}, "device": {"type": "object", "properties": {"brand": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["brand", "name", "type"]}, "engine": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "version_major": {"type": "string"}}, "required": ["name", "type", "version", "version_major"]}, "os": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "null"}}, "required": ["name", "type", "version"]}}, "required": ["device", "engine", "header", "name", "os", "type", "version", "version_major"]}}, "iata_icao_airport_codes": {"type": "object", "properties": {"comment": {"type": "string"}, "airport": {"type": "object", "properties": {"id": {"type": "integer"}, "country_code": {"type": "string"}, "region_name": {"type": "string"}, "iata": {"type": "string"}, "icao": {"type": "string"}, "airport": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}, "required": ["airport", "country_code", "iata", "icao", "id", "latitude", "longitude", "region_name"]}, "all_airports": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "country_code": {"type": "string"}, "region_name": {"type": "string"}, "iata": {"type": "string"}, "icao": {"type": "string"}, "airport": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}, "required": ["airport", "country_code", "iata", "icao", "id", "latitude", "longitude", "region_name"]}}}, "required": ["airport", "all_airports", "comment"]}}, "required": ["advanced-geolocation", "asn", "carrier", "company", "currency", "device_info", "geolocation", "hostname", "iata_icao_airport_codes", "ip", "threat_detector", "time_zone", "type"]}}, "required": ["code", "message", "meta_data", "status"]} |
e36fba42-8a6a-478e-b3b5-1c3c96a39cf0/082307c9-6a77-4770-ab87-2486322c6876/0/0 | IP forensics - IP Geolocation, Currency Exchange And Threat Intelligence API | IP Geolocation, Currency Exchange And Threat Intelligence API
Understand your audience and act upon — locate visitors by IP address, enrich forms, target mobile users, detect VPNs, prevent online fraud, analyze logs, perform geo IP redirections, and more.
We provide real-time and historical exchange rates for 200+ world currencies including cryptocurrency, delivering currency pairs in universally usable JSON format - compatible with any of your applications.
So if you are looking for b... | null | Single Lookup | Single Lookup
This is the primary IpForensics endpoint. It is used to look up any given IPv4 or IPv6 addresses.
To call this endpoint, simply attach an IP address to the API's base URL (HTTP GET method):
Each request to the single IP lookup endpoint consumes 1 token. | 200 | New Example | {"status": true, "code": 200, "message": "Successful", "meta_data": {"ip": "102.219.153.59", "type": "IPv4", "hostname": null, "asn": {"asn": 36920, "domain": "kkontech.com", "organization": "Kkon Technologies Ltd", "route": "102.219.153.0/24", "type": "isp"}, "geolocation": {"calling_code": "234", "capital": "Abuja", "name": "Nigeria", "code": "NG", "city": "Lagos", "emoji": "\ud83c\uddf3\ud83c\uddec", "emoji_unicode": "U+1F1F3 U+1F1EC", "latitude": 6.44745, "longitude": 3.39025, "language": {"name": "English", "code": "en", "native": "English"}, "in_eu": false}, "advanced-geolocation": {"area": 923768, "population": 211400704, "population_density": 228.85, "tld": ".ng", "continent": {"name": "Africa", "code": "AF"}, "region": {"name": "Lagos", "code": "NG-LA"}, "languages": [{"code": "en", "name": "English", "native": "English"}, {"code": "ha", "name": "Hausa", "native": "Hausa"}, {"code": "yo", "name": "Yoruba", "native": "\u00c8d\u00e8 Yor\u00f9b\u00e1"}, {"code": "ig", "name": "Igbo", "native": "Igbo"}, {"code": "ff", "name": "Fula", "native": "Pulaar"}], "borders": ["BJ", "CM", "NE", "TD"]}, "currency": {"code": "NGN", "name": "Nigerian Naira", "name_native": "Nigerian Naira", "plural": "Nigerian nairas", "plural_native": "Nigerian nairas", "symbol": "NGN", "symbol_native": "\u20a6"}, "carrier": {"name": null, "mcc": null, "mnc": null}, "company": {"domain": "kkontech.com", "name": "FOB VI", "type": "isp", "network": "102.219.153.0/24"}, "threat_detector": {"is_abuser": true, "is_attacker": false, "is_bogon": false, "is_cloud_provider": false, "is_proxy": false, "is_relay": false, "is_tor": false, "is_tor_exit": false, "is_vpn": false, "is_anonymous": false, "is_threat": true}, "time_zone": {"id": "Africa/Lagos", "abbreviation": "WAT", "current_time": "2022-10-27T14:30:06+01:00", "name": "West Africa Standard Time", "offset": 3600, "in_daylight_saving": false}, "device_info": [{"header": "PostmanRuntime/7.29.2", "name": "PostmanRuntime", "type": "robot", "version": "7.29.2", "version_major": "7", "device": {"brand": "Postman", "name": "Postman Runtime", "type": "robot"}, "engine": {"name": "PostmanRuntime", "type": "robot", "version": "7.29.2", "version_major": "7"}, "os": {"name": "Cloud", "type": "cloud", "version": null}}], "iata_icao_airport_codes": {"comment": "airport codes of IATA airport code and ICAO airport code, names and locations", "airport": {"id": 4940, "country_code": "NG", "region_name": "Lagos", "iata": "LOS", "icao": "DNMM", "airport": "Murtala Muhammed International Airport", "latitude": "6.577370167", "longitude": "3.321160078"}, "all_airports": [{"id": 4937, "country_code": "NG", "region_name": "Bauchi", "iata": "BCU", "icao": "", "airport": "Bauchi State Airport", "latitude": "10.482833", "longitude": "9.744"}, {"id": 4938, "country_code": "NG", "region_name": "Delta", "iata": "QRW", "icao": "DNSU", "airport": "Warri Airport (Osubi Airport)", "latitude": "5.59611", "longitude": "5.81778"}, {"id": 4939, "country_code": "NG", "region_name": "Katsina", "iata": "DKA", "icao": "", "airport": "Katsina Airport", "latitude": "13.0078001", "longitude": "7.660449982"}, {"id": 4940, "country_code": "NG", "region_name": "Lagos", "iata": "LOS", "icao": "DNMM", "airport": "Murtala Muhammed International Airport", "latitude": "6.577370167", "longitude": "3.321160078"}, {"id": 4941, "country_code": "NG", "region_name": "Ondo", "iata": "AKR", "icao": "DNAK", "airport": "Akure Airport", "latitude": "7.246739864", "longitude": "5.301010132"}, {"id": 4942, "country_code": "NG", "region_name": "Akwa Ibom", "iata": "QUO", "icao": "DNAI", "airport": "Akwa Ibom International Airport", "latitude": "4.8725", "longitude": "8.093"}, {"id": 4943, "country_code": "NG", "region_name": "Kaduna", "iata": "ZAR", "icao": "DNZA", "airport": "Zaria Airport", "latitude": "11.1302", "longitude": "7.68581"}, {"id": 4944, "country_code": "NG", "region_name": "Sokoto", "iata": "SKO", "icao": "DNSO", "airport": "Sadiq Abubakar III International Airport", "latitude": "12.91629982", "longitude": "5.207190037"}, {"id": 4945, "country_code": "NG", "region_name": "Adamawa", "iata": "YOL", "icao": "DNYO", "airport": "Yola Airport", "latitude": "9.25755024", "longitude": "12.43039989"}, {"id": 4946, "country_code": "NG", "region_name": "Edo", "iata": "BNI", "icao": "DNBE", "airport": "Benin Airport", "latitude": "6.316979885", "longitude": "5.599500179"}, {"id": 4947, "country_code": "NG", "region_name": "Gombe", "iata": "GMO", "icao": "DNGO", "airport": "Gombe Lawanti International Airport", "latitude": "10.29833333", "longitude": "10.89638889"}, {"id": 4948, "country_code": "NG", "region_name": "Cross River", "iata": "CBQ", "icao": "DNCA", "airport": "Margaret Ekpo International Airport", "latitude": "4.976019859", "longitude": "8.347200394"}, {"id": 4949, "country_code": "NG", "region_name": "Kaduna", "iata": "KAD", "icao": "DNKA", "airport": "Kaduna Airport", "latitude": "10.6960001", "longitude": "7.320109844"}, {"id": 4950, "country_code": "NG", "region_name": "Enugu", "iata": "ENU", "icao": "DNEN", "airport": "Akanu Ibiam International Airport", "latitude": "6.474269867", "longitude": "7.56196022"}, {"id": 4951, "country_code": "NG", "region_name": "Abuja Federal Capital Territory", "iata": "ABV", "icao": "DNAA", "airport": "Nnamdi Azikiwe International Airport", "latitude": "9.006790161", "longitude": "7.263169765"}, {"id": 4952, "country_code": "NG", "region_name": "Rivers", "iata": "PHC", "icao": "DNPO", "airport": "Port Harcourt International Airport", "latitude": "5.015490055", "longitude": "6.949590206"}, {"id": 4953, "country_code": "NG", "region_name": "Delta", "iata": "ABB", "icao": "DNAS", "airport": "Asaba International Airport", "latitude": "6.204167", "longitude": "6.665278"}, {"id": 4954, "country_code": "NG", "region_name": "Niger", "iata": "MXJ", "icao": "DNMN", "airport": "Minna Airport", "latitude": "9.652170181", "longitude": "6.462259769"}, {"id": 4955, "country_code": "NG", "region_name": "Borno", "iata": "MIU", "icao": "DNMA", "airport": "Maiduguri International Airport", "latitude": "11.85529995", "longitude": "13.08090019"}, {"id": 4956, "country_code": "NG", "region_name": "Kwara", "iata": "ILR", "icao": "DNIL", "airport": "Ilorin International Airport", "latitude": "8.440210342", "longitude": "4.493919849"}, {"id": 4957, "country_code": "NG", "region_name": "Rivers", "iata": "PHG", "icao": "", "airport": "Port Harcourt City Airport", "latitude": "4.846111111", "longitude": "7.021388889"}, {"id": 4958, "country_code": "NG", "region_name": "Imo", "iata": "QOW", "icao": "DNIM", "airport": "Sam Mbakwe Airport", "latitude": "5.427060127", "longitude": "7.206029892"}, {"id": 4959, "country_code": "NG", "region_name": "Kano", "iata": "KAN", "icao": "DNKN", "airport": "Mallam Aminu Kano International Airport", "latitude": "12.0476", "longitude": "8.52462"}, {"id": 4960, "country_code": "NG", "region_name": "Benue", "iata": "MDI", "icao": "DNMK", "airport": "Makurdi Airport", "latitude": "7.70388", "longitude": "8.61394"}, {"id": 4961, "country_code": "NG", "region_name": "Abuja Federal Capital Territory", "iata": "JOS", "icao": "DNJO", "airport": "Yakubu Gowon Airport", "latitude": "9.639829636", "longitude": "8.869050026"}, {"id": 4962, "country_code": "NG", "region_name": "Oyo", "iata": "IBA", "icao": "DNIB", "airport": "Ibadan Airport", "latitude": "7.362460136", "longitude": "3.978329897"}]}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "code": {"type": "integer"}, "message": {"type": "string"}, "meta_data": {"type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "hostname": {"type": "null"}, "asn": {"type": "object", "properties": {"asn": {"type": "integer"}, "domain": {"type": "string"}, "organization": {"type": "string"}, "route": {"type": "string"}, "type": {"type": "string"}}, "required": ["asn", "domain", "organization", "route", "type"]}, "geolocation": {"type": "object", "properties": {"calling_code": {"type": "string"}, "capital": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "city": {"type": "string"}, "emoji": {"type": "string"}, "emoji_unicode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "language": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}, "native": {"type": "string"}}, "required": ["code", "name", "native"]}, "in_eu": {"type": "boolean"}}, "required": ["calling_code", "capital", "city", "code", "emoji", "emoji_unicode", "in_eu", "language", "latitude", "longitude", "name"]}, "advanced-geolocation": {"type": "object", "properties": {"area": {"type": "integer"}, "population": {"type": "integer"}, "population_density": {"type": "number"}, "tld": {"type": "string"}, "continent": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}}, "required": ["code", "name"]}, "region": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}}, "required": ["code", "name"]}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "native": {"type": "string"}}, "required": ["code", "name", "native"]}}, "borders": {"type": "array", "items": {"type": "string"}}}, "required": ["area", "borders", "continent", "languages", "population", "population_density", "region", "tld"]}, "currency": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_native": {"type": "string"}, "plural": {"type": "string"}, "plural_native": {"type": "string"}, "symbol": {"type": "string"}, "symbol_native": {"type": "string"}}, "required": ["code", "name", "name_native", "plural", "plural_native", "symbol", "symbol_native"]}, "carrier": {"type": "object", "properties": {"name": {"type": "null"}, "mcc": {"type": "null"}, "mnc": {"type": "null"}}, "required": ["mcc", "mnc", "name"]}, "company": {"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "network": {"type": "string"}}, "required": ["domain", "name", "network", "type"]}, "threat_detector": {"type": "object", "properties": {"is_abuser": {"type": "boolean"}, "is_attacker": {"type": "boolean"}, "is_bogon": {"type": "boolean"}, "is_cloud_provider": {"type": "boolean"}, "is_proxy": {"type": "boolean"}, "is_relay": {"type": "boolean"}, "is_tor": {"type": "boolean"}, "is_tor_exit": {"type": "boolean"}, "is_vpn": {"type": "boolean"}, "is_anonymous": {"type": "boolean"}, "is_threat": {"type": "boolean"}}, "required": ["is_abuser", "is_anonymous", "is_attacker", "is_bogon", "is_cloud_provider", "is_proxy", "is_relay", "is_threat", "is_tor", "is_tor_exit", "is_vpn"]}, "time_zone": {"type": "object", "properties": {"id": {"type": "string"}, "abbreviation": {"type": "string"}, "current_time": {"type": "string"}, "name": {"type": "string"}, "offset": {"type": "integer"}, "in_daylight_saving": {"type": "boolean"}}, "required": ["abbreviation", "current_time", "id", "in_daylight_saving", "name", "offset"]}, "device_info": {"type": "array", "items": {"type": "object", "properties": {"header": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "version_major": {"type": "string"}, "device": {"type": "object", "properties": {"brand": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["brand", "name", "type"]}, "engine": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "version_major": {"type": "string"}}, "required": ["name", "type", "version", "version_major"]}, "os": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "null"}}, "required": ["name", "type", "version"]}}, "required": ["device", "engine", "header", "name", "os", "type", "version", "version_major"]}}, "iata_icao_airport_codes": {"type": "object", "properties": {"comment": {"type": "string"}, "airport": {"type": "object", "properties": {"id": {"type": "integer"}, "country_code": {"type": "string"}, "region_name": {"type": "string"}, "iata": {"type": "string"}, "icao": {"type": "string"}, "airport": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}, "required": ["airport", "country_code", "iata", "icao", "id", "latitude", "longitude", "region_name"]}, "all_airports": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "country_code": {"type": "string"}, "region_name": {"type": "string"}, "iata": {"type": "string"}, "icao": {"type": "string"}, "airport": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}, "required": ["airport", "country_code", "iata", "icao", "id", "latitude", "longitude", "region_name"]}}}, "required": ["airport", "all_airports", "comment"]}}, "required": ["advanced-geolocation", "asn", "carrier", "company", "currency", "device_info", "geolocation", "hostname", "iata_icao_airport_codes", "ip", "threat_detector", "time_zone", "type"]}}, "required": ["code", "message", "meta_data", "status"]} |
5b611ebbe4b07e7b7f71c979/5b62a331e4b0aa2f76d1e6b8/0/0 | IP to Network and ASN lookup | Get the most up-to-date, extended network information for an individual IP address or a CIDR range. Explore for the active BGP prefixes, RIR registry data and Autonomous Systems (AS) involved | null | AS Info | Returns detailed information about an Autonomous System (AS) by AS number. The information includes registration, IPv4 address space announcements and ranking. | 200 | Example_1 | {"asn": "AS1234", "asnNumeric": 1234, "organisation": "Fortum", "name": "FORTUM-AS", "registry": "RIPE", "registeredCountry": "FI", "registeredCountryName": "Finland", "registrationDate": "2002-07-01", "registrationLastChange": "2017-11-15", "totalIpv4Addresses": 67584, "totalIpv4Prefixes": 2, "totalIpv4BogonPrefixes": 0, "rank": 2686, "rankText": "#2,686 out of 62,135"} | {"type": "object", "properties": {"asn": {"type": "string"}, "asnNumeric": {"type": "integer"}, "organisation": {"type": "string"}, "name": {"type": "string"}, "registry": {"type": "string"}, "registeredCountry": {"type": "string"}, "registeredCountryName": {"type": "string"}, "registrationDate": {"type": "string"}, "registrationLastChange": {"type": "string"}, "totalIpv4Addresses": {"type": "integer"}, "totalIpv4Prefixes": {"type": "integer"}, "totalIpv4BogonPrefixes": {"type": "integer"}, "rank": {"type": "integer"}, "rankText": {"type": "string"}}} |
5b611ebbe4b07e7b7f71c979/5b62a1c7e4b0aa2f76d1e6b5/0/0 | IP to Network and ASN lookup | Get the most up-to-date, extended network information for an individual IP address or a CIDR range. Explore for the active BGP prefixes, RIR registry data and Autonomous Systems (AS) involved | null | IP to Network and AS Lookup | This API returns detailed information about the active network a specific IP address belongs to. Including Autonomous Systems (AS) that announce and serve that network. | 200 | Example_1 | {"ip": "8.8.8.8", "registry": "ARIN", "registryStatus": "assigned", "registredCountryAlpha2": "US", "registredCountryName": "United States of America (the)", "organisation": "Google LLC", "isReachableGlobally": true, "bgpPrefix": "8.8.8.0/24", "bgpPrefixNetworkAddress": "8.8.8.0", "bgpPrefixLastAddress": "8.8.8.255", "carriers": [{"asn": "AS15169", "asnNumeric": 15169, "organisation": "Google LLC", "name": "GOOGLE", "registry": "ARIN", "registeredCountry": "US", "registeredCountryName": "United States of America (the)", "registrationDate": "2000-03-30", "registrationLastChange": "2012-02-25", "totalIpv4Addresses": 5568505, "totalIpv4Prefixes": 409, "totalIpv4BogonPrefixes": 0, "rank": 93, "rankText": "#93 out of 62,135"}], "viaCarriers": [{"asn": "AS209", "asnNumeric": 209, "organisation": "Qwest Communications Company LLC", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS286", "asnNumeric": 286, "organisation": "KPN B.V.", "registeredCountry": "NL", "registeredCountryName": "Netherlands (the)"}, {"asn": "AS293", "asnNumeric": 293, "organisation": "ESnet", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS577", "asnNumeric": 577, "organisation": "Bell Canada", "registeredCountry": "CA", "registeredCountryName": "Canada"}, {"asn": "AS701", "asnNumeric": 701, "organisation": "MCI Communications Services Inc. dba Verizon Business", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS852", "asnNumeric": 852, "organisation": "TELUS Communications Inc.", "registeredCountry": "CA", "registeredCountryName": "Canada"}, {"asn": "AS1221", "asnNumeric": 1221, "organisation": "Telstra Corporation", "registeredCountry": "AU", "registeredCountryName": "Australia"}, {"asn": "AS1239", "asnNumeric": 1239, "organisation": "Sprint", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS1299", "asnNumeric": 1299, "organisation": "Telia Company AB", "registeredCountry": "SE", "registeredCountryName": "Sweden"}, {"asn": "AS1403", "asnNumeric": 1403, "organisation": "EBOX", "registeredCountry": "CA", "registeredCountryName": "Canada"}, {"asn": "AS1798", "asnNumeric": 1798, "organisation": "State of Oregon", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS1916", "asnNumeric": 1916, "organisation": "Associao Rede Nacional de Ensino e Pesquisa", "registeredCountry": "BR", "registeredCountryName": "Brazil"}, {"asn": "AS2152", "asnNumeric": 2152, "organisation": "California State University Office of the Chancellor", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS2497", "asnNumeric": 2497, "organisation": "Internet Initiative Japan Inc.", "registeredCountry": "JP", "registeredCountryName": "Japan"}, {"asn": "AS2905", "asnNumeric": 2905, "organisation": "MTN SA", "registeredCountry": "ZA", "registeredCountryName": "South Africa"}, {"asn": "AS2914", "asnNumeric": 2914, "organisation": "NTT America Inc.", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS3130", "asnNumeric": 3130, "organisation": "RGnet LLC", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS3257", "asnNumeric": 3257, "organisation": "GTT Communications Inc.", "registeredCountry": "DE", "registeredCountryName": "Germany"}, {"asn": "AS3267", "asnNumeric": 3267, "organisation": "State Institute of Information Technologies and Telecommunications SIITT Informika", "registeredCountry": "RU", "registeredCountryName": "Russian Federation (the)"}, {"asn": "AS3303", "asnNumeric": 3303, "organisation": "Swisscom Schweiz AG", "registeredCountry": "CH", "registeredCountryName": "Switzerland"}, {"asn": "AS3356", "asnNumeric": 3356, "organisation": "Level 3 Parent LLC", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS3491", "asnNumeric": 3491, "organisation": "PCCW Global Inc.", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS3741", "asnNumeric": 3741, "organisation": "Internet Solutions", "registeredCountry": "ZA", "registeredCountryName": "South Africa"}, {"asn": "AS4181", "asnNumeric": 4181, "organisation": "TDS TELECOM", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS4739", "asnNumeric": 4739, "organisation": "iiNet Limited", "registeredCountry": "AU", "registeredCountryName": "Australia"}, {"asn": "AS4826", "asnNumeric": 4826, "organisation": "VOCUS PTY LTD", "registeredCountry": "AU", "registeredCountryName": "Australia"}, {"asn": "AS5413", "asnNumeric": 5413, "organisation": "Daisy Communications Ltd", "registeredCountry": "GB", "registeredCountryName": "United Kingdom of Great Britain and Northern Ireland (the)"}, {"asn": "AS5769", "asnNumeric": 5769, "organisation": "Videotron Telecom Ltee", "registeredCountry": "CA", "registeredCountryName": "Canada"}, {"asn": "AS6079", "asnNumeric": 6079, "organisation": "RCN", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS6082", "asnNumeric": 6082, "organisation": "IPiFony Systems Inc.", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS6423", "asnNumeric": 6423, "organisation": "EasyStreet Online Services Inc.", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS6453", "asnNumeric": 6453, "organisation": "TATA COMMUNICATIONS AMERICA INC", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS6667", "asnNumeric": 6667, "organisation": "Elisa Oyj", "registeredCountry": "FI", "registeredCountryName": "Finland"}, {"asn": "AS6762", "asnNumeric": 6762, "organisation": "TELECOM ITALIA SPARKLE S.p.A.", "registeredCountry": "IT", "registeredCountryName": "Italy"}, {"asn": "AS6830", "asnNumeric": 6830, "organisation": "Liberty Global Operations B.V.", "registeredCountry": "AT", "registeredCountryName": "Austria"}, {"asn": "AS6939", "asnNumeric": 6939, "organisation": "Hurricane Electric LLC", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS7018", "asnNumeric": 7018, "organisation": "ATT Services Inc.", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS7575", "asnNumeric": 7575, "organisation": "Australian Academic and Research Network", "registeredCountry": "AU", "registeredCountryName": "Australia"}, {"asn": "AS7660", "asnNumeric": 7660, "organisation": "Asia Pacific Advanced Network Japan", "registeredCountry": "JP", "registeredCountryName": "Japan"}, {"asn": "AS8426", "asnNumeric": 8426, "organisation": "ClaraNET LTD", "registeredCountry": "GB", "registeredCountryName": "United Kingdom of Great Britain and Northern Ireland (the)"}, {"asn": "AS8455", "asnNumeric": 8455, "organisation": "Schuberg Philis B.V.", "registeredCountry": "NL", "registeredCountryName": "Netherlands (the)"}, {"asn": "AS8492", "asnNumeric": 8492, "organisation": "OBIT Ltd.", "registeredCountry": "RU", "registeredCountryName": "Russian Federation (the)"}, {"asn": "AS9266", "asnNumeric": 9266, "organisation": "Fiveways International Limited", "registeredCountry": "HK", "registeredCountryName": "Hong Kong"}, {"asn": "AS9902", "asnNumeric": 9902, "organisation": "NeocomISP Limited", "registeredCountry": "KH", "registeredCountryName": "Cambodia"}, {"asn": "AS11039", "asnNumeric": 11039, "organisation": "The George Washington University", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS11666", "asnNumeric": 11666, "organisation": "Nexicom Inc.", "registeredCountry": "CA", "registeredCountryName": "Canada"}, {"asn": "AS11686", "asnNumeric": 11686, "organisation": "Education Networks of America", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS12552", "asnNumeric": 12552, "organisation": "IPOnly Networks AB", "registeredCountry": "SE", "registeredCountryName": "Sweden"}, {"asn": "AS13030", "asnNumeric": 13030, "organisation": "Init7 Switzerland Ltd.", "registeredCountry": "CH", "registeredCountryName": "Switzerland"}, {"asn": "AS13237", "asnNumeric": 13237, "organisation": "euNetworks Managed Services GmbH", "registeredCountry": "DE", "registeredCountryName": "Germany"}, {"asn": "AS13760", "asnNumeric": 13760, "organisation": "Southern Light LLC", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS14061", "asnNumeric": 14061, "organisation": "DigitalOcean LLC", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS14361", "asnNumeric": 14361, "organisation": "HopOne Internet Corporation", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS14537", "asnNumeric": 14537, "organisation": "Continent 8 LLC", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS15008", "asnNumeric": 15008, "organisation": "AISG", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS15301", "asnNumeric": 15301, "organisation": "iovation Inc.", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS17639", "asnNumeric": 17639, "organisation": "ComClark Network Technology Corp", "registeredCountry": "PH", "registeredCountryName": "Philippines (the)"}, {"asn": "AS18106", "asnNumeric": 18106, "organisation": "Viewqwest Pte Ltd", "registeredCountry": "SG", "registeredCountryName": "Singapore"}, {"asn": "AS19016", "asnNumeric": 19016, "organisation": "Westman Communications Group", "registeredCountry": "CA", "registeredCountryName": "Canada"}, {"asn": "AS19151", "asnNumeric": 19151, "organisation": "WV FIBER", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS19653", "asnNumeric": 19653, "organisation": "CTS Communications Corp", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS20912", "asnNumeric": 20912, "organisation": "Giuliano Claudio Peritore trading as Panservice s.a.s. di Cuseo Fabrizio C.", "registeredCountry": "IT", "registeredCountryName": "Italy"}, {"asn": "AS22652", "asnNumeric": 22652, "organisation": "Fibrenoire Inc.", "registeredCountry": "CA", "registeredCountryName": "Canada"}, {"asn": "AS23367", "asnNumeric": 23367, "organisation": "Genesis Adaptive INC.", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS23673", "asnNumeric": 23673, "organisation": "COGETEL Co. Ltd", "registeredCountry": "KH", "registeredCountryName": "Cambodia"}, {"asn": "AS24441", "asnNumeric": 24441, "organisation": "CityLink Corporation LTD", "registeredCountry": "KH", "registeredCountryName": "Cambodia"}, {"asn": "AS24482", "asnNumeric": 24482, "organisation": "SG.GS", "registeredCountry": "SG", "registeredCountryName": "Singapore"}, {"asn": "AS24516", "asnNumeric": 24516, "organisation": "Virtutel Pty Ltd", "registeredCountry": "AU", "registeredCountryName": "Australia"}, {"asn": "AS27446", "asnNumeric": 27446, "organisation": "ERC Broadband", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS27986", "asnNumeric": 27986, "organisation": "ENTEL CHILE S.A.", "registeredCountry": "CL", "registeredCountryName": "Chile"}, {"asn": "AS28329", "asnNumeric": 28329, "organisation": "G8 NETWORKS LTDA", "registeredCountry": "BR", "registeredCountryName": "Brazil"}, {"asn": "AS28571", "asnNumeric": 28571, "organisation": "UNIVERSIDADE DE SAO PAULO", "registeredCountry": "BR", "registeredCountryName": "Brazil"}, {"asn": "AS31019", "asnNumeric": 31019, "organisation": "Paulus M. Hoogsteder trading as Meanie", "registeredCountry": "NL", "registeredCountryName": "Netherlands (the)"}, {"asn": "AS32709", "asnNumeric": 32709, "organisation": "Joink LLC", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS34224", "asnNumeric": 34224, "organisation": "Neterra Ltd.", "registeredCountry": "BG", "registeredCountryName": "Bulgaria"}, {"asn": "AS34288", "asnNumeric": 34288, "organisation": "Kantonsschule Zug", "registeredCountry": "CH", "registeredCountryName": "Switzerland"}, {"asn": "AS36351", "asnNumeric": 36351, "organisation": "SoftLayer Technologies Inc.", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS37100", "asnNumeric": 37100, "organisation": "SEACOM Limited", "registeredCountry": "MU", "registeredCountryName": "Mauritius"}, {"asn": "AS37271", "asnNumeric": 37271, "organisation": "Workonline CommunicationsPty Ltd", "registeredCountry": "ZA", "registeredCountryName": "South Africa"}, {"asn": "AS37353", "asnNumeric": 37353, "organisation": "Macrolan PTY LTD", "registeredCountry": "ZA", "registeredCountryName": "South Africa"}, {"asn": "AS37468", "asnNumeric": 37468, "organisation": "Angola Cables", "registeredCountry": "AO", "registeredCountryName": "Angola"}, {"asn": "AS37497", "asnNumeric": 37497, "organisation": "Network Platforms PTY LTD", "registeredCountry": "ZA", "registeredCountryName": "South Africa"}, {"asn": "AS38809", "asnNumeric": 38809, "organisation": "Nextgen Networks", "registeredCountry": "AU", "registeredCountryName": "Australia"}, {"asn": "AS38880", "asnNumeric": 38880, "organisation": "Micron21 Datacentre Pty Ltd", "registeredCountry": "AU", "registeredCountryName": "Australia"}, {"asn": "AS39122", "asnNumeric": 39122, "organisation": "Blacknight Internet Solutions Ltd", "registeredCountry": "IE", "registeredCountryName": "Ireland"}, {"asn": "AS41095", "asnNumeric": 41095, "organisation": "IPTP LTD", "registeredCountry": "NL", "registeredCountryName": "Netherlands (the)"}, {"asn": "AS41695", "asnNumeric": 41695, "organisation": "VOSTRON Limited", "registeredCountry": "GB", "registeredCountryName": "United Kingdom of Great Britain and Northern Ireland (the)"}, {"asn": "AS41811", "asnNumeric": 41811, "organisation": "Convergence Group Limited", "registeredCountry": "GB", "registeredCountryName": "United Kingdom of Great Britain and Northern Ireland (the)"}, {"asn": "AS52720", "asnNumeric": 52720, "organisation": "WEBFOCO TELECOMUNICACOES LTDA", "registeredCountry": "BR", "registeredCountryName": "Brazil"}, {"asn": "AS52863", "asnNumeric": 52863, "organisation": "UPX Technologies", "registeredCountry": "BR", "registeredCountryName": "Brazil"}, {"asn": "AS52940", "asnNumeric": 52940, "organisation": "NEMESIS Provedor de Acesso as Redes de Comunicao", "registeredCountry": "BR", "registeredCountryName": "Brazil"}, {"asn": "AS53013", "asnNumeric": 53013, "organisation": "WIX NET DO BRASIL LTDA", "registeredCountry": "BR", "registeredCountryName": "Brazil"}, {"asn": "AS53828", "asnNumeric": 53828, "organisation": "NETWORK INNOVATIONS INC.", "registeredCountry": "US", "registeredCountryName": "United States of America (the)"}, {"asn": "AS57111", "asnNumeric": 57111, "organisation": "ALTITUD S.r.l.", "registeredCountry": "IT", "registeredCountryName": "Italy"}, {"asn": "AS57866", "asnNumeric": 57866, "organisation": "Fusix Networks B.V.", "registeredCountry": "NL", "registeredCountryName": "Netherlands (the)"}, {"asn": "AS58511", "asnNumeric": 58511, "organisation": "Connectivity IT Pty Ltd", "registeredCountry": "AU", "registeredCountryName": "Australia"}, {"asn": "AS59318", "asnNumeric": 59318, "organisation": "S.I Group", "registeredCountry": "KH", "registeredCountryName": "Cambodia"}, {"asn": "AS63927", "asnNumeric": 63927, "organisation": "RISE ASIA TECHNOLOGY LIMITED", "registeredCountry": "HK", "registeredCountryName": "Hong Kong"}, {"asn": "AS63956", "asnNumeric": 63956, "organisation": "Colocation Australia Pty Ltd", "registeredCountry": "AU", "registeredCountryName": "Australia"}, {"asn": "AS262317", "asnNumeric": 262317, "organisation": "ROS Telecom", "registeredCountry": "BR", "registeredCountryName": "Brazil"}, {"asn": "AS262612", "asnNumeric": 262612, "organisation": "Piotr Piwowar", "registeredCountry": "BR", "registeredCountryName": "Brazil"}, {"asn": "AS262757", "asnNumeric": 262757, "organisation": "Insidesign Tecnologia Ltda EPP", "registeredCountry": "BR", "registeredCountryName": "Brazil"}, {"asn": "AS263075", "asnNumeric": 263075, "organisation": "TV Cabo de Santo Anastacio Ltda", "registeredCountry": "BR", "registeredCountryName": "Brazil"}, {"asn": "AS263945", "asnNumeric": 263945, "organisation": "ProveNET Internet Service Provider", "registeredCountry": "BR", "registeredCountryName": "Brazil"}, {"asn": "AS264268", "asnNumeric": 264268, "organisation": "TELETURBO TELECOM", "registeredCountry": "BR", "registeredCountryName": "Brazil"}]} | {"type": "object", "properties": {"ip": {"type": "string"}, "registry": {"type": "string"}, "registryStatus": {"type": "string"}, "registredCountryAlpha2": {"type": "string"}, "registredCountryName": {"type": "string"}, "organisation": {"type": "string"}, "isReachableGlobally": {"type": "boolean"}, "bgpPrefix": {"type": "string"}, "bgpPrefixNetworkAddress": {"type": "string"}, "bgpPrefixLastAddress": {"type": "string"}, "carriers": {"type": "array", "items": {"type": "object", "properties": {"asn": {"type": "string"}, "asnNumeric": {"type": "integer"}, "organisation": {"type": "string"}, "name": {"type": "string"}, "registry": {"type": "string"}, "registeredCountry": {"type": "string"}, "registeredCountryName": {"type": "string"}, "registrationDate": {"type": "string"}, "registrationLastChange": {"type": "string"}, "totalIpv4Addresses": {"type": "integer"}, "totalIpv4Prefixes": {"type": "integer"}, "totalIpv4BogonPrefixes": {"type": "integer"}, "rank": {"type": "integer"}, "rankText": {"type": "string"}}}}, "viaCarriers": {"type": "array", "items": {"type": "object", "properties": {"asn": {"type": "string"}, "asnNumeric": {"type": "integer"}, "organisation": {"type": "string"}, "registeredCountry": {"type": "string"}, "registeredCountryName": {"type": "string"}}}}}} |
e74f1872-7c31-40c8-b05a-73f52d7f853d/89d3284c-7c2b-403a-ab33-5c067ceb783c/0/0 | Stadia Maps Time Zone API | The Stadia TZ API provides time zone information, as well as information about any special offset (such as DST) in effect, now or in the future. | 7.7 | TZ Lookup by Location | The Stadia TZ Lookup API provides time zone information, as well as information about any special offset (such as DST) in effect based on the latest IANA TZDB. Note that this API may not be accurate for timestamps in the past and does not claim to report precise nautical times in the open ocean beyond territorial waters. | 404 | Response | {"status_code": 404, "msg": "tz"} | {"type": "object", "properties": {"status_code": {"type": "integer"}, "msg": {"type": "string"}}} |
e74f1872-7c31-40c8-b05a-73f52d7f853d/89d3284c-7c2b-403a-ab33-5c067ceb783c/1/0 | Stadia Maps Time Zone API | The Stadia TZ API provides time zone information, as well as information about any special offset (such as DST) in effect, now or in the future. | 7.7 | TZ Lookup by Location | The Stadia TZ Lookup API provides time zone information, as well as information about any special offset (such as DST) in effect based on the latest IANA TZDB. Note that this API may not be accurate for timestamps in the past and does not claim to report precise nautical times in the open ocean beyond territorial waters. | 200 | Response | {"tz_id": "America/New_York", "base_utc_offset": -18000, "dst_offset": 3600} | {"tzResponse": {"type": "object", "properties": {"tz_id": {"type": "string", "description": "The canonical time zone ID. In the event that multiple time zones could be returned, the first one from the Unicode CLDR timezone.xml is returned."}, "base_utc_offset": {"type": "integer", "description": "The base offset, in seconds, from UTC that is normally in effect for this time zone."}, "dst_offset": {"type": "integer", "description": "The special offset, in seconds, from UTC that is in effect for this time zone as of the queried timestamp (defaults to now). If no additional offsets are in effect, this value is zero. This typically reflects Daylight Saving Time, but may indicate other special offsets. To get the total offset in effect, add `dst_offset` and `utc_offset` together."}}, "required": ["tz_id", "base_utc_offset", "dst_offset"]}} |
b57bb819-d7e4-4796-8a15-98f89af86a53/18e24f50-6b55-4880-9988-84e46f4172ba/2/0 | SG Postal Code Information | Convert Postal Code to information like region, estate, street name, etc. | null | Postal Code to Full Address | Input a valid SG postal code to retrieve full address information | 200 | New Example | {"address": "Albert Street, 60", "city": "Singapore", "country": "Singapore (SG)", "estate": "Bugis, Victoria Street, Rochor", "full_address": "Og Albert Complex, Albert Street, 60, Singapore, Albert, Bugis, Victoria Street, Rochor, Central", "postal_code": "189969", "region": "Central", "street_name": "Albert"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"address": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "estate": {"type": "string"}, "full_address": {"type": "string"}, "postal_code": {"type": "string"}, "region": {"type": "string"}, "street_name": {"type": "string"}}, "required": ["address", "city", "country", "estate", "full_address", "postal_code", "region", "street_name"]} |
8d84e166-cff4-4f0f-b0fc-988262407523/6485d193-5691-4e9c-8ea5-3c5bf2f36d0c/0/0 | UK PostCode API | Auto populate your app & service with accurate and comprehensive PAF & Geocoding data from the Royal Mail | 0.2 | /postcodes/{postcode} | Gets addresses for the given UK PostCode | 200 | Response | {"status": 200, "message": "Success", "noOfItems": 1, "result": {"postcode": "SW1A 0AA", "district": "Westminster", "ward": "St James's", "county": "Inner London", "country": "England", "geocode": {"eastings": "530268", "northings": "0179545", "lattitude": "51.499840", "longitude": "-0.124663"}, "addresses": [{"po_box": "", "line_2": "Houses Of Parliament", "postcode_type": "L", "line_3": "", "su_organisation_indicator": " ", "building_number": " ", "udprn": "23747208", "thoroughfare": "", "line_1": "House Of Commons", "postcode_outcode": "SW1A", "postcode_compact": "SW1A0AA", "dependant_thoroughfare": "", "premise": "Houses Of Parliament", "post_town": "LONDON", "building_name": "Houses Of Parliament", "organisation_name": "House Of Commons", "postcode": "SW1A 0AA", "department_name": "", "postcode_incode": "0AA", "address": "House Of Commons, Houses Of Parliament, LONDON, SW1A 0AA", "double_dependant_locality": "", "sub_building_name": "", "dependant_locality": "", "delivery_point_suffix": "1A"}]}} | {"type": "object", "properties": {"status": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"type": "string"}, "noOfItems": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "result": {"type": "object", "properties": {"postcode": {"type": "string"}, "district": {"type": "string"}, "ward": {"type": "string"}, "county": {"type": "string"}, "country": {"type": "string"}, "geocode": {"type": "object", "properties": {"eastings": {"type": "string"}, "northings": {"type": "string"}, "lattitude": {"type": "string"}, "longitude": {"type": "string"}}}, "addresses": {"type": "array", "items": {"type": "object", "properties": {"po_box": {"type": "string"}, "line_2": {"type": "string"}, "postcode_type": {"type": "string"}, "line_3": {"type": "string"}, "su_organisation_indicator": {"type": "string"}, "building_number": {"type": "string"}, "udprn": {"type": "string"}, "thoroughfare": {"type": "string"}, "line_1": {"type": "string"}, "postcode_outcode": {"type": "string"}, "postcode_compact": {"type": "string"}, "dependant_thoroughfare": {"type": "string"}, "premise": {"type": "string"}, "post_town": {"type": "string"}, "building_name": {"type": "string"}, "organisation_name": {"type": "string"}, "postcode": {"type": "string"}, "department_name": {"type": "string"}, "postcode_incode": {"type": "string"}, "address": {"type": "string"}, "double_dependant_locality": {"type": "string"}, "sub_building_name": {"type": "string"}, "dependant_locality": {"type": "string"}, "delivery_point_suffix": {"type": "string"}}}}}}}} |
8d84e166-cff4-4f0f-b0fc-988262407523/f8aa5953-d955-4edb-ae80-d17a1ffb0aa0/0/0 | UK PostCode API | Auto populate your app & service with accurate and comprehensive PAF & Geocoding data from the Royal Mail | 0.2 | /addresses/autocomplete | Suggests address results for a given search term. | 200 | Response | {"status": 200, "message": "Success", "result": {"total": 9, "hits": [{"address": "115 Queen's Gate, LONDON, SW7 5LP", "udprn": "23870881", "urls": {"findByUDPRN": "https://postcode.apitier.com/v1/udprn/23870881?x-api-key=Vi4JOGZXEG7eglBeuyr2f8uMY8d6RrrG6TIYsnHP"}}, {"address": "15 Queen's Gate Place, LONDON, SW7 5NX", "udprn": "23871219", "urls": {"findByUDPRN": "https://postcode.apitier.com/v1/udprn/23871219?x-api-key=Vi4JOGZXEG7eglBeuyr2f8uMY8d6RrrG6TIYsnHP"}}, {"address": "15 Queen's Gate Terrace, LONDON, SW7 5PR", "udprn": "23871350", "urls": {"findByUDPRN": "https://postcode.apitier.com/v1/udprn/23871350?x-api-key=Vi4JOGZXEG7eglBeuyr2f8uMY8d6RrrG6TIYsnHP"}}, {"address": "16 Queen's Gate Place, LONDON, SW7 5NY", "udprn": "23871246", "urls": {"findByUDPRN": "https://postcode.apitier.com/v1/udprn/23871246?x-api-key=Vi4JOGZXEG7eglBeuyr2f8uMY8d6RrrG6TIYsnHP"}}, {"address": "16 Queen's Gate Place Mews, LONDON, SW7 5BQ", "udprn": "23870196", "urls": {"findByUDPRN": "https://postcode.apitier.com/v1/udprn/23870196?x-api-key=Vi4JOGZXEG7eglBeuyr2f8uMY8d6RrrG6TIYsnHP"}}, {"address": "16 Queen's Gate Terrace, LONDON, SW7 5PF", "udprn": "23871261", "urls": {"findByUDPRN": "https://postcode.apitier.com/v1/udprn/23871261?x-api-key=Vi4JOGZXEG7eglBeuyr2f8uMY8d6RrrG6TIYsnHP"}}, {"address": "169 Queen's Gate, LONDON, SW7 5HE", "udprn": "23870519", "urls": {"findByUDPRN": "https://postcode.apitier.com/v1/udprn/23870519?x-api-key=Vi4JOGZXEG7eglBeuyr2f8uMY8d6RrrG6TIYsnHP"}}, {"address": "16a Queen's Gate Terrace, LONDON, SW7 5PF", "udprn": "23871262", "urls": {"findByUDPRN": "https://postcode.apitier.com/v1/udprn/23871262?x-api-key=Vi4JOGZXEG7eglBeuyr2f8uMY8d6RrrG6TIYsnHP"}}, {"address": "195 Queen's Gate, LONDON, SW7 5EU", "udprn": "23870486", "urls": {"findByUDPRN": "https://postcode.apitier.com/v1/udprn/23870486?x-api-key=Vi4JOGZXEG7eglBeuyr2f8uMY8d6RrrG6TIYsnHP"}}]}} | {"type": "object", "properties": {"status": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"type": "string"}, "result": {"type": "object", "properties": {"total": {"type": "object", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hits": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "udprn": {"type": "string"}, "urls": {"type": "object", "properties": {"findByUDPRN": {"type": "string"}}}}}}}}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.