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
fe659a45-ee99-45a8-ae21-7b5d29fc3318/aa816bef-d9cb-48c8-8961-6c1f9de97803/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Historical Gender Ratio
Get historical Information about Males per 100 Females by Age Group. Currently the data is divided between age group who are below 18 called 'Youth' and age group above 18 called 'adult'. The data is sourced from UN Population data
206
Example_1
[{"year": 0, "total": 0, "youth": 0, "adult": 0}]
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "total": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+3...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/aa816bef-d9cb-48c8-8961-6c1f9de97803/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Historical Gender Ratio
Get historical Information about Males per 100 Females by Age Group. Currently the data is divided between age group who are below 18 called 'Youth' and age group above 18 called 'adult'. The data is sourced from UN Population data
200
Example_1
[{"year": 0, "total": 0, "youth": 0, "adult": 0}]
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "total": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+3...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/aa816bef-d9cb-48c8-8961-6c1f9de97803/2/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Historical Gender Ratio
Get historical Information about Males per 100 Females by Age Group. Currently the data is divided between age group who are below 18 called 'Youth' and age group above 18 called 'adult'. The data is sourced from UN Population data
400
Example_1
{"status": "", "message": ""}
{"type": "object", "required": ["status", "message"], "properties": {"status": {"type": "string", "description": "Http status of the response"}, "message": {"type": "string", "description": "User-friendly error message."}}}
fe659a45-ee99-45a8-ae21-7b5d29fc3318/02646874-aecf-401a-923a-59b6716db740/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Cities
Get details about cities
200
null
[{"id": "", "href": "", "name": "", "countryCode": "", "latLng": {"lat": 0, "lng": 0}, "population": 0}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "href": {"type": "string", "format": "uri"}, "name": {"type": "string"}, "countryCode": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "population": {"type": "i...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/8d1610b4-6fb0-4336-828d-8aaaaa16900e/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Literacy Rate By Id
Get literacy rate of a specific country provided as id in the path. Currently the data is divided between age group of 15-24 called 'youth' and age group above 15 called 'adult'.
200
null
{"id": "", "name": "", "geoType": {"type": "country", "href": ""}, "historicalData": {"href": ""}, "year": 0, "male": {"adult": 0, "youth": 0}, "female": {"adult": 0, "youth": 0}, "total": {"adult": 0, "youth": 0}}
{"allOf": [{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "geoType": {"type": "object", "properties": {"type": {"type": "string", "enum": ["country"]}, "href": {"type": "string", "format": "uri"}}}, "historicalData": {"type": "object", "properties": {"href": {"type": "string", "...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/8d1610b4-6fb0-4336-828d-8aaaaa16900e/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Literacy Rate By Id
Get literacy rate of a specific country provided as id in the path. Currently the data is divided between age group of 15-24 called 'youth' and age group above 15 called 'adult'.
400
null
{"status": "", "message": ""}
{"type": "object", "required": ["status", "message"], "properties": {"status": {"type": "string", "description": "Http status of the response"}, "message": {"type": "string", "description": "User-friendly error message."}}}
fe659a45-ee99-45a8-ae21-7b5d29fc3318/564fa7a2-4962-435f-855f-b8f7fec366f9/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Historical Fertility Rate
Get historical fertility rate information of a given country represented by 3 digit ISO id.
206
null
[{"year": 0, "value": 0}]
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}
fe659a45-ee99-45a8-ae21-7b5d29fc3318/564fa7a2-4962-435f-855f-b8f7fec366f9/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Historical Fertility Rate
Get historical fertility rate information of a given country represented by 3 digit ISO id.
200
null
[{"year": 0, "value": 0}]
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}
fe659a45-ee99-45a8-ae21-7b5d29fc3318/564fa7a2-4962-435f-855f-b8f7fec366f9/2/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Historical Fertility Rate
Get historical fertility rate information of a given country represented by 3 digit ISO id.
400
null
{"status": "", "message": ""}
{"type": "object", "required": ["status", "message"], "properties": {"status": {"type": "string", "description": "Http status of the response"}, "message": {"type": "string", "description": "User-friendly error message."}}}
fe659a45-ee99-45a8-ae21-7b5d29fc3318/10712230-d7d5-467f-94e7-980fea7d4678/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Fertility Rate By Id
Get fertility rate of a specific country provided as id in the path.
200
null
{"id": "", "name": "", "geoType": {"type": "country", "href": ""}, "historicalData": {"href": ""}, "year": 0, "value": 0}
{"allOf": [{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "geoType": {"type": "object", "properties": {"type": {"type": "string", "enum": ["country"]}, "href": {"type": "string", "format": "uri"}}}, "historicalData": {"type": "object", "properties": {"href": {"type": "string", "...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/10712230-d7d5-467f-94e7-980fea7d4678/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Fertility Rate By Id
Get fertility rate of a specific country provided as id in the path.
400
null
{"status": "", "message": ""}
{"type": "object", "required": ["status", "message"], "properties": {"status": {"type": "string", "description": "Http status of the response"}, "message": {"type": "string", "description": "User-friendly error message."}}}
fe659a45-ee99-45a8-ae21-7b5d29fc3318/79d697d2-476a-46fc-853e-eb46e1282331/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Fertility Rate
Get fertility rate of countries. Fertility rate is total births per woman, it represents the number of children that would be born to a woman if she were to live to the end of her childbearing years and bear children in accordance with age-specific fertility rates of the specified year.
200
null
[{"id": "", "name": "", "geoType": {"type": "country", "href": ""}, "historicalData": {"href": ""}, "year": 0, "value": 0}]
{"type": "array", "items": {"allOf": [{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "geoType": {"type": "object", "properties": {"type": {"type": "string", "enum": ["country"]}, "href": {"type": "string", "format": "uri"}}}, "historicalData": {"type": "object", "properties": {"...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/79d697d2-476a-46fc-853e-eb46e1282331/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Fertility Rate
Get fertility rate of countries. Fertility rate is total births per woman, it represents the number of children that would be born to a woman if she were to live to the end of her childbearing years and bear children in accordance with age-specific fertility rates of the specified year.
206
null
[{"id": "", "name": "", "geoType": {"type": "country", "href": ""}, "historicalData": {"href": ""}, "year": 0, "value": 0}]
{"type": "array", "items": {"allOf": [{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "geoType": {"type": "object", "properties": {"type": {"type": "string", "enum": ["country"]}, "href": {"type": "string", "format": "uri"}}}, "historicalData": {"type": "object", "properties": {"...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/79d697d2-476a-46fc-853e-eb46e1282331/2/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Fertility Rate
Get fertility rate of countries. Fertility rate is total births per woman, it represents the number of children that would be born to a woman if she were to live to the end of her childbearing years and bear children in accordance with age-specific fertility rates of the specified year.
400
null
{"status": "", "message": ""}
{"type": "object", "required": ["status", "message"], "properties": {"status": {"type": "string", "description": "Http status of the response"}, "message": {"type": "string", "description": "User-friendly error message."}}}
fe659a45-ee99-45a8-ae21-7b5d29fc3318/24fea1a9-bf98-4076-9896-cd09a8c57cd0/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Gender Ratio
Get Latest Information about Males per 100 Females by Age Group. Currently the data is divided between age group who are below 18 called 'Youth' and age group above 18 called 'adult'. The data is sourced from UN Population data
400
null
{"status": "", "message": ""}
{"type": "object", "required": ["status", "message"], "properties": {"status": {"type": "string", "description": "Http status of the response"}, "message": {"type": "string", "description": "User-friendly error message."}}}
fe659a45-ee99-45a8-ae21-7b5d29fc3318/24fea1a9-bf98-4076-9896-cd09a8c57cd0/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Gender Ratio
Get Latest Information about Males per 100 Females by Age Group. Currently the data is divided between age group who are below 18 called 'Youth' and age group above 18 called 'adult'. The data is sourced from UN Population data
206
null
[{"id": "", "name": "", "geoType": {"type": "country", "href": ""}, "year": 0, "total": 0, "youth": 0, "adult": 0, "historicalData": {"href": ""}}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "geoType": {"type": "object", "properties": {"type": {"type": "string", "enum": ["country"]}, "href": {"type": "string", "format": "uri"}}}, "year": {"type": "number", "format": "integer"}, "total": {"type...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/24fea1a9-bf98-4076-9896-cd09a8c57cd0/2/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Gender Ratio
Get Latest Information about Males per 100 Females by Age Group. Currently the data is divided between age group who are below 18 called 'Youth' and age group above 18 called 'adult'. The data is sourced from UN Population data
200
null
[{"id": "", "name": "", "geoType": {"type": "country", "href": ""}, "year": 0, "total": 0, "youth": 0, "adult": 0, "historicalData": {"href": ""}}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "geoType": {"type": "object", "properties": {"type": {"type": "string", "enum": ["country"]}, "href": {"type": "string", "format": "uri"}}}, "year": {"type": "number", "format": "integer"}, "total": {"type...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/c024620f-3bd7-44a4-961c-201f650bcfc6/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Literacy Rate
Get literacy rate of countries. Currently the data is divided between age group of 15-24 called 'youth' and age group above 15 called 'adult'.
200
null
[{"id": "", "name": "", "geoType": {"type": "country", "href": ""}, "historicalData": {"href": ""}, "year": 0, "male": {"adult": 0, "youth": 0}, "female": {"adult": 0, "youth": 0}, "total": {"adult": 0, "youth": 0}}]
{"type": "array", "items": {"allOf": [{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "geoType": {"type": "object", "properties": {"type": {"type": "string", "enum": ["country"]}, "href": {"type": "string", "format": "uri"}}}, "historicalData": {"type": "object", "properties": {"...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/c024620f-3bd7-44a4-961c-201f650bcfc6/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Literacy Rate
Get literacy rate of countries. Currently the data is divided between age group of 15-24 called 'youth' and age group above 15 called 'adult'.
400
null
{"status": "", "message": ""}
{"type": "object", "required": ["status", "message"], "properties": {"status": {"type": "string", "description": "Http status of the response"}, "message": {"type": "string", "description": "User-friendly error message."}}}
fe659a45-ee99-45a8-ae21-7b5d29fc3318/c024620f-3bd7-44a4-961c-201f650bcfc6/2/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Literacy Rate
Get literacy rate of countries. Currently the data is divided between age group of 15-24 called 'youth' and age group above 15 called 'adult'.
206
null
[{"id": "", "name": "", "geoType": {"type": "country", "href": ""}, "historicalData": {"href": ""}, "year": 0, "male": {"adult": 0, "youth": 0}, "female": {"adult": 0, "youth": 0}, "total": {"adult": 0, "youth": 0}}]
{"type": "array", "items": {"allOf": [{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "geoType": {"type": "object", "properties": {"type": {"type": "string", "enum": ["country"]}, "href": {"type": "string", "format": "uri"}}}, "historicalData": {"type": "object", "properties": {"...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/a7853b0e-d135-4a22-a506-61246f246fce/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Gender Ratio by Id
Get Latest Information about Males per 100 Females by Age Group. Currently the data is divided between age group who are below 18 called 'Youth' and age group above 18 called 'adult'. The data is sourced from UN Population data
400
null
{"status": "", "message": ""}
{"type": "object", "required": ["status", "message"], "properties": {"status": {"type": "string", "description": "Http status of the response"}, "message": {"type": "string", "description": "User-friendly error message."}}}
fe659a45-ee99-45a8-ae21-7b5d29fc3318/a7853b0e-d135-4a22-a506-61246f246fce/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Gender Ratio by Id
Get Latest Information about Males per 100 Females by Age Group. Currently the data is divided between age group who are below 18 called 'Youth' and age group above 18 called 'adult'. The data is sourced from UN Population data
200
null
[{"id": "", "name": "", "geoType": {"type": "country", "href": ""}, "year": 0, "total": 0, "youth": 0, "adult": 0, "historicalData": {"href": ""}}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "geoType": {"type": "object", "properties": {"type": {"type": "string", "enum": ["country"]}, "href": {"type": "string", "format": "uri"}}}, "year": {"type": "number", "format": "integer"}, "total": {"type...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/a7853b0e-d135-4a22-a506-61246f246fce/2/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Gender Ratio by Id
Get Latest Information about Males per 100 Females by Age Group. Currently the data is divided between age group who are below 18 called 'Youth' and age group above 18 called 'adult'. The data is sourced from UN Population data
206
null
[{"id": "", "name": "", "geoType": {"type": "country", "href": ""}, "year": 0, "total": 0, "youth": 0, "adult": 0, "historicalData": {"href": ""}}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "geoType": {"type": "object", "properties": {"type": {"type": "string", "enum": ["country"]}, "href": {"type": "string", "format": "uri"}}}, "year": {"type": "number", "format": "integer"}, "total": {"type...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/9c3e7fad-41c5-4a9f-a194-55a143f680a0/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Historical Literacy Rate
Get historical literacy rate information of a given country represented by 3 digit ISO id. Currently the data is divided between age group of 15-24 called 'youth' and age group above 15 called 'adult'.
400
null
{"status": "", "message": ""}
{"type": "object", "required": ["status", "message"], "properties": {"status": {"type": "string", "description": "Http status of the response"}, "message": {"type": "string", "description": "User-friendly error message."}}}
fe659a45-ee99-45a8-ae21-7b5d29fc3318/9c3e7fad-41c5-4a9f-a194-55a143f680a0/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Historical Literacy Rate
Get historical literacy rate information of a given country represented by 3 digit ISO id. Currently the data is divided between age group of 15-24 called 'youth' and age group above 15 called 'adult'.
206
null
[{"year": 0, "male": {"adult": 0, "youth": 0}, "female": {"adult": 0, "youth": 0}, "total": {"adult": 0, "youth": 0}}]
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "male": {"type": "object", "properties": {"adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.4028236692...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/9c3e7fad-41c5-4a9f-a194-55a143f680a0/2/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Historical Literacy Rate
Get historical literacy rate information of a given country represented by 3 digit ISO id. Currently the data is divided between age group of 15-24 called 'youth' and age group above 15 called 'adult'.
200
null
[{"year": 0, "male": {"adult": 0, "youth": 0}, "female": {"adult": 0, "youth": 0}, "total": {"adult": 0, "youth": 0}}]
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "male": {"type": "object", "properties": {"adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.4028236692...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/160ccffe-5060-4789-8062-740e301c1da0/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Group
Search Countries by its associated groups
200
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/160ccffe-5060-4789-8062-740e301c1da0/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Group
Search Countries by its associated groups
206
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/7dd6816d-dccc-4ea8-b6b5-7e96c31fb983/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Neighbour Countries by Country Code
Search broder sharing countries for given country code. Country code is ISO 3166 standard alpha code
200
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/7dd6816d-dccc-4ea8-b6b5-7e96c31fb983/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Neighbour Countries by Country Code
Search broder sharing countries for given country code. Country code is ISO 3166 standard alpha code
206
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/581dd002-71ab-40ed-a9db-59be539c5459/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries TimeZone
Search Countries where provided TimeZone is used by the country
206
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/581dd002-71ab-40ed-a9db-59be539c5459/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries TimeZone
Search Countries where provided TimeZone is used by the country
200
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/2aaef656-c402-4014-af79-5c3cfa8e654f/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries by Population
Search countries by minimum population or maximum population or between minimum and maximum population. Search operation will include both upper and lower limit.
206
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/2aaef656-c402-4014-af79-5c3cfa8e654f/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries by Population
Search countries by minimum population or maximum population or between minimum and maximum population. Search operation will include both upper and lower limit.
200
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/139f1418-f16f-44ba-8315-38747be1ec19/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Currency
Search Countries by currency used by the country. The search can be based on currency code or currency name. By default substring match is used. If exact match is required, one should pass query parameter "exactMatch=true"
206
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/139f1418-f16f-44ba-8315-38747be1ec19/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Currency
Search Countries by currency used by the country. The search can be based on currency code or currency name. By default substring match is used. If exact match is required, one should pass query parameter "exactMatch=true"
200
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/5508ae6f-5a20-4559-93a2-d9ccb1307b01/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries by GDP
Search countries by minimum or maximum GDP value or between minimum and maximum GDP value. Search operation will include both upper and lower limit.
206
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/5508ae6f-5a20-4559-93a2-d9ccb1307b01/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries by GDP
Search countries by minimum or maximum GDP value or between minimum and maximum GDP value. Search operation will include both upper and lower limit.
200
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/0f9a0bff-85a0-482e-a56e-32cc8b064b3e/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Language
Search Countries by its used Language
200
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/0f9a0bff-85a0-482e-a56e-32cc8b064b3e/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Language
Search Countries by its used Language
206
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/80e1a870-5a18-4346-bc10-f68bd77dd102/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Country By FIFA Code
Get Country by FIFA assigned Country Code
200
null
{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"name...
{"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "c...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/55ef2685-5ee8-4086-8bbf-b9e308b40bf5/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Continent
Search Countries by its Continent
200
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/55ef2685-5ee8-4086-8bbf-b9e308b40bf5/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Continent
Search Countries by its Continent
206
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/182ab66d-7679-4260-8894-d8ccecb56f37/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Sub-Region
Search Countries by its Sub-Region
206
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/182ab66d-7679-4260-8894-d8ccecb56f37/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Sub-Region
Search Countries by its Sub-Region
200
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/0629b676-af87-4ec2-a579-0bba9048be6a/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Name
Search Countries by Name. Both official and common names are searched
200
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/0629b676-af87-4ec2-a579-0bba9048be6a/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Name
Search Countries by Name. Both official and common names are searched
206
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/1271f25a-5c8e-44ba-aed7-277eaa868349/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Country By AlphaCode
Get brief countries details by ISO 3166 standard alpha code
200
null
{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"name...
{"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "c...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/22b5c942-8e5f-4d95-a6ab-9aa5164b0a01/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Capital
Search Countries by capital. Both official and common names are searched
206
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/22b5c942-8e5f-4d95-a6ab-9aa5164b0a01/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Capital
Search Countries by capital. Both official and common names are searched
200
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/0ca143a2-c3ea-4583-ae1e-51518aaee880/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Idd
Search Countries by its International Direct Dialing Number
206
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/0ca143a2-c3ea-4583-ae1e-51518aaee880/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Idd
Search Countries by its International Direct Dialing Number
200
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/49ed1c5d-e738-413b-afe5-ac46dfc8573f/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Countries
Get brief details of all Countries
206
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/49ed1c5d-e738-413b-afe5-ac46dfc8573f/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Get Countries
Get brief details of all Countries
200
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/54f35fed-9180-4cc1-800d-f0384535f6a2/0/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Region
Search Countries by its Region
200
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
fe659a45-ee99-45a8-ae21-7b5d29fc3318/54f35fed-9180-4cc1-800d-f0384535f6a2/1/0
Geography
Get Country, City and world gender data information. Powerful APIs for getting information about Countries, Cities and World Gender Data.
9.2
Search Countries By Region
Search Countries by its Region
206
null
[{"href": "", "name": {"common": "", "official": "", "nativeName": [{"lang": "", "official": "", "common": ""}], "translations": [{"lang": "", "official": "", "common": ""}]}, "tld": [], "cca2": "", "ccn3": "", "cca3": "", "cioc": "", "fifa": "", "independent": true, "status": "", "unMember": true, "currencies": [{"nam...
{"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}, "name": {"type": "object", "properties": {"common": {"type": "string"}, "official": {"type": "string"}, "nativeName": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "offici...
09ceaf6a-5399-48e6-892d-28ddc1f094c8/fcbb9027-59b5-4524-a176-f7366eb041d9/0/0
ASN Lookup
Autonomous System Numbers (ASN) internet search engine to quickly lookup updated information about specific ASN, Organization, CIDR, or registered IP addresses (IPv4 and IPv6) among other relevant data.
9.5
Fetch information
Retrieve information based on AS number, CIDR (IPV4 & IPV6) or organization name.
200
Response
[{"asnHandle": 32934, "asnName": "FACEBOOK", "orgID": "THEFA-3-ARIN", "orgName": "FACEBOOK", "orgCountry": "US", "ipv4_prefix": ["31.13.24.0/21", "31.13.64.0/18", "45.64.40.0/22", "66.220.144.0/20", "69.63.176.0/20", "69.171.224.0/19", "74.119.76.0/22", "102.132.96.0/20", "103.4.96.0/22", "129.134.0.0/17", "129.134.160...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"asnHandle": {"type": "integer"}, "asnName": {"type": "string"}, "orgID": {"type": "string"}, "orgName": {"type": "string"}, "orgCountry": {"type": "string"}, "ipv4_prefix": {"type": "array", "items": {"type": "str...
51e209e0-06e7-4903-a4b8-8d0a7af3521e/b84a77ce-612f-454e-815d-e7cbf366530b/0/0
Tomba
Search or verify lists of email addresses in seconds
7.7
DomainStatus
Returns domain status if is webmail or disposable.
200
Example_1
{"domain": "gmail.com", "webmail": true, "disposable": false}
{"type": "object", "properties": {"email": {"type": "object", "properties": {"mx_records": {"type": "boolean"}, "smtp_server": {"type": "string", "format": "nullable"}, "smtp_check": {"type": "boolean"}, "accept_all": {"type": "string", "format": "nullable"}, "block": {"type": "string", "format": "nullable"}, "email": ...
51e209e0-06e7-4903-a4b8-8d0a7af3521e/33005d5a-ca13-4f82-9f05-331fa5e2ebee/0/0
Tomba
Search or verify lists of email addresses in seconds
7.7
DomainSearch
You can use this endpoint to show different browser icons to your users. The code argument receives the browser code as it appears in your user /account/sessions endpoint. Use width, height and quality arguments to change the output settings.
200
Response
{"data": {"organization": {"location": {"country": "US", "city": "San Francisco", "state": "California", "street_address": "-122.41"}, "social_links": {"twitter_url": "https://twitter.com/stripe", "facebook_url": "https://www.facebook.com/StripeHQ", "linkedin_url": "https://www.linkedin.com/company/2135371"}, "disposab...
{"type": "object", "properties": {"organization": {"type": "object", "properties": {"location": {"type": "object", "properties": {"country": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "street_address": {"type": "string"}}}, "social_links": {"type": "object", "properties": {"twitter_url...
51e209e0-06e7-4903-a4b8-8d0a7af3521e/7d37bbea-be17-4e87-b739-ffe2d1360655/0/0
Tomba
Search or verify lists of email addresses in seconds
7.7
LinkedinFinder
This API endpoint generates or retrieves the most likely email address from a Linkedin URL.
200
null
{"email": "", "first_name": "", "last_name": "", "full_name": "", "country": "", "position": "", "twitter": "", "linkedin": "", "phone_number": "", "accept_all": true, "website_url": "", "company": "", "score": 0, "verification": {"date": "", "status": ""}, "sources": []}
{"type": "object", "properties": {"email": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "full_name": {"type": "string"}, "country": {"type": "string", "format": "nullable"}, "position": {"type": "string", "format": "nullable"}, "twitter": {"type": "string", "format": "nullable"...
51e209e0-06e7-4903-a4b8-8d0a7af3521e/466970d6-eac1-4934-b974-82c39ebcb962/0/0
Tomba
Search or verify lists of email addresses in seconds
7.7
EmailVerifier
verify the deliverability of an email address.
200
null
{"email": {"mx_records": true, "smtp_server": "", "smtp_check": true, "accept_all": "", "block": "", "email": "", "gibberish": true, "disposable": true, "webmail": true, "regex": true, "status": "", "result": "", "score": 0}, "sources": [{"uri": "", "website_url": "", "extracted_on": "", "last_seen_on": "", "still_on_p...
{"type": "object", "properties": {"email": {"type": "object", "properties": {"mx_records": {"type": "boolean"}, "smtp_server": {"type": "string", "format": "nullable"}, "smtp_check": {"type": "boolean"}, "accept_all": {"type": "string", "format": "nullable"}, "block": {"type": "string", "format": "nullable"}, "email": ...
51e209e0-06e7-4903-a4b8-8d0a7af3521e/04389791-9c7e-4992-b4f3-c1285fa478d7/0/0
Tomba
Search or verify lists of email addresses in seconds
7.7
EmailFinder
generates or retrieves the most likely email address from a domain name, a first name and a last name.
200
null
{"email": "", "first_name": "", "last_name": "", "full_name": "", "country": "", "position": "", "twitter": "", "linkedin": "", "phone_number": "", "accept_all": true, "website_url": "", "company": "", "score": 0, "verification": {"date": "", "status": ""}, "sources": []}
{"type": "object", "properties": {"email": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "full_name": {"type": "string"}, "country": {"type": "string", "format": "nullable"}, "position": {"type": "string", "format": "nullable"}, "twitter": {"type": "string", "format": "nullable"...
51e209e0-06e7-4903-a4b8-8d0a7af3521e/f5e3f48a-a624-4897-bf95-3325f466bfe4/0/0
Tomba
Search or verify lists of email addresses in seconds
7.7
AuthorFinder
This API endpoint generates or retrieves the most likely email address from a blog post url.
200
null
{"email": "", "first_name": "", "last_name": "", "full_name": "", "country": "", "position": "", "twitter": "", "linkedin": "", "phone_number": "", "accept_all": true, "website_url": "", "company": "", "score": 0, "verification": {"date": "", "status": ""}, "sources": []}
{"type": "object", "properties": {"email": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "full_name": {"type": "string"}, "country": {"type": "string", "format": "nullable"}, "position": {"type": "string", "format": "nullable"}, "twitter": {"type": "string", "format": "nullable"...
51e209e0-06e7-4903-a4b8-8d0a7af3521e/eea351d6-5ad5-4608-9144-5e4eb8dfa419/0/0
Tomba
Search or verify lists of email addresses in seconds
7.7
EmailCount
Domain name from which you want to find the email addresses.
200
null
{"data": {"total": 0, "personal_emails": 0, "generic_emails": 0, "department": {"engineering": 0, "finance": 0, "hr": 0, "it": 0, "marketing": 0, "operations": 0, "management": 0, "sales": 0, "legal": 0, "support": 0, "communication": 0}, "seniority": {"junior": 0, "senior": 0, "executive": 0}}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"total": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "personal_emails": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "generic_emails": {"type": "integer", "for...
fdc703e4-7f33-4d26-84c9-224d1c863745/bebb97e0-1de0-4e35-9f7e-9fab0af036c3/0/0
Linkedin Profiles
Scraping data from LinkedIn is hard. This simple API tries to solve this problem and extracts LinkedIn profiles and company data. Backed by programmatic browsers and rotating proxies. Examlple URLs it can scrape: https://www.linkedin.com/company/nextera-energy-inc (company profile) and https://ca.linkedin.com/in/paulme...
9.7
/extract
Extracts data from Linkedin URL (profile or company page).
200
New Example
{"graph": {"@type": "person", "name": "William Gates"}, "raw": "<html><head><title>LinkedIn Profile page of William Gates</title></head><body>html body of linkedin web page</body></html>"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"graph": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}}, "required": ["@type", "name"]}, "raw": {"type": "string"}}, "required": ["graph", "raw"]}
f3fc9d1a-f39a-4760-ac1c-d1109f39b7ec/094dcd3d-2377-4fcc-9dd3-9e112eac12b4/0/0
Country Informations
Get informations about country, including all provinces , coordinates, borders, with search by all alt Spellings.
null
Country Info
GET Country Informations
200
New Example
{"country": {"name": "United States", "altSpellings": ["US", "USA", "United States of America"], "area": 9629091, "borders": ["CAN", "MEX"], "callingCodes": ["1"], "capital": "Washington D.C.", "capital_latlng": [38.894986, -77.036571], "currencies": ["USD", "USN", "USS"], "demonym": "American", "flag": "", "geoJSON": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"country": {"type": "object", "properties": {"name": {"type": "string"}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "area": {"type": "integer"}, "borders": {"type": "array", "items": {"type": "string"}}, "callingCodes": ...
f5f43aec-365e-4551-b1b0-79595a8bf510/c16a0ace-0458-4ee8-a755-a06c94879354/0/0
Companies datas
🟢💚 2023 - Database of +60M companies ✨ Retrieves the details of an existing company (linkedin, total employees, description, email patterns, social networks, technologies…).
9.2
Companies
Query with the company domain.
200
Response
{"name": "Gucci", "domain": "gucci.com", "domain_name": "gucci", "domain_tld": "com", "business_type": null, "monthly_visitors": "100m-500m", "phone_number": "+39 055 759221", "revenue": "over-1b", "staff_range": "over-10k", "founded": 1921, "updated_at": "2022-12-25T16:30:51+00:00", "description": "Influential, innova...
{"type": "object", "properties": {"result": {"type": "string"}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "alternate_name": {"type": "array", "items": {"type": "string"}}, "alexa_rank": {"type": "integer"}, "domain": {"type": "string"}, "domain_name": {"type": "string"}, "domain_tld": {"type...
7f882b9d-38c6-4495-bfd2-a3545516f2b4/686ac36e-429a-4364-87c6-7e17f4243c98/0/0
CNPJ Validator
Validator a CNPJ number
null
Cnpj validate
Validate cnpj number
200
New Example
{"statusCode": 200, "message": "CNPJ is valid."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"statusCode": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "statusCode"]}
7f882b9d-38c6-4495-bfd2-a3545516f2b4/686ac36e-429a-4364-87c6-7e17f4243c98/1/0
CNPJ Validator
Validator a CNPJ number
null
Cnpj validate
Validate cnpj number
400
New Example
{"statusCode": 400, "message": "CNPJ is invalid."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"statusCode": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "statusCode"]}
14b97bae-8a99-447e-8c42-e97758e68c7b/7ce6a761-6acc-43d6-b258-6d4908775fa9/0/0
World Bank | GDP
Sourced from World Bank at https://datahelpdesk.worldbank.org/knowledgebase/articles/898581-api-basic-call-structures
8.4
List of countries with income level
Sourced from Developer Information issued by The World Bank Group at https://datahelpdesk.worldbank.org/knowledgebase/topics/125589-developer-information External Doc URL available at http://api.worldbank.org/V2/incomeLevel/LIC/country Output format available at http://api.worldbank.org/v2/country/all/indicator/SP.POP....
200
Response
[{"lastupdated": "2020-07-01", "page": 1, "pages": 317, "per_page": 50, "sourceid": "2", "total": 15840}, [{"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2019", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 427...
{"type": "array"}
14b97bae-8a99-447e-8c42-e97758e68c7b/1c7951d3-21c5-400d-8eb7-1b2ebd0a20f9/0/0
World Bank | GDP
Sourced from World Bank at https://datahelpdesk.worldbank.org/knowledgebase/articles/898581-api-basic-call-structures
8.4
List all countries
Sourced from Developer Information issued by The World Bank Group at https://datahelpdesk.worldbank.org/knowledgebase/topics/125589-developer-information External Doc URL available at http://api.worldbank.org/v2/country Output format available at http://api.worldbank.org/v2/country/all/indicator/SP.POP.TOTL?format=json
200
Response
[{"lastupdated": "2020-07-01", "page": 1, "pages": 317, "per_page": 50, "sourceid": "2", "total": 15840}, [{"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2019", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 427...
{"type": "array"}
545336a4-7ce2-4d4d-aa38-0de897cb89df/17004568-e6e7-4c85-b2a4-1c99ec7ca548/0/0
Local Business Data
Get local business / place information from Google Maps including Reviews, Photos, Emails, Social, and 30+ additional data points with the most comprehensive and maintained local business API on the market.
9.9
Business Reviews
Get all / paginate business reviews by Business Id.
200
Response
{"status": "OK", "request_id": "14cfc2a4-3494-4407-970d-a116ce72ead3", "parameters": {"business_id": "0x89c259b5a9bd152b:0x31453e62a3be9f76", "language": "en", "region": "us", "limit": 5, "offset": 0, "sort_by": "most_relevant", "query": "a"}, "data": [{"review_id": "ChZDSUhNMG9nS0VJQ0FnSUMta3JyT2JnEAE", "review_text":...
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object"}}}}
545336a4-7ce2-4d4d-aa38-0de897cb89df/07e04381-e404-45b4-bf8e-f7ef8e8a6baf/0/0
Local Business Data
Get local business / place information from Google Maps including Reviews, Photos, Emails, Social, and 30+ additional data points with the most comprehensive and maintained local business API on the market.
9.9
Business Details
Get full business details including emails and social contacts. Supports batching of up to 20 Business Ids.
200
Response
{"status": "OK", "request_id": "80140c5a-3149-4668-88c7-3b420b179700", "parameters": {"business_id": "0x863f79b1f8b4874d:0xed3aaeb0f12f40e5", "language": "en", "region": "us", "coordinates": "37.09024,-95.712891", "extract_emails_and_contacts": true, "extract_share_link": false}, "data": [{"business_id": "0x863f79b1f8b...
{"status": "OK", "request_id": "80140c5a-3149-4668-88c7-3b420b179700", "parameters": {"business_id": "0x863f79b1f8b4874d:0xed3aaeb0f12f40e5", "language": "en", "region": "us", "coordinates": "37.09024,-95.712891", "extract_emails_and_contacts": true, "extract_share_link": false}, "data": [{"business_id": "0x863f79b1f8b...
545336a4-7ce2-4d4d-aa38-0de897cb89df/b7739b2f-e964-45cb-9b8e-6b7358a05974/0/0
Local Business Data
Get local business / place information from Google Maps including Reviews, Photos, Emails, Social, and 30+ additional data points with the most comprehensive and maintained local business API on the market.
9.9
Business Photos
Get business photos by Business Id.
200
Response
{"status": "OK", "request_id": "18ac24a5-3115-4310-8aff-c996cef32356", "parameters": {"business_id": "0x89c259b5a9bd152b:0x31453e62a3be9f76", "language": "en", "region": "us", "limit": 5}, "data": [{"photo_id": "https://www.iceportal.com/data/2813-31710-f65302606_XXLejpg/United-States/New-York-NY/New-York-City/The-New-...
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "parameters": {"type": "object", "properties": {"business_id": {"type": "string"}, "language": {"type": "string"}, "region": {"type": "string"}, "limit": {"type": "integer"}}}, "data": {"type": "array", "items": {"type": "...
545336a4-7ce2-4d4d-aa38-0de897cb89df/endpoint_cbbce37e-e9bb-418b-a1c0-f30e1c71b5a0/0/0
Local Business Data
Get local business / place information from Google Maps including Reviews, Photos, Emails, Social, and 30+ additional data points with the most comprehensive and maintained local business API on the market.
9.9
Search (Bulk)
Search local businesses on Google Maps. Batching of up to 20 queries is supported in a single request.
200
Response
{"status": "OK", "request_id": "3664a1ef-d415-4051-94d6-6f32942819ec", "parameters": {"queries": ["plumbers in texas", "hotels near san francisco", "restaurants in chicago"], "language": "en", "region": "us", "coordinates": "38.447030,-101.547385", "limit": 2, "zoom": 13}, "data": [{"business_id": "0x864c2f576c47e55d:0...
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "parameters": {"type": "object", "properties": {"queries": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "region": {"type": "string"}, "coordinates": {"type": "string"}, "limit": {"type": ...
545336a4-7ce2-4d4d-aa38-0de897cb89df/33fd0992-419f-4381-a1f0-fffafa58cf97/0/0
Local Business Data
Get local business / place information from Google Maps including Reviews, Photos, Emails, Social, and 30+ additional data points with the most comprehensive and maintained local business API on the market.
9.9
Search Nearby
Search businesses near by specific geographic coordinates. To see it in action, right click on a specific point in the map on Google Maps and select "Search nearby", enter a query and search.
200
Response
{"status": "OK", "request_id": "56caa743-655e-4754-a608-d6e5247712ad", "parameters": {"query": "plumbers", "language": "en", "region": "us", "lat": 37.359428, "lng": -121.925337, "limit": 20}, "data": [{"business_id": "0x808e33a6094aed09:0xdfa54677aa1a59f9", "google_id": "0x808e33a6094aed09:0xdfa54677aa1a59f9", "place_...
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "parameters": {"type": "object", "properties": {"query": {"type": "string"}, "language": {"type": "string"}, "region": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "limit": {"type": "integer"}}...
545336a4-7ce2-4d4d-aa38-0de897cb89df/16f96006-9a79-413c-bfb5-f6e79d616e2f/0/0
Local Business Data
Get local business / place information from Google Maps including Reviews, Photos, Emails, Social, and 30+ additional data points with the most comprehensive and maintained local business API on the market.
9.9
Autocomplete
Returns place/address, business and query predictions for text-based geographic queries.
200
Response
{"status": "OK", "request_id": "ea651df0-9f46-46fd-8ff3-f4f5c3cfebc4", "data": [{"type": "query", "google_id": null, "description": "train near sunnyvale, ca", "main_text": "train", "main_text_highlights": [{"offset": 0, "length": 5}], "secondary_text": "near Sunnyvale, CA", "secondary_text_highlights": [{"offset": 5, ...
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object"}}}}
e12921c9-7a22-4bc6-8970-d00f92dda8c0/241fd642-4266-4138-9704-6be1695e7915/0/0
Contact Page And Social Profiles Scraper
Allows you to find and retrieve the contact page, email, phone number, legal notice and social media links of a website.
6.5
Scrap url
Allows you to find and retrieve the contact page, email, phone number, legal notice and social media links of a website.
200
New Example
{"url_contact": "https://www.latelierdurenard.com/formulaire-de-contact/", "email": "", "number": "06 51 10 27 04", "twitter": "", "facebook": "https://www.facebook.com/latelierdurenard.paris", "linkedIn": "", "pinterest": "", "snapchat": "", "youtube": "", "etsy": "", "tiktok": "", "instagram": "https://www.instagram....
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"url_contact": {"type": "string"}, "email": {"type": "string"}, "number": {"type": "string"}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "linkedIn": {"type": "string"}, "pinterest": {"type": "string"}, "snapchat": {"type"...
29ccf87f-9db5-4ed0-8811-05253c13d241/c9be1b66-7a81-431e-9c1a-7a1330e02734/0/0
Universities and Colleges
Retrieve information about the world's universities & colleges.
8.7
Universities
Retrieve a list of universities
200
Response
[{"countryCode": "US", "id": 1133, "name": "California Institute of Integral Studies"}, {"countryCode": "US", "id": 1134, "name": "California Institute of Technology"}, {"countryCode": "US", "id": 1135, "name": "California Institute of the Arts"}, {"countryCode": "US", "id": 1136, "name": "California Lutheran Universit...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"countryCode": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["countryCode", "id", "name"]}}
23888c85-6a5d-421c-9d5e-251a6116bc2e/d2e141e7-272f-44dd-8b52-7c8597c3e6c3/0/0
Car database
Database of car makes and models
8.5
Makes
Return all makes
200
New Example
[{"id": 1000, "name": "Audi"}, {"id": 1001, "name": "BMW"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}}}
3556095c-5849-4db5-820a-07af35806df6/6ddaa57e-f751-4031-ad83-a733181d3304/0/0
car-averages
The Car Price and Odometer Averages API is a powerful and comprehensive endpoint designed to provide users with valuable insights into the average pricing and odometer readings for various makes, models, and years of vehicles in different locales. This API is perfect for automotive businesses, car enthusiasts, and indi...
7.9
PL Car averages
PL Car averages
200
Response
{"averages": {"mileage": 164165, "price": 199100}, "tiersAverages": {"lower": {"price": 167967, "mileage": 208418}, "middle": {"price": 186583, "mileage": 167000}, "top": {"price": 223250, "mileage": 117077}}, "topModels": [{"model": "520da", "averages": {"mileage": 225000, "price": 179950}}, {"model": "125ia", "averag...
{"type": "object", "properties": {"averages": {"type": "object", "properties": {"mileage": {"type": "integer"}, "price": {"type": "integer"}}}, "tiersAverages": {"type": "object", "properties": {"lower": {"type": "object", "properties": {"price": {"type": "integer"}, "mileage": {"type": "integer"}}}, "middle": {"type":...
3556095c-5849-4db5-820a-07af35806df6/7471c55f-b71f-4c41-8a0f-11c0f2555fa6/0/0
car-averages
The Car Price and Odometer Averages API is a powerful and comprehensive endpoint designed to provide users with valuable insights into the average pricing and odometer readings for various makes, models, and years of vehicles in different locales. This API is perfect for automotive businesses, car enthusiasts, and indi...
7.9
NZ Car averages
NZ Car averages
200
Response
{"averages": {"mileage": 164165, "price": 199100}, "tiersAverages": {"lower": {"price": 167967, "mileage": 208418}, "middle": {"price": 186583, "mileage": 167000}, "top": {"price": 223250, "mileage": 117077}}, "topModels": [{"model": "520da", "averages": {"mileage": 225000, "price": 179950}}, {"model": "125ia", "averag...
{"type": "object", "properties": {"averages": {"type": "object", "properties": {"mileage": {"type": "integer"}, "price": {"type": "integer"}}}, "tiersAverages": {"type": "object", "properties": {"lower": {"type": "object", "properties": {"price": {"type": "integer"}, "mileage": {"type": "integer"}}}, "middle": {"type":...
3556095c-5849-4db5-820a-07af35806df6/3b06f0fe-8c4a-4576-85a6-69d1a1d0866c/0/0
car-averages
The Car Price and Odometer Averages API is a powerful and comprehensive endpoint designed to provide users with valuable insights into the average pricing and odometer readings for various makes, models, and years of vehicles in different locales. This API is perfect for automotive businesses, car enthusiasts, and indi...
7.9
RO Car averages
RO Car averages
200
Response
{"averages": {"mileage": 164165, "price": 199100}, "tiersAverages": {"lower": {"price": 167967, "mileage": 208418}, "middle": {"price": 186583, "mileage": 167000}, "top": {"price": 223250, "mileage": 117077}}, "topModels": [{"model": "520da", "averages": {"mileage": 225000, "price": 179950}}, {"model": "125ia", "averag...
{"type": "object", "properties": {"averages": {"type": "object", "properties": {"mileage": {"type": "integer"}, "price": {"type": "integer"}}}, "tiersAverages": {"type": "object", "properties": {"lower": {"type": "object", "properties": {"price": {"type": "integer"}, "mileage": {"type": "integer"}}}, "middle": {"type":...
3556095c-5849-4db5-820a-07af35806df6/746ac687-2514-4481-be91-ea640b1acac7/0/0
car-averages
The Car Price and Odometer Averages API is a powerful and comprehensive endpoint designed to provide users with valuable insights into the average pricing and odometer readings for various makes, models, and years of vehicles in different locales. This API is perfect for automotive businesses, car enthusiasts, and indi...
7.9
ZA Car averages
ZA Car averages
200
Response
{"averages": {"mileage": 164165, "price": 199100}, "tiersAverages": {"lower": {"price": 167967, "mileage": 208418}, "middle": {"price": 186583, "mileage": 167000}, "top": {"price": 223250, "mileage": 117077}}, "topModels": [{"model": "520da", "averages": {"mileage": 225000, "price": 179950}}, {"model": "125ia", "averag...
{"type": "object", "properties": {"averages": {"type": "object", "properties": {"mileage": {"type": "integer"}, "price": {"type": "integer"}}}, "tiersAverages": {"type": "object", "properties": {"lower": {"type": "object", "properties": {"price": {"type": "integer"}, "mileage": {"type": "integer"}}}, "middle": {"type":...
3556095c-5849-4db5-820a-07af35806df6/0c4a8e4f-0362-4a1c-a20d-f8a8233edc67/0/0
car-averages
The Car Price and Odometer Averages API is a powerful and comprehensive endpoint designed to provide users with valuable insights into the average pricing and odometer readings for various makes, models, and years of vehicles in different locales. This API is perfect for automotive businesses, car enthusiasts, and indi...
7.9
AU Car averages
AU Car averages
200
Response
{"averages": {"mileage": 136047, "price": 7150}, "tiersAverages": {"lower": {"price": 5950, "mileage": 194863}, "middle": {"price": 5950, "mileage": 116441}, "top": {"price": 10750, "mileage": 116441}}, "topModels": [{"model": "Volkswagen Golf Trendline V Manual MY07", "averages": {"mileage": 116441, "price": 5950}}, {...
{"type": "object", "properties": {"averages": {"type": "object", "properties": {"mileage": {"type": "integer"}, "price": {"type": "integer"}}}, "tiersAverages": {"type": "object", "properties": {"lower": {"type": "object", "properties": {"price": {"type": "integer"}, "mileage": {"type": "integer"}}}, "middle": {"type":...
09216c0b-b7fe-4acb-8901-7a20e50a8fe8/a5f79477-1105-4ef7-baf8-2db12cef8360/0/0
books
The search for authors and books. We offer search for authors by name, search for books by language, title, ISBN, and by specific subject. All documentation is up to date and also includes valid sample answers.
8.9
Works by ISBN
Works by ISBN. ISBN field accepts two versions of ISBN13 and ISBN10
200
Example_1
{"id": 387215, "title": "The Existential Adulteration of Harry Potter", "subtitle": "The Existential Adulteration of Harry Potter", "links": [], "subjects": [], "first_publish_date": "0197-01-01T00:00:00", "description": "When someone finally moves into the old, dark, musty house next door, two boys make an unusual fri...
{"title": "WorkFullSchemaResponse", "required": ["id", "title", "authors", "editions"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "title": {"title": "Title", "type": "string"}, "subtitle": {"title": "Subtitle", "type": ["string", "null"]}, "links": {"title": "Links", "type": ["array", "...
09216c0b-b7fe-4acb-8901-7a20e50a8fe8/a5f79477-1105-4ef7-baf8-2db12cef8360/1/0
books
The search for authors and books. We offer search for authors by name, search for books by language, title, ISBN, and by specific subject. All documentation is up to date and also includes valid sample answers.
8.9
Works by ISBN
Works by ISBN. ISBN field accepts two versions of ISBN13 and ISBN10
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": {"type": "string"}}, "msg": {"title": "Messag...
09216c0b-b7fe-4acb-8901-7a20e50a8fe8/7b8efd5c-b465-4778-b939-240f284a4ce0/0/0
books
The search for authors and books. We offer search for authors by name, search for books by language, title, ISBN, and by specific subject. All documentation is up to date and also includes valid sample answers.
8.9
Works by language
Works by language
200
Example_1
{"data": [{"id": 387215, "title": "The Existential Adulteration of Harry Potter", "subtitle": "The Existential Adulteration of Harry Potter", "links": [], "subjects": [], "first_publish_date": "0197-01-01T00:00:00", "description": "When someone finally moves into the old, dark, musty house next door, two boys make an u...
{"title": "WorksSearchResponse", "required": ["data"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "WorkSchemaResponse", "required": ["id", "title"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "title": {"title": "Title", "type": "string"...
09216c0b-b7fe-4acb-8901-7a20e50a8fe8/7b8efd5c-b465-4778-b939-240f284a4ce0/1/0
books
The search for authors and books. We offer search for authors by name, search for books by language, title, ISBN, and by specific subject. All documentation is up to date and also includes valid sample answers.
8.9
Works by language
Works by language
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": {"type": "string"}}, "msg": {"title": "Messag...
09216c0b-b7fe-4acb-8901-7a20e50a8fe8/fffefdc6-3427-4315-acc4-dd19155ddd3e/0/0
books
The search for authors and books. We offer search for authors by name, search for books by language, title, ISBN, and by specific subject. All documentation is up to date and also includes valid sample answers.
8.9
List of most popular subjects
List of most popular subjects
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": {"type": "string"}}, "msg": {"title": "Messag...
09216c0b-b7fe-4acb-8901-7a20e50a8fe8/fffefdc6-3427-4315-acc4-dd19155ddd3e/1/0
books
The search for authors and books. We offer search for authors by name, search for books by language, title, ISBN, and by specific subject. All documentation is up to date and also includes valid sample answers.
8.9
List of most popular subjects
List of most popular subjects
200
Example_1
{"data": [{"key": "Cars", "count": 1234}]}
{"title": "WorkSubjectSearchResponse", "required": ["data"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "WorkSubjectSchema", "required": ["key", "count"], "type": "object", "properties": {"key": {"title": "Key", "type": "string"}, "count": {"title": "Count", "type": "...
09216c0b-b7fe-4acb-8901-7a20e50a8fe8/691e48eb-f6cf-43ff-b897-7cfcc65a7eb9/0/0
books
The search for authors and books. We offer search for authors by name, search for books by language, title, ISBN, and by specific subject. All documentation is up to date and also includes valid sample answers.
8.9
Works by ID
Works by ID
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": {"type": "string"}}, "msg": {"title": "Messag...
09216c0b-b7fe-4acb-8901-7a20e50a8fe8/691e48eb-f6cf-43ff-b897-7cfcc65a7eb9/1/0
books
The search for authors and books. We offer search for authors by name, search for books by language, title, ISBN, and by specific subject. All documentation is up to date and also includes valid sample answers.
8.9
Works by ID
Works by ID
200
Example_1
{"id": 387215, "title": "The Existential Adulteration of Harry Potter", "subtitle": "The Existential Adulteration of Harry Potter", "links": [], "subjects": [], "first_publish_date": "0197-01-01T00:00:00", "description": "When someone finally moves into the old, dark, musty house next door, two boys make an unusual fri...
{"title": "WorkFullSchemaResponse", "required": ["id", "title", "authors", "editions"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "title": {"title": "Title", "type": "string"}, "subtitle": {"title": "Subtitle", "type": ["string", "null"]}, "links": {"title": "Links", "type": ["array", "...
09216c0b-b7fe-4acb-8901-7a20e50a8fe8/489812c9-aa26-4e4d-b69f-7fe226e24ef8/0/0
books
The search for authors and books. We offer search for authors by name, search for books by language, title, ISBN, and by specific subject. All documentation is up to date and also includes valid sample answers.
8.9
Works by title
Works by title
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": {"type": "string"}}, "msg": {"title": "Messag...
09216c0b-b7fe-4acb-8901-7a20e50a8fe8/489812c9-aa26-4e4d-b69f-7fe226e24ef8/1/0
books
The search for authors and books. We offer search for authors by name, search for books by language, title, ISBN, and by specific subject. All documentation is up to date and also includes valid sample answers.
8.9
Works by title
Works by title
200
Example_1
{"data": [{"id": 387215, "title": "The Existential Adulteration of Harry Potter", "subtitle": "The Existential Adulteration of Harry Potter", "links": [], "subjects": [], "first_publish_date": "0197-01-01T00:00:00", "description": "When someone finally moves into the old, dark, musty house next door, two boys make an u...
{"title": "WorksSearchResponse", "required": ["data"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "WorkSchemaResponse", "required": ["id", "title"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "title": {"title": "Title", "type": "string"...
09216c0b-b7fe-4acb-8901-7a20e50a8fe8/83e3699d-1f52-40bc-a576-d94fb7569762/0/0
books
The search for authors and books. We offer search for authors by name, search for books by language, title, ISBN, and by specific subject. All documentation is up to date and also includes valid sample answers.
8.9
Works by subject
Works by subject
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": {"type": "string"}}, "msg": {"title": "Messag...
09216c0b-b7fe-4acb-8901-7a20e50a8fe8/83e3699d-1f52-40bc-a576-d94fb7569762/1/0
books
The search for authors and books. We offer search for authors by name, search for books by language, title, ISBN, and by specific subject. All documentation is up to date and also includes valid sample answers.
8.9
Works by subject
Works by subject
200
Example_1
{"data": [{"id": 387215, "title": "The Existential Adulteration of Harry Potter", "subtitle": "The Existential Adulteration of Harry Potter", "links": [], "subjects": [], "first_publish_date": "0197-01-01T00:00:00", "description": "When someone finally moves into the old, dark, musty house next door, two boys make an u...
{"title": "WorksSearchResponse", "required": ["data"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "WorkSchemaResponse", "required": ["id", "title"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "title": {"title": "Title", "type": "string"...
09216c0b-b7fe-4acb-8901-7a20e50a8fe8/b11b0b1a-6234-4c92-9da9-9eff9be7d8f5/0/0
books
The search for authors and books. We offer search for authors by name, search for books by language, title, ISBN, and by specific subject. All documentation is up to date and also includes valid sample answers.
8.9
Works by author ID
Works by author ID
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": {"type": "string"}}, "msg": {"title": "Messag...
09216c0b-b7fe-4acb-8901-7a20e50a8fe8/b11b0b1a-6234-4c92-9da9-9eff9be7d8f5/1/0
books
The search for authors and books. We offer search for authors by name, search for books by language, title, ISBN, and by specific subject. All documentation is up to date and also includes valid sample answers.
8.9
Works by author ID
Works by author ID
200
Example_1
{"data": [{"id": 387215, "title": "The Existential Adulteration of Harry Potter", "subtitle": "The Existential Adulteration of Harry Potter", "links": [], "subjects": [], "first_publish_date": "0197-01-01T00:00:00", "description": "When someone finally moves into the old, dark, musty house next door, two boys make an u...
{"title": "WorksSearchResponse", "required": ["data"], "type": "object", "properties": {"data": {"title": "Data", "type": "array", "items": {"title": "WorkSchemaResponse", "required": ["id", "title"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "title": {"title": "Title", "type": "string"...
09216c0b-b7fe-4acb-8901-7a20e50a8fe8/aad1b4d3-1f6e-4ddc-babc-66b751bb261e/0/0
books
The search for authors and books. We offer search for authors by name, search for books by language, title, ISBN, and by specific subject. All documentation is up to date and also includes valid sample answers.
8.9
Authors by name
Authors by name
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": {"type": "string"}}, "msg": {"title": "Messag...