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+38}, "adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}
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+38}, "adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}
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": "integer"}}}}
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", "format": "uri"}}}}}, {"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.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "female": {"type": "object", "properties": {"adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "total": {"type": "object", "properties": {"adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}}]}
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", "format": "uri"}}}}}, {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}]}
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": {"href": {"type": "string", "format": "uri"}}}}}, {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}]}}
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": {"href": {"type": "string", "format": "uri"}}}}}, {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}]}}
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": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "historicalData": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}}}}}}
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": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "historicalData": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}}}}}}
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": {"href": {"type": "string", "format": "uri"}}}}}, {"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.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "female": {"type": "object", "properties": {"adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "total": {"type": "object", "properties": {"adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}}]}}
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": {"href": {"type": "string", "format": "uri"}}}}}, {"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.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "female": {"type": "object", "properties": {"adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "total": {"type": "object", "properties": {"adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}}]}}
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": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "historicalData": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}}}}}}
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": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "historicalData": {"type": "object", "properties": {"href": {"type": "string", "format": "uri"}}}}}}
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.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "female": {"type": "object", "properties": {"adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "total": {"type": "object", "properties": {"adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}}}
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.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "female": {"type": "object", "properties": {"adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "total": {"type": "object", "properties": {"adult": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "youth": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}
{"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"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}
{"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"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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": [{"name": "", "alphaCode": "", "numericCode": 0, "minorUnit": 0, "symbol": ""}], "idd": {"root": "", "suffixes": []}, "capital": [{"name": "", "latLng": {"lat": 0, "lng": 0}}], "altSpellings": [], "region": "", "subregion": "", "continents": [], "languages": [{"code": "", "name": ""}], "latLng": {"lat": 0, "lng": 0}, "landlocked": "", "borders": [], "area": 0, "flag": "", "flags": {"png": "", "svg": "", "alt": ""}, "demonyms": [{"langCode": "", "f": "", "m": ""}], "coatOfArms": {"png": "", "svg": ""}, "population": 0, "maps": {"googleMaps": "", "openStreetMaps": ""}, "gini": {"year": 0, "value": 0}, "car": {"signs": [], "side": ""}, "timezones": [], "startOfWeek": "", "postalCode": {"format": "", "regex": ""}, "gdp": {"currency": "", "value": 0, "year": 0}, "groups": []}]
{"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"}, "official": {"type": "string"}, "common": {"type": "string"}}}}, "translations": {"type": "array", "items": {"type": "object", "properties": {"lang": {"type": "string"}, "official": {"type": "string"}, "common": {"type": "string"}}}}}}, "tld": {"type": "array", "items": {"type": "string"}}, "cca2": {"type": "string"}, "ccn3": {"type": "string"}, "cca3": {"type": "string"}, "cioc": {"type": "string"}, "fifa": {"type": "string"}, "independent": {"type": "boolean"}, "status": {"type": "string"}, "unMember": {"type": "boolean"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "alphaCode": {"type": "string"}, "numericCode": {"type": "integer"}, "minorUnit": {"type": "integer"}, "symbol": {"type": "string"}}}}, "idd": {"description": "International Direct Dialing information", "type": "object", "properties": {"root": {"type": "string"}, "suffixes": {"type": "array", "items": {"type": "string"}}}}, "capital": {"type": "array", "items": {"description": "More Information about the capital of the country", "type": "object", "properties": {"name": {"type": "string"}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}}}}, "altSpellings": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "continents": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "latLng": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}}, "landlocked": {"type": "string"}, "borders": {"type": "array", "items": {"type": "string"}}, "area": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "flag": {"type": "string"}, "flags": {"description": "URL to flag of the country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}, "alt": {"type": "string", "description": "Description about the flag"}}}, "demonyms": {"type": "array", "items": {"type": "object", "properties": {"langCode": {"type": "string"}, "f": {"type": "string"}, "m": {"type": "string"}}}}, "coatOfArms": {"description": "A coat of arms is a symbol that represents a specific country", "type": "object", "properties": {"png": {"type": "string", "description": "URL pointing to png file"}, "svg": {"type": "string", "description": "URL pointing to svg file"}}}, "population": {"type": "integer"}, "maps": {"description": "URL reference to different map providers", "type": "object", "properties": {"googleMaps": {"description": "URL reference provided by Google Maps", "type": "string"}, "openStreetMaps": {"description": "URL reference provided by Open Street Maps", "type": "string"}}}, "gini": {"type": "object", "properties": {"year": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}}, "car": {"description": "Information about general traffic pattern", "type": "object", "properties": {"signs": {"description": "International License plat country code", "type": "array", "items": {"type": "string"}}, "side": {"description": "The side of the road the vehicle should keep itself to", "type": "string"}}}, "timezones": {"type": "array", "items": {"type": "string"}}, "startOfWeek": {"type": "string"}, "postalCode": {"type": "object", "properties": {"format": {"type": "string", "description": "Format of the postal code"}, "regex": {"type": "string", "description": "Regular expression to validate the postal code"}}}, "gdp": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "year": {"type": "integer"}}}, "groups": {"type": "array", "items": {"type": "string"}}}}}
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.0/24", "157.240.0.0/17", "157.240.192.0/18", "173.252.64.0/18", "179.60.192.0/22", "185.60.216.0/22", "185.89.218.0/23", "204.15.20.0/22"], "ipv6_prefix": ["2620:0:1c00::/40", "2a03:2880::/32"]}]
{"$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": "string"}}, "ipv6_prefix": {"type": "array", "items": {"type": "string"}}}, "required": ["asnHandle", "asnName", "ipv4_prefix", "ipv6_prefix", "orgCountry", "orgID", "orgName"]}}
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": {"type": "string"}, "gibberish": {"type": "boolean"}, "disposable": {"type": "boolean"}, "webmail": {"type": "boolean"}, "regex": {"type": "boolean"}, "status": {"type": "string"}, "result": {"type": "string"}, "score": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "sources": {"type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "website_url": {"type": "string"}, "extracted_on": {"type": "string", "format": "date-time"}, "last_seen_on": {"type": "string", "format": "date-time"}, "still_on_page": {"type": "boolean"}}}}}}
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"}, "disposable": false, "webmail": false, "website_url": "stripe.com", "phone_number": "", "industries": "internet", "postal_code": "94107", "employee_count": 976, "founded": "2010", "company_size": "1001-5000", "last_updated": "2023-05-29T01:14:49+01:00", "revenue": "150000", "accept_all": true, "description": "Stripe is a financial infrastructure platform for businesses. Millions of companies\u2014from the world\u2019s largest enterprises to the most ambitious startups\u2014use Stripe to accept payments, grow their revenue, and accelerate new business opportunities. Headquartered in San Francisco and Dublin, the company aims to increase the GDP of the internet.", "pattern": "{first}", "domain_score": 30, "organization": "stripe", "whois": {"registrar_name": "SafeNames Ltd.", "created_date": "1995-09-12T06:00:00+01:00", "referral_url": "http://www.safenames.net"}}, "emails": [{"email": "[email protected]", "first_name": "dani", "last_name": "riggs", "full_name": "Dani Riggs", "gender": "female", "phone_number": null, "type": "personal", "country": "US", "position": "recruiting coordinator", "department": "pr", "seniority": "senior", "twitter": null, "linkedin": "https://www.linkedin.com/in/daniriggs", "accept_all": true, "pattern": "{first}", "score": 90, "verification": {"date": null, "status": null}, "last_updated": "2023-02-23T00:18:36+01:00", "sources": []}, {"email": "[email protected]", "first_name": "anne", "last_name": "diemer", "full_name": "Anne Diemer", "gender": "male", "phone_number": true, "type": "personal", "country": "US", "position": "recruiting coordinator", "department": "pr", "seniority": "senior", "twitter": null, "linkedin": "https://www.linkedin.com/in/annediemer", "accept_all": true, "pattern": "{first}", "score": 95, "verification": {"date": null, "status": null}, "last_updated": "2023-02-22T19:42:57+01:00", "sources": []}, {"email": "[email protected]", "first_name": "roya", "last_name": "pourmand", "full_name": "Roya Pourmand", "gender": "female", "phone_number": null, "type": "personal", "country": "US", "position": "recruiting coordinator", "department": "pr", "seniority": "senior", "twitter": null, "linkedin": "https://www.linkedin.com/in/acoaabgx6y8bzk_aupxtrxowgwpbwlai-gx21sq", "accept_all": true, "pattern": "{first}", "score": 90, "verification": {"date": null, "status": null}, "last_updated": "2023-02-05T19:21:05+01:00", "sources": []}, {"email": "[email protected]", "first_name": "katie", "last_name": "scherer", "full_name": "Katie Scherer", "gender": "female", "phone_number": null, "type": "personal", "country": "US", "position": "recruiting manager", "department": "pr", "seniority": "manager", "twitter": "https://twitter.com/k80bish", "linkedin": "https://www.linkedin.com/in/katieannbishop", "accept_all": true, "pattern": "{first}", "score": 90, "verification": {"date": null, "status": null}, "last_updated": "2023-02-21T17:37:55+01:00", "sources": []}, {"email": "[email protected]", "first_name": "hillary", "last_name": "benzell", "full_name": "Hillary Benzell", "gender": "female", "phone_number": true, "type": "personal", "country": "US", "position": "recruiting events", "department": "pr", "seniority": "senior", "twitter": "https://twitter.com/hillarybenzell", "linkedin": "https://www.linkedin.com/in/hillary-benzell-35986958", "accept_all": true, "pattern": "{first}", "score": 95, "verification": {"date": null, "status": null}, "last_updated": "2023-02-21T20:53:54+01:00", "sources": []}, {"email": "[email protected]", "first_name": "michelle", "last_name": "downey", "full_name": "Michelle Downey", "gender": "female", "phone_number": null, "type": "personal", "country": "IE", "position": "recruiting coordinator", "department": "pr", "seniority": "senior", "twitter": null, "linkedin": "https://www.linkedin.com/in/michelle-downey-555739a4", "accept_all": true, "pattern": "{first}", "score": 90, "verification": {"date": null, "status": null}, "last_updated": "2023-02-21T14:31:49+01:00", "sources": []}, {"email": "[email protected]", "first_name": "kelda", "last_name": "murphy", "full_name": "Kelda Murphy", "gender": "female", "phone_number": null, "type": "personal", "country": "SG", "position": "recruiting manager apac", "department": "pr", "seniority": "manager", "twitter": null, "linkedin": "https://www.linkedin.com/in/keldamurphy", "accept_all": true, "pattern": "{first}", "score": 90, "verification": {"date": null, "status": null}, "last_updated": "2023-02-05T19:21:05+01:00", "sources": []}, {"email": "[email protected]", "first_name": "diksha", "last_name": "mahtani", "full_name": "Diksha Mahtani", "gender": "female", "phone_number": null, "type": "personal", "country": "SG", "position": "recruiter apac", "department": "pr", "seniority": "senior", "twitter": null, "linkedin": "https://www.linkedin.com/in/diksha-mahtani-3ab77370", "accept_all": true, "pattern": "{first}", "score": 90, "verification": {"date": null, "status": null}, "last_updated": "2023-02-21T21:55:50+01:00", "sources": []}, {"email": "[email protected]", "first_name": "andy", "last_name": "yankulov", "full_name": "Andy Yankulov", "gender": "female", "phone_number": null, "type": "personal", "country": "US", "position": "recruiting coordinator", "department": "pr", "seniority": "senior", "twitter": null, "linkedin": "https://www.linkedin.com/in/andy-yankulov-11385914", "accept_all": true, "pattern": "{first}", "score": 90, "verification": {"date": null, "status": null}, "last_updated": "2023-02-23T00:17:52+01:00", "sources": []}, {"email": "[email protected]", "first_name": "heather", "last_name": "johnson", "full_name": "Heather Johnson", "gender": "female", "phone_number": null, "type": "personal", "country": "US", "position": "recruiting manager", "department": "pr", "seniority": "manager", "twitter": null, "linkedin": "https://www.linkedin.com/in/heatherjohnson03", "accept_all": true, "pattern": "{first}", "score": 90, "verification": {"date": null, "status": null}, "last_updated": "2023-02-21T19:06:50+01:00", "sources": []}]}, "meta": {"total": 0, "pageSize": 10, "current": 0, "total_pages": 0}}
{"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": {"type": "string"}, "facebook_url": {"type": "string"}, "linkedin_url": {"type": "string"}}}, "disposable": {"type": "boolean"}, "webmail": {"type": "boolean"}, "website_url": {"type": "string"}, "phone_number": {"type": "string"}, "industries": {"type": "string"}, "postal_code": {"type": "string"}, "employee_count": {"type": "integer"}, "founded": {"type": "string"}, "company_size": {"type": "string"}, "last_updated": {"type": "string"}, "revenue": {"type": "string"}, "accept_all": {"type": "boolean"}, "pattern": {"type": "string"}, "domain_score": {"type": "integer"}, "organization": {"type": "string"}}}, "emails": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "full_name": {"type": "string"}, "gender": {"type": "string"}, "phone_number": {"type": "string"}, "type": {"type": "string"}, "country": {"type": "string"}, "position": {"type": "string"}, "department": {"type": "string"}, "seniority": {"type": "string"}, "twitter": {"type": "string"}, "linkedin": {"type": "string"}, "accept_all": {"type": "boolean"}, "pattern": {"type": "string"}, "score": {"type": "integer"}, "verification": {"type": "object", "properties": {"date": {"type": "string"}, "status": {"type": "string"}}}, "last_updated": {"type": "string"}, "sources": {"type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "website_url": {"type": "string"}, "extracted_on": {"type": "string"}, "last_seen_on": {"type": "string"}, "still_on_page": {"type": "boolean"}}}}}}}}}
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"}, "linkedin": {"type": "string", "format": "nullable"}, "phone_number": {"type": "string", "format": "nullable"}, "accept_all": {"type": "boolean"}, "website_url": {"type": "string"}, "company": {"type": "string"}, "score": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "verification": {"type": "object", "properties": {"date": {"type": "string", "format": "nullable"}, "status": {"type": "string", "format": "nullable"}}}, "sources": {"type": "array", "items": {}}}}
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_page": true}]}
{"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": {"type": "string"}, "gibberish": {"type": "boolean"}, "disposable": {"type": "boolean"}, "webmail": {"type": "boolean"}, "regex": {"type": "boolean"}, "status": {"type": "string"}, "result": {"type": "string"}, "score": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "sources": {"type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "website_url": {"type": "string"}, "extracted_on": {"type": "string", "format": "date-time"}, "last_seen_on": {"type": "string", "format": "date-time"}, "still_on_page": {"type": "boolean"}}}}}}
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"}, "linkedin": {"type": "string", "format": "nullable"}, "phone_number": {"type": "string", "format": "nullable"}, "accept_all": {"type": "boolean"}, "website_url": {"type": "string"}, "company": {"type": "string"}, "score": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "verification": {"type": "object", "properties": {"date": {"type": "string", "format": "nullable"}, "status": {"type": "string", "format": "nullable"}}}, "sources": {"type": "array", "items": {}}}}
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"}, "linkedin": {"type": "string", "format": "nullable"}, "phone_number": {"type": "string", "format": "nullable"}, "accept_all": {"type": "boolean"}, "website_url": {"type": "string"}, "company": {"type": "string"}, "score": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "verification": {"type": "object", "properties": {"date": {"type": "string", "format": "nullable"}, "status": {"type": "string", "format": "nullable"}}}, "sources": {"type": "array", "items": {}}}}
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", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "department": {"type": "object", "properties": {"engineering": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "finance": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hr": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "it": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "marketing": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "operations": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "management": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "sales": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "legal": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "support": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "communication": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "seniority": {"type": "object", "properties": {"junior": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "senior": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "executive": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}}}
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/paulmeade (personal profile) and https://www.linkedin.com/posts/prashantkamani_grateful-embracechange-opentowork-activity-7021651998584299521-sR_0 (public post). ATTENTION: for /extr...
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": {"type": "FeatureCollection", "features": [{"type": "Feature", "id": "USA", "properties": {"name": "United States of America"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-155.54211, 19.08348], [-155.68817, 18.91619], [-155.93665, 19.05939], [-155.90806, 19.33888], [-156.07347, 19.70294], [-156.02368, 19.81422], [-155.85008, 19.97729], [-155.91907, 20.17395], [-155.86108, 20.26721], [-155.78505, 20.2487], [-155.40214, 20.07975], [-155.22452, 19.99302], [-155.06226, 19.8591], [-154.80741, 19.50871], [-154.83147, 19.45328], [-155.22217, 19.23972], [-155.54211, 19.08348]]], [[[-156.07926, 20.64397], [-156.41445, 20.57241], [-156.58673, 20.783], [-156.70167, 20.8643], [-156.71055, 20.92676], [-156.61258, 21.01249], [-156.25711, 20.91745], [-155.99566, 20.76404], [-156.07926, 20.64397]]], [[[-156.75824, 21.17684], [-156.78933, 21.06873], [-157.32521, 21.09777], [-157.25027, 21.21958], [-156.75824, 21.17684]]], [[[-157.65283, 21.32217], [-157.70703, 21.26442], [-157.7786, 21.27729], [-158.12667, 21.31244], [-158.2538, 21.53919], [-158.29265, 21.57912], [-158.0252, 21.71696], [-157.94161, 21.65272], [-157.65283, 21.32217]]], [[[-159.34512, 21.982], [-159.46372, 21.88299], [-159.80051, 22.06533], [-159.74877, 22.1382], [-159.5962, 22.23618], [-159.36569, 22.21494], [-159.34512, 21.982]]], [[[-94.81758, 49.38905], [-94.64, 48.84], [-94.32914, 48.67074], [-93.63087, 48.60926], [-92.61, 48.45], [-91.64, 48.14], [-90.83, 48.27], [-89.6, 48.01], [-89.272917, 48.019808], [-88.378114, 48.302918], [-87.439793, 47.94], [-86.461991, 47.553338], [-85.652363, 47.220219], [-84.87608, 46.900083], [-84.779238, 46.637102], [-84.543749, 46.538684], [-84.6049, 46.4396], [-84.3367, 46.40877], [-84.14212, 46.512226], [-84.091851, 46.275419], [-83.890765, 46.116927], [-83.616131, 46.116927], [-83.469551, 45.994686], [-83.592851, 45.816894], [-82.550925, 45.347517], [-82.337763, 44.44], [-82.137642, 43.571088], [-82.43, 42.98], [-82.9, 42.43], [-83.12, 42.08], [-83.142, 41.975681], [-83.02981, 41.832796], [-82.690089, 41.675105], [-82.439278, 41.675105], [-81.277747, 42.209026], [-80.247448, 42.3662], [-78.939362, 42.863611], [-78.92, 42.965], [-79.01, 43.27], [-79.171674, 43.466339], [-78.72028, 43.625089], [-77.737885, 43.629056], [-76.820034, 43.628784], [-76.5, 44.018459], [-76.375, 44.09631], [-75.31821, 44.81645], [-74.867, 45.00048], [-73.34783, 45.00738], [-71.50506, 45.0082], [-71.405, 45.255], [-71.08482, 45.30524], [-70.66, 45.46], [-70.305, 45.915], [-69.99997, 46.69307], [-69.237216, 47.447781], [-68.905, 47.185], [-68.23444, 47.35486], [-67.79046, 47.06636], [-67.79134, 45.70281], [-67.13741, 45.13753], [-66.96466, 44.8097], [-68.03252, 44.3252], [-69.06, 43.98], [-70.11617, 43.68405], [-70.645476, 43.090238], [-70.81489, 42.8653], [-70.825, 42.335], [-70.495, 41.805], [-70.08, 41.78], [-70.185, 42.145], [-69.88497, 41.92283], [-69.96503, 41.63717], [-70.64, 41.475], [-71.12039, 41.49445], [-71.86, 41.32], [-72.295, 41.27], [-72.87643, 41.22065], [-73.71, 40.931102], [-72.24126, 41.11948], [-71.945, 40.93], [-73.345, 40.63], [-73.982, 40.628], [-73.952325, 40.75075], [-74.25671, 40.47351], [-73.96244, 40.42763], [-74.17838, 39.70926], [-74.90604, 38.93954], [-74.98041, 39.1964], [-75.20002, 39.24845], [-75.52805, 39.4985], [-75.32, 38.96], [-75.071835, 38.782032], [-75.05673, 38.40412], [-75.37747, 38.01551], [-75.94023, 37.21689], [-76.03127, 37.2566], [-75.72205, 37.93705], [-76.23287, 38.319215], [-76.35, 39.15], [-76.542725, 38.717615], [-76.32933, 38.08326], [-76.989998, 38.239992], [-76.30162, 37.917945], [-76.25874, 36.9664], [-75.9718, 36.89726], [-75.86804, 36.55125], [-75.72749, 35.55074], [-76.36318, 34.80854], [-77.397635, 34.51201], [-78.05496, 33.92547], [-78.55435, 33.86133], [-79.06067, 33.49395], [-79.20357, 33.15839], [-80.301325, 32.509355], [-80.86498, 32.0333], [-81.33629, 31.44049], [-81.49042, 30.72999], [-81.31371, 30.03552], [-80.98, 29.18], [-80.535585, 28.47213], [-80.53, 28.04], [-80.056539, 26.88], [-80.088015, 26.205765], [-80.13156, 25.816775], [-80.38103, 25.20616], [-80.68, 25.08], [-81.17213, 25.20126], [-81.33, 25.64], [-81.71, 25.87], [-82.24, 26.73], [-82.70515, 27.49504], [-82.85526, 27.88624], [-82.65, 28.55], [-82.93, 29.1], [-83.70959, 29.93656], [-84.1, 30.09], [-85.10882, 29.63615], [-85.28784, 29.68612], [-85.7731, 30.15261], [-86.4, 30.4], [-87.53036, 30.27433], [-88.41782, 30.3849], [-89.18049, 30.31598], [-89.593831, 30.159994], [-89.413735, 29.89419], [-89.43, 29.48864], [-89.21767, 29.29108], [-89.40823, 29.15961], [-89.77928, 29.30714], [-90.15463, 29.11743], [-90.880225, 29.148535], [-91.626785, 29.677], [-92.49906, 29.5523], [-93.22637, 29.78375], [-93.84842, 29.71363], [-94.69, 29.48], [-95.60026, 28.73863], [-96.59404, 28.30748], [-97.14, 27.83], [-97.37, 27.38], [-97.38, 26.69], [-97.33, 26.21], [-97.14, 25.87], [-97.53, 25.84], [-98.24, 26.06], [-99.02, 26.37], [-99.3, 26.84], [-99.52, 27.54], [-100.11, 28.11], [-100.45584, 28.69612], [-100.9576, 29.38071], [-101.6624, 29.7793], [-102.48, 29.76], [-103.11, 28.97], [-103.94, 29.27], [-104.45697, 29.57196], [-104.70575, 30.12173], [-105.03737, 30.64402], [-105.63159, 31.08383], [-106.1429, 31.39995], [-106.50759, 31.75452], [-108.24, 31.754854], [-108.24194, 31.34222], [-109.035, 31.34194], [-111.02361, 31.33472], [-113.30498, 32.03914], [-114.815, 32.52528], [-114.72139, 32.72083], [-115.99135, 32.61239], [-117.12776, 32.53534], [-117.295938, 33.046225], [-117.944, 33.621236], [-118.410602, 33.740909], [-118.519895, 34.027782], [-119.081, 34.078], [-119.438841, 34.348477], [-120.36778, 34.44711], [-120.62286, 34.60855], [-120.74433, 35.15686], [-121.71457, 36.16153], [-122.54747, 37.55176], [-122.51201, 37.78339], [-122.95319, 38.11371], [-123.7272, 38.95166], [-123.86517, 39.76699], [-124.39807, 40.3132], [-124.17886, 41.14202], [-124.2137, 41.99964], [-124.53284, 42.76599], [-124.14214, 43.70838], [-124.020535, 44.615895], [-123.89893, 45.52341], [-124.079635, 46.86475], [-124.39567, 47.72017], [-124.68721, 48.184433], [-124.566101, 48.379715], [-123.12, 48.04], [-122.58736, 47.096], [-122.34, 47.36], [-122.5, 48.18], [-122.84, 49], [-120, 49], [-117.03121, 49], [-116.04818, 49], [-113, 49], [-110.05, 49], [-107.05, 49], [-104.04826, 48.99986], [-100.65, 49], [-97.22872, 49.0007], [-95.15907, 49], [-95.15609, 49.38425], [-94.81758, 49.38905]]], [[[-153.006314, 57.115842], [-154.00509, 56.734677], [-154.516403, 56.992749], [-154.670993, 57.461196], [-153.76278, 57.816575], [-153.228729, 57.968968], [-152.564791, 57.901427], [-152.141147, 57.591059], [-153.006314, 57.115842]]], [[[-165.579164, 59.909987], [-166.19277, 59.754441], [-166.848337, 59.941406], [-167.455277, 60.213069], [-166.467792, 60.38417], [-165.67443, 60.293607], [-165.579164, 59.909987]]], [[[-171.731657, 63.782515], [-171.114434, 63.592191], [-170.491112, 63.694975], [-169.682505, 63.431116], [-168.689439, 63.297506], [-168.771941, 63.188598], [-169.52944, 62.976931], [-170.290556, 63.194438], [-170.671386, 63.375822], [-171.553063, 63.317789], [-171.791111, 63.405846], [-171.731657, 63.782515]]], [[[-155.06779, 71.147776], [-154.344165, 70.696409], [-153.900006, 70.889989], [-152.210006, 70.829992], [-152.270002, 70.600006], [-150.739992, 70.430017], [-149.720003, 70.53001], [-147.613362, 70.214035], [-145.68999, 70.12001], [-144.920011, 69.989992], [-143.589446, 70.152514], [-142.07251, 69.851938], [-140.985988, 69.711998], [-140.992499, 66.000029], [-140.99777, 60.306397], [-140.012998, 60.276838], [-139.039, 60.000007], [-138.34089, 59.56211], [-137.4525, 58.905], [-136.47972, 59.46389], [-135.47583, 59.78778], [-134.945, 59.27056], [-134.27111, 58.86111], [-133.355549, 58.410285], [-132.73042, 57.69289], [-131.70781, 56.55212], [-130.00778, 55.91583], [-129.979994, 55.284998], [-130.53611, 54.802753], [-131.085818, 55.178906], [-131.967211, 55.497776], [-132.250011, 56.369996], [-133.539181, 57.178887], [-134.078063, 58.123068], [-135.038211, 58.187715], [-136.628062, 58.212209], [-137.800006, 58.499995], [-139.867787, 59.537762], [-140.825274, 59.727517], [-142.574444, 60.084447], [-143.958881, 59.99918], [-145.925557, 60.45861], [-147.114374, 60.884656], [-148.224306, 60.672989], [-148.018066, 59.978329], [-148.570823, 59.914173], [-149.727858, 59.705658], [-150.608243, 59.368211], [-151.716393, 59.155821], [-151.859433, 59.744984], [-151.409719, 60.725803], [-150.346941, 61.033588], [-150.621111, 61.284425], [-151.895839, 60.727198], [-152.57833, 60.061657], [-154.019172, 59.350279], [-153.287511, 58.864728], [-154.232492, 58.146374], [-155.307491, 57.727795], [-156.308335, 57.422774], [-156.556097, 56.979985], [-158.117217, 56.463608], [-158.433321, 55.994154], [-159.603327, 55.566686], [-160.28972, 55.643581], [-161.223048, 55.364735], [-162.237766, 55.024187], [-163.069447, 54.689737], [-164.785569, 54.404173], [-164.942226, 54.572225], [-163.84834, 55.039431], [-162.870001, 55.348043], [-161.804175, 55.894986], [-160.563605, 56.008055], [-160.07056, 56.418055], [-158.684443, 57.016675], [-158.461097, 57.216921], [-157.72277, 57.570001], [-157.550274, 58.328326], [-157.041675, 58.918885], [-158.194731, 58.615802], [-158.517218, 58.787781], [-159.058606, 58.424186], [-159.711667, 58.93139], [-159.981289, 58.572549], [-160.355271, 59.071123], [-161.355003, 58.670838], [-161.968894, 58.671665], [-162.054987, 59.266925], [-161.874171, 59.633621], [-162.518059, 59.989724], [-163.818341, 59.798056], [-164.662218, 60.267484], [-165.346388, 60.507496], [-165.350832, 61.073895], [-166.121379, 61.500019], [-165.734452, 62.074997], [-164.919179, 62.633076], [-164.562508, 63.146378], [-163.753332, 63.219449], [-163.067224, 63.059459], [-162.260555, 63.541936], [-161.53445, 63.455817], [-160.772507, 63.766108], [-160.958335, 64.222799], [-161.518068, 64.402788], [-160.777778, 64.788604], [-161.391926, 64.777235], [-162.45305, 64.559445], [-162.757786, 64.338605], [-163.546394, 64.55916], [-164.96083, 64.446945], [-166.425288, 64.686672], [-166.845004, 65.088896], [-168.11056, 65.669997], [-166.705271, 66.088318], [-164.47471, 66.57666], [-163.652512, 66.57666], [-163.788602, 66.077207], [-161.677774, 66.11612], [-162.489715, 66.735565], [-163.719717, 67.116395], [-164.430991, 67.616338], [-165.390287, 68.042772], [-166.764441, 68.358877], [-166.204707, 68.883031], [-164.430811, 68.915535], [-163.168614, 69.371115], [-162.930566, 69.858062], [-161.908897, 70.33333], [-160.934797, 70.44769], [-159.039176, 70.891642], [-158.119723, 70.824721], [-156.580825, 71.357764], [-155.06779, 71.147776]]]]}}]}, "ISO": {"alpha2": "US", "alpha3": "USA"}, "languages": ["en"], "latlng": [38, -97], "nativeName": "United States", "population": 319259000, "provinces": ["Alabama", "Alaska", "Arizona", "Arkansas", "California", "Colorado", "Connecticut", "Delaware", "District of Columbia", "Florida", "Georgia", "Hawaii", "Idaho", "Illinois", "Indiana", "Iowa", "Kansas", "Kentucky", "Louisiana", "Maine", "Maryland", "Massachusetts", "Michigan", "Minnesota", "Mississippi", "Missouri", "Montana", "Nebraska", "Nevada", "New Hampshire", "New Jersey", "New Mexico", "New York", "North Carolina", "North Dakota", "Ohio", "Oklahoma", "Oregon", "Pennsylvania", "Rhode Island", "South Carolina", "South Dakota", "Tennessee", "Texas", "Utah", "Vermont", "Virginia", "Washington", "West Virginia", "Wisconsin", "Wyoming"], "region": "Americas", "subregion": "Northern America", "timezones": ["UTC\u221212:00", "UTC\u221211:00", "UTC\u221210:00", "UTC\u221209:00", "UTC\u221208:00", "UTC\u221207:00", "UTC\u221206:00", "UTC\u221205:00", "UTC\u221204:00", "UTC+10:00", "UTC+12:00"], "tld": [".us"], "translations": {"de": "Vereinigte Staaten von Amerika", "es": "Estados Unidos", "fr": "\u00c9tats-Unis", "ja": "\u30a2\u30e1\u30ea\u30ab\u5408\u8846\u56fd", "it": "Stati Uniti D'America"}, "wiki": "http://en.wikipedia.org/wiki/united_states_of_america"}}
{"$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": {"type": "array", "items": {"type": "string"}}, "capital": {"type": "string"}, "capital_latlng": {"type": "array", "items": {"type": "number"}}, "currencies": {"type": "array", "items": {"type": "string"}}, "demonym": {"type": "string"}, "flag": {"type": "string"}, "geoJSON": {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["coordinates", "type"]}}, "required": ["geometry", "id", "properties", "type"]}}}, "required": ["features", "type"]}, "ISO": {"type": "object", "properties": {"alpha2": {"type": "string"}, "alpha3": {"type": "string"}}, "required": ["alpha2", "alpha3"]}, "languages": {"type": "array", "items": {"type": "string"}}, "latlng": {"type": "array", "items": {"type": "integer"}}, "nativeName": {"type": "string"}, "population": {"type": "integer"}, "provinces": {"type": "array", "items": {"type": "string"}}, "region": {"type": "string"}, "subregion": {"type": "string"}, "timezones": {"type": "array", "items": {"type": "string"}}, "tld": {"type": "array", "items": {"type": "string"}}, "translations": {"type": "object", "properties": {"de": {"type": "string"}, "es": {"type": "string"}, "fr": {"type": "string"}, "ja": {"type": "string"}, "it": {"type": "string"}}, "required": ["de", "es", "fr", "it", "ja"]}, "wiki": {"type": "string"}}, "required": ["ISO", "altSpellings", "area", "borders", "callingCodes", "capital", "capital_latlng", "currencies", "demonym", "flag", "geoJSON", "languages", "latlng", "name", "nativeName", "population", "provinces", "region", "subregion", "timezones", "tld", "translations", "wiki"]}}, "required": ["country"]}
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, innovative and progressive, Gucci is reinventing a wholly modern approach to fashion. Under the new vision of creative director Alessandro Michele, the House has redefined luxury for the 21st century, further reinforcing its position as one of the world's most desirable fashion houses. Eclectic, contemporary, romantic-Gucci products represent the pinnacle of Italian craftsmanship and are unsurpassed for their quality and attention to detail. Gucci is part of the Kering Group, a world leader in apparel and accessories that owns a portfolio of powerful luxury and sport and lifestyle brands. For further information about Gucci, visit www.gucci.com", "industries": ["fashion", "jewelry", "leather-goods", "leisure", "luxury-goods", "luxury-goods-and-jewelry", "mens-clothing", "shopping", "womens-clothing"], "social_networks": {"facebook": "http://www.facebook.com/gucci", "instagram": "https://instagram.com/gucci", "linkedin": "https://www.linkedin.com/company/6585", "pinterest": "https://pinterest.com/gucci", "twitter": "http://twitter.com/gucci", "youtube": "https://youtube.com/user/gucciofficial", "linkedin_sales_navigator": "https://www.linkedin.com/sales/company/6585", "instagram_id": "gucci", "facebook_id": "gucci", "twitter_id": "gucci", "youtube_id": "gucciofficial", "pinterest_id": "gucci", "linkedin_id_alpha": "gucci", "linkedin_id_numeric": 6585}, "technologies": ["akamai", "amazon-cloudfront", "amazon-s3", "apache", "facebook-social-plugins", "google-analytics", "google-cloud", "google-tag-manager", "java", "nginx", "riskified", "sap-commerce-cloud"], "technology_categories": ["accounting-and-finance", "application-development", "application-server", "archive-storage", "block-storage", "cloud-file-storage", "cloud-platform-as-a-service", "commerce", "container-management", "container-networking", "container-orchestration", "container-registry", "containerization", "content-analytics", "content-delivery-network", "content-marketing", "ddos-protection", "development", "devops", "devsecops", "digital-analytics", "e-commerce", "e-commerce-fraud-protection", "e-commerce-platforms", "enterprise-content-delivery-network", "erp", "fraud-detection", "hosting", "hybrid-cloud-storage", "it-infrastructure", "load-balancing", "marketing", "mobile-analytics", "mobile-app-analytics", "mobile-development", "object-storage", "omnichannel-commerce", "order-management", "programming-languages", "security", "social-media-marketing", "storage-management", "tag-management", "virtual-private-cloud", "web-accelerator", "web-application-firewalls", "web-security", "web-server-accelerator"], "location": {"address": null, "city": "Scandicci", "lat": "43.7567104", "lng": "11.1847619", "postcode": "50018", "country": "Italy", "country_code": "IT"}}
{"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": "string"}, "monthly_visitors": {"type": "string"}, "phone_number": {"type": "string"}, "revenue": {"type": "string"}, "size": {"type": "string"}, "year_founded": {"type": "integer"}, "description": {"type": "string"}, "address": {"type": "string"}, "address_name": {"type": "string"}, "address_postal_code": {"type": "null"}, "address_country_code": {"type": "string"}, "address_country": {"type": "string"}, "address_lat": {"type": "number"}, "address_lng": {"type": "number"}, "social_networks": {"type": "object", "properties": {"angellist": {"type": "string"}, "facebook": {"type": "string"}, "linkedin": {"type": "string"}, "twitter": {"type": "string"}}}, "email_patterns": {"type": "array", "items": {"type": "object", "properties": {"pattern": {"type": "string"}, "percentage": {"type": "number"}}}}, "technologies": {"type": "array", "items": {"type": "string"}}, "industries": {"type": "array", "items": {"type": "string"}}}}}}
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.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": 427870270}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2018", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 419790591}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2017", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 411898967}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2016", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 404024435}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2015", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 396028278}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2014", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 387907747}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2013", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 379705717}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2012", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 371443547}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2011", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 363158703}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2010", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 354890042}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2009", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 346629220}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2008", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 338395961}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2007", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 330290716}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2006", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 322452754}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2005", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 314965793}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2004", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 307862843}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2003", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 301113849}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2002", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 294665185}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2001", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 288432163}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2000", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 282344154}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1999", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 276393837}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1998", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 270575803}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1997", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 264822188}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1996", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 259000953}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1995", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 253107289}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1994", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 245449409}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1993", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 239243261}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1992", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 232956352}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1991", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 228731685}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1990", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 222653373}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1989", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 214753970}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1988", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 208889682}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1987", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 203084971}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1986", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 197338142}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1985", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 191650331}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1984", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 186035305}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1983", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 180505996}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1982", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 175061792}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1981", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 169698994}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1980", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 164420785}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1979", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 159218552}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1978", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 154111175}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1977", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 149161891}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1976", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 144453278}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1975", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 140040649}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1974", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 135952252}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1973", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 132161298}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1972", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 128598734}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1971", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 125164745}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1970", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 121785650}]]
{"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": 427870270}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2018", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 419790591}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2017", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 411898967}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2016", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 404024435}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2015", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 396028278}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2014", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 387907747}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2013", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 379705717}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2012", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 371443547}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2011", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 363158703}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2010", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 354890042}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2009", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 346629220}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2008", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 338395961}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2007", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 330290716}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2006", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 322452754}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2005", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 314965793}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2004", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 307862843}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2003", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 301113849}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2002", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 294665185}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2001", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 288432163}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "2000", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 282344154}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1999", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 276393837}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1998", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 270575803}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1997", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 264822188}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1996", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 259000953}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1995", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 253107289}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1994", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 245449409}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1993", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 239243261}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1992", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 232956352}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1991", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 228731685}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1990", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 222653373}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1989", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 214753970}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1988", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 208889682}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1987", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 203084971}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1986", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 197338142}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1985", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 191650331}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1984", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 186035305}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1983", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 180505996}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1982", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 175061792}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1981", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 169698994}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1980", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 164420785}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1979", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 159218552}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1978", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 154111175}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1977", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 149161891}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1976", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 144453278}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1975", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 140040649}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1974", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 135952252}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1973", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 132161298}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1972", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 128598734}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1971", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 125164745}, {"country": {"id": "1A", "value": "Arab World"}, "countryiso3code": "ARB", "date": "1970", "decimal": 0, "indicator": {"id": "SP.POP.TOTL", "value": "Population, total"}, "obs_status": "", "unit": "", "value": 121785650}]]
{"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": "Friendly and helpful\npersonnel. Room was clean and nice but a little too small for my liking. Comfortable beds but pillows too hard. View was nice. Enjoyed museum of the New Yorker Hotel located downstairs from lobby. Quite informative. Good location but you can hear all the traffic outside and constant sirens!\nUnfortunately I won't be coming back to this hotel as I was very disappointed in room size, pillows and noise. I feel I didn't get what I paid for.", "rating": 4, "review_datetime_utc": "2022-10-31T02:16:24.397Z", "review_timestamp": 1667182584, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSUMta3JyT2JnEAE!2m1!1s0x0:0x31453e62a3be9f76!3m1!1s2@1:CIHM0ogKEICAgIC-krrObg%7CCgwI-N_8mgYQsJ2rvQE%7C?hl=en-US", "review_photos": null, "review_language": "en", "like_count": 1, "author_id": "113837408874077031643", "author_link": "https://www.google.com/maps/contrib/113837408874077031643?hl=en-US", "author_name": "Maria Robles", "author_photo_url": "https://lh3.googleusercontent.com/a/AGNmyxZcPh4vn3aUa1AtJQsxACx7TdBFY9QgiiHLAk70=s120-c-c0x00000000-cc-rp-mo-ba4-br100", "author_review_count": 74, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/113837408874077031643/reviews?hl=en-US", "author_local_guide_level": 6, "service_quality": null, "hotel_rating_breakdown": {"Rooms": 4, "Service": 5, "Location": 5}, "review_form": {"What kind of trip was it?": "Vacation", "Who did you travel with?": "Family"}}, {"review_id": "ChZDSUhNMG9nS0VJQ0FnSURlenZpU013EAE", "review_text": "One of the main issues with the hotel is that only 2 out of 5 lifts seem to actually be running for floors 20-40, despite no signs showing lifts out of order. The best tip is to just get in any lift, even if it is going up when you want to go down. Once you are in a lift and others have got out you can go down to the lobby area. The lobby area has an art deco vibe, and is quite grand and for those looking in, the hotel appears to be quite grand. Although Hotel Room floors gives Cecil hotel vibes.. But in New York very eerie, dark and dated.\n\nI have stayed at this Hotel twice, once around 10 years ago and most recently on a group tour so kinda knew it would just be okay nothing great. We were at least given a twin room which they didn't offer last time we had visited, rooms had safes inside now also which was much better than the previous deposit box system. Hotel room was fine, a little dated but basics like a coffee machine and items included seemed limited especially for what is considered a 4 star hotel. Not sure how the rating system works.\n\nDidn't speak to many staff as on tour, however did have to show door key each time entering the lifts of the hotel, which suggests there are security issues. Also we were offered a welcome pack, whilst we were leaving the hotel. No idea what it included but would have been better to give it on arrival.", "rating": 2, "review_datetime_utc": "2022-10-10T12:42:25.108Z", "review_timestamp": 1665405745, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSURlenZpU013EAE!2m1!1s0x0:0x31453e62a3be9f76!3m1!1s2@1:CIHM0ogKEICAgIDezviSMw%7CCgsIsaaQmgYQiI_pMw%7C?hl=en-US", "review_photos": null, "review_language": "en", "like_count": 0, "author_id": "116177307650681469510", "author_link": "https://www.google.com/maps/contrib/116177307650681469510?hl=en-US", "author_name": "Joe Stutter", "author_photo_url": "https://lh3.googleusercontent.com/a-/ACB-R5SQkyESQB1ZIQQCQMx5abnUWhNfdg79lt2IaNtJfw=s120-c-c0x00000000-cc-rp-mo-ba3-br100", "author_review_count": 33, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/116177307650681469510/reviews?hl=en-US", "author_local_guide_level": 5, "service_quality": null, "hotel_rating_breakdown": {"Rooms": 2, "Service": 3, "Location": 5}, "review_form": {"What kind of trip was it?": "Vacation"}}, {"review_id": "ChdDSUhNMG9nS0VJQ0FnSUNlNl9TWHBBRRAB", "review_text": "Room freshly decorated and thoroughly cleaned daily. The bathroom fittings and bedroom fixtures and furniture are consistent with the age of the hotel. They look old fashioned - 1930s perhaps - but they work well and if you like retention of contemporary features, it is good.\nCorridors and carpets look dirty and detract from the interior which otherwise is also consistent with the period of the hotel.\nThe bed was only double - it is a small room by modern standards - but very comfortable.\nI would stay here again.", "rating": 3, "review_datetime_utc": "2022-09-24T08:39:24.610Z", "review_timestamp": 1664008764, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUNlNl9TWHBBRRAB!2m1!1s0x0:0x31453e62a3be9f76!3m1!1s2@1:CIHM0ogKEICAgICe6_SXpAE%7CCgwIvIS7mQYQqPnxogI%7C?hl=en-US", "review_photos": null, "review_language": "en", "like_count": 3, "author_id": "103373671028587160085", "author_link": "https://www.google.com/maps/contrib/103373671028587160085?hl=en-US", "author_name": "Ken Holton", "author_photo_url": "https://lh3.googleusercontent.com/a-/ACB-R5TrmdrMIzBGx2XSHAYWUrreoo-yoZq9HchUwa_D=s120-c-c0x00000000-cc-rp-mo-ba5-br100", "author_review_count": 167, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/103373671028587160085/reviews?hl=en-US", "author_local_guide_level": 7, "service_quality": null, "hotel_rating_breakdown": {"Rooms": 3, "Service": 3, "Location": 4}, "review_form": null}, {"review_id": "ChZDSUhNMG9nS0VJQ0FnSUNlMWZ5bEh3EAE", "review_text": "Not bad. For a hotel that\u2019s 80 years old it wasn\u2019t to bad. The walls were kind of thing the environment felt dated in the rooms but being in the heart of it all and a stones throw from Madison Square Garden made it worth what we paid. There are nicer hotels but you can not beat the hotels location. Also the staff was friendly having a restaurant that can deliver to your room 24/7 is something you do not get in very many hotels! View from our room was really cool especially at night!", "rating": 4, "review_datetime_utc": "2022-09-19T21:02:14.454Z", "review_timestamp": 1663621334, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSUNlMWZ5bEh3EAE!2m1!1s0x0:0x31453e62a3be9f76!3m1!1s2@1:CIHM0ogKEICAgICe1fylHw%7CCgwI1rGjmQYQwKbu2AE%7C?hl=en-US", "review_photos": ["https://lh5.googleusercontent.com/p/AF1QipND7od0aUSL3HiDqvD6nkN6KaXoelsMj7Kh7--u"], "review_language": "en", "like_count": 7, "author_id": "113106688469790493488", "author_link": "https://www.google.com/maps/contrib/113106688469790493488?hl=en-US", "author_name": "Cass", "author_photo_url": "https://lh3.googleusercontent.com/a-/ACB-R5SHVeplJOQ4ktq8mKjQn74yP09zZEPrTAQ8MmDAVw=s120-c-c0x00000000-cc-rp-mo-ba5-br100", "author_review_count": 275, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/113106688469790493488/reviews?hl=en-US", "author_local_guide_level": 7, "service_quality": null, "hotel_rating_breakdown": null, "review_form": null}, {"review_id": "ChdDSUhNMG9nS0VJQ0FnSUNoaE5qVjB3RRAB", "review_text": "I stay at this hotel every time I visit New York. It\u2019s within walking distance of Times Square, Empire State Building, Madison Square Garden, but \u201caway\u201d enough that you get a little more peace when you\u2019re done for the day. The rooms are small but you\u2019ll find that at most every hotel in the area. Always clean though! The staff has always been super nice. I love the fitness center. It\u2019s also nice that you have to show a hotel key to use the elevator, so you know it\u2019s private/safe! I always recommend this place.", "rating": 5, "review_datetime_utc": "2023-02-08T19:06:56.675Z", "review_timestamp": 1675883216, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUNoaE5qVjB3RRAB!2m1!1s0x0:0x31453e62a3be9f76!3m1!1s2@1:CIHM0ogKEICAgIChhNjV0wE%7CCgwI0OWPnwYQyKeNwgI%7C?hl=en-US", "review_photos": null, "review_language": "en", "like_count": 0, "author_id": "102695265517658870795", "author_link": "https://www.google.com/maps/contrib/102695265517658870795?hl=en-US", "author_name": "Tina Bird", "author_photo_url": "https://lh3.googleusercontent.com/a-/ACB-R5RePr821TJ1VUhJwEOE9yuUICejPPMzLGqmfHM=s120-c-c0x00000000-cc-rp-mo-br100", "author_review_count": 4, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/102695265517658870795/reviews?hl=en-US", "author_local_guide_level": null, "service_quality": null, "hotel_rating_breakdown": {"Rooms": 5, "Service": 5, "Location": 5}, "review_form": {"What kind of trip was it?": "Vacation", "Who did you travel with?": "Friends"}}]}
{"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": "0x863f79b1f8b4874d:0xed3aaeb0f12f40e5", "google_id": "0x863f79b1f8b4874d:0xed3aaeb0f12f40e5", "place_id": "ChIJTYe0-LF5P4YR5UAv8bCuOu0", "google_mid": "/g/1tj6v63b", "phone_number": "+14099481704", "name": "Dunn Heat Exchangers, Inc.", "latitude": 29.379566999999998, "longitude": -94.924373, "full_address": "Dunn Heat Exchangers, Inc., 410 21st St S, Texas City, TX 77590", "review_count": 13, "rating": 3.8, "timezone": "America/Chicago", "working_hours": {"Wednesday": ["Open 24 hours"], "Thursday": ["Open 24 hours"], "Friday": ["Open 24 hours"], "Saturday": ["Open 24 hours"], "Sunday": ["Open 24 hours"], "Monday": ["Open 24 hours"], "Tuesday": ["Open 24 hours"]}, "website": "https://www.dunnheat.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x863f79b1f8b4874d:0xed3aaeb0f12f40e5", "cid": "17094167410622021861", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJTYe0-LF5P4YR5UAv8bCuOu0&authuser=0&hl=en&gl=US", "owner_id": "114253359372749232438", "owner_link": "https://maps.google.com/maps/contrib/114253359372749232438", "owner_name": "Dunn Heat Exchangers, Inc.", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Blast cleaning service", "subtypes": ["Blast cleaning service", "Industrial equipment supplier", "Metal fabricator"], "photos_sample": [{"photo_id": "AF1QipOh0VhS_pUiYQJB5PNYNUy-_kuydwgmqxhjrwbN", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipOh0VhS_pUiYQJB5PNYNUy-_kuydwgmqxhjrwbN", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipOh0VhS_pUiYQJB5PNYNUy-_kuydwgmqxhjrwbN=w2048-h1152-k-no", "video_thumbnail_url": null, "latitude": 29.3797036, "longitude": -94.92438539999999, "type": "photo", "photo_datetime_utc": "2018-02-11T00:00:00.000Z", "photo_timestamp": 1518307200}], "global_plus_code": "76X793HG+R7", "compound_plus_code": "93HG+R7 Texas City, Texas", "reviews_per_rating": {"1": 3, "2": 0, "3": 1, "4": 2, "5": 7}, "photo_count": 10, "about": {"summary": null, "details": {"Accessibility": {"Wheelchair accessible entrance": true, "Wheelchair accessible parking lot": true}}}, "address": "410 21st St S, Texas City, TX 77590", "menu_link": null, "order_link": null, "price_level": null, "district": null, "street_address": "410 21st St S", "city": "Texas City", "zipcode": "77590", "state": "Texas", "country": "US", "posts_sample": null, "posts_link": null, "reviews_sample": [{"review_id": "ChdDSUhNMG9nS0VJQ0FnSURxOWFPeV93RRAB", "review_text": "Went to meet the Dunn team and they were amazing.\nGreat company and great people.\n10 stars.", "rating": 5, "review_datetime_utc": "2021-07-14T18:35:34.311Z", "review_timestamp": 1626287734, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSURxOWFPeV93RRAB!2m1!1s0x0:0xed3aaeb0f12f40e5!3m1!1s2@1:CIHM0ogKEICAgIDq9aOy_wE%7CCgwI9ty8hwYQ4OC3lAE%7C?hl=en-US", "review_photos": null, "review_language": "en", "like_count": 0, "author_id": "102173928565133391960", "author_link": "https://www.google.com/maps/contrib/102173928565133391960?hl=en-US", "author_name": "Rogerio Caetano", "author_photo_url": "https://lh3.googleusercontent.com/a-/ALV-UjXqEr_kJ723uPAQ6lZy12JkXPlaUIn-nFFon-dxfR7P=s120-c-rp-mo-br100", "author_review_count": 6, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/102173928565133391960/reviews?hl=en-US", "author_local_guide_level": null, "service_quality": null, "hotel_rating_breakdown": null, "review_form": null}, {"review_id": "ChdDSUhNMG9nS0VJQ0FnSURNd01LN21nRRAB", "review_text": "Their products are great. But their customer service and truthfulness is horrible. I've been burned by them and don't want anyone else to experience this. Go to their competition. You'll be glad you did.", "rating": 1, "review_datetime_utc": "2019-12-12T13:54:05.731Z", "review_timestamp": 1576158845, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSURNd01LN21nRRAB!2m1!1s0x0:0xed3aaeb0f12f40e5!3m1!1s2@1:CIHM0ogKEICAgIDMwMK7mgE%7CCgwI_YzJ7wUQgPz73AI%7C?hl=en-US", "review_photos": null, "review_language": "en", "like_count": 3, "author_id": "117869578916576717824", "author_link": "https://www.google.com/maps/contrib/117869578916576717824?hl=en-US", "author_name": "Steve Welch", "author_photo_url": "https://lh3.googleusercontent.com/a/ACg8ocIrnuYidkDNv0eqw0Rac8sDj7DS-Tmg336fQAyBtTi1-w=s120-c-rp-mo-ba5-br100", "author_review_count": 335, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/117869578916576717824/reviews?hl=en-US", "author_local_guide_level": 7, "service_quality": null, "hotel_rating_breakdown": null, "review_form": null}, {"review_id": "ChZDSUhNMG9nS0VJQ0FnSUM4Z0lHQUJREAE", "review_text": "I just deliver here. Have had great relationship with the crew; don't really know the business.", "rating": 4, "review_datetime_utc": "2020-06-20T17:49:15.816Z", "review_timestamp": 1592675355, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSUM4Z0lHQUJREAE!2m1!1s0x0:0xed3aaeb0f12f40e5!3m1!1s2@1:CIHM0ogKEICAgIC8gIGABQ%7CCgwIm5i59wUQgPWshQM%7C?hl=en-US", "review_photos": null, "review_language": "en", "like_count": 0, "author_id": "111751406509194980764", "author_link": "https://www.google.com/maps/contrib/111751406509194980764?hl=en-US", "author_name": "Pamela Watson", "author_photo_url": "https://lh3.googleusercontent.com/a-/ALV-UjWX_0lC44BpvKl_rais6vn6nI36FDf-L7XW66iCivsnOQ=s120-c-rp-mo-ba2-br100", "author_review_count": 21, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/111751406509194980764/reviews?hl=en-US", "author_local_guide_level": 4, "service_quality": null, "hotel_rating_breakdown": null, "review_form": null}, {"review_id": "ChdDSUhNMG9nS0VJQ0FnSUNnLWZ2ZTFRRRAB", "review_text": null, "rating": 5, "review_datetime_utc": "2017-04-17T15:43:25.632Z", "review_timestamp": 1492443805, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUNnLWZ2ZTFRRRAB!2m1!1s0x0:0xed3aaeb0f12f40e5!3m1!1s2@1:CIHM0ogKEICAgICg-fve1QE%7CCgwIncXTxwUQgJyurQI%7C?hl=en-US", "review_photos": null, "review_language": null, "like_count": 0, "author_id": "110904215233745201767", "author_link": "https://www.google.com/maps/contrib/110904215233745201767?hl=en-US", "author_name": "Mark Wilder", "author_photo_url": "https://lh3.googleusercontent.com/a/ACg8ocKG06hWJ5ZPXK6QN8DkyIO3vVN_YEM8y3T73gyCH2db=s120-c-rp-mo-br100", "author_review_count": null, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/110904215233745201767/reviews?hl=en-US", "author_local_guide_level": null, "service_quality": null, "hotel_rating_breakdown": null, "review_form": null}, {"review_id": "ChdDSUhNMG9nS0VJQ0FnSUNLOHFhNXVnRRAB", "review_text": null, "rating": 1, "review_datetime_utc": "2021-03-31T20:02:22.366Z", "review_timestamp": 1617220942, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUNLOHFhNXVnRRAB!2m1!1s0x0:0xed3aaeb0f12f40e5!3m1!1s2@1:CIHM0ogKEICAgICK8qa5ugE%7CCgwIzqqTgwYQkOzdrgE%7C?hl=en-US", "review_photos": null, "review_language": null, "like_count": 0, "author_id": "101963526105268935270", "author_link": "https://www.google.com/maps/contrib/101963526105268935270?hl=en-US", "author_name": "Jared Laymance", "author_photo_url": "https://lh3.googleusercontent.com/a/ACg8ocKp6AFpojpOmwcIszenWcxQp9O39GRxHgYxmifgvcAVQQ=s120-c-rp-mo-br100", "author_review_count": 3, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/101963526105268935270/reviews?hl=en-US", "author_local_guide_level": null, "service_quality": {"Professionalism": "Not professional", "Quality": "Poor quality"}, "hotel_rating_breakdown": null, "review_form": null}, {"review_id": "ChdDSUhNMG9nS0VJQ0FnSUM4aU1lZHVRRRAB", "review_text": null, "rating": 5, "review_datetime_utc": "2020-06-22T21:02:54.756Z", "review_timestamp": 1592859774, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUM4aU1lZHVRRRAB!2m1!1s0x0:0xed3aaeb0f12f40e5!3m1!1s2@1:CIHM0ogKEICAgIC8iMeduQE%7CCgwI_rjE9wUQuKf76AI%7C?hl=en-US", "review_photos": null, "review_language": null, "like_count": 0, "author_id": "107897595045100959693", "author_link": "https://www.google.com/maps/contrib/107897595045100959693?hl=en-US", "author_name": "Gio Chavez", "author_photo_url": "https://lh3.googleusercontent.com/a-/ALV-UjUp5IZz11RCn03d77LHx3B1ekkDM54aenYKuWhh8T4HgwU=s120-c-rp-mo-br100", "author_review_count": 8, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/107897595045100959693/reviews?hl=en-US", "author_local_guide_level": 3, "service_quality": null, "hotel_rating_breakdown": null, "review_form": null}, {"review_id": "ChdDSUhNMG9nS0VJQ0FnSUNJdFplWXB3RRAB", "review_text": null, "rating": 5, "review_datetime_utc": "2018-11-29T19:01:40.019Z", "review_timestamp": 1543518100, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUNJdFplWXB3RRAB!2m1!1s0x0:0xed3aaeb0f12f40e5!3m1!1s2@1:CIHM0ogKEICAgICItZeYpwE%7CCgsIlO-A4AUQj9yKCQ%7C?hl=en-US", "review_photos": null, "review_language": null, "like_count": 0, "author_id": "116840516252572424237", "author_link": "https://www.google.com/maps/contrib/116840516252572424237?hl=en-US", "author_name": "Teneki Cail", "author_photo_url": "https://lh3.googleusercontent.com/a/ACg8ocKaVn_8AS_ggCMGX4Wt9d6lEaBpiGbl2dZV4WsDGEys=s120-c-rp-mo-br100", "author_review_count": null, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/116840516252572424237/reviews?hl=en-US", "author_local_guide_level": null, "service_quality": null, "hotel_rating_breakdown": null, "review_form": null}, {"review_id": "ChdDSUhNMG9nS0VJQ0FnSUNDc0ppVGh3RRAB", "review_text": null, "rating": 3, "review_datetime_utc": "2020-08-08T06:47:24.263Z", "review_timestamp": 1596869244, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUNDc0ppVGh3RRAB!2m1!1s0x0:0xed3aaeb0f12f40e5!3m1!1s2@1:CIHM0ogKEICAgICCsJiThwE%7CCgsI_JS5-QUQuOm4fQ%7C?hl=en-US", "review_photos": null, "review_language": null, "like_count": 0, "author_id": "104740185356879916180", "author_link": "https://www.google.com/maps/contrib/104740185356879916180?hl=en-US", "author_name": "Eric Bridges", "author_photo_url": "https://lh3.googleusercontent.com/a-/ALV-UjXu3iyZvESG1FuMgwNgsSgkEtER8I3aE_3ZSMN1JQ3cCh4E=s120-c-rp-mo-ba5-br100", "author_review_count": 193, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/104740185356879916180/reviews?hl=en-US", "author_local_guide_level": 7, "service_quality": null, "hotel_rating_breakdown": null, "review_form": null}], "emails_and_contacts": {"emails": ["[email protected]", "[email protected]", "[email protected]"], "phone_numbers": ["4099481704", "9792452227", "9792452555"], "facebook": "https://www.facebook.com/DunnHeat", "instagram": "https://www.instagram.com/dunnheat", "yelp": "https://www.yelp.com/biz/dunn-heat-exchangers-texas-city", "tiktok": null, "snapchat": null, "twitter": "https://twitter.com/DunnHeat", "linkedin": "https://www.linkedin.com/company/dunn-heat-exchangers-inc", "github": null, "youtube": null, "pinterest": null}}]}
{"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": "0x863f79b1f8b4874d:0xed3aaeb0f12f40e5", "google_id": "0x863f79b1f8b4874d:0xed3aaeb0f12f40e5", "place_id": "ChIJTYe0-LF5P4YR5UAv8bCuOu0", "google_mid": "/g/1tj6v63b", "phone_number": "+14099481704", "name": "Dunn Heat Exchangers, Inc.", "latitude": 29.379566999999998, "longitude": -94.924373, "full_address": "Dunn Heat Exchangers, Inc., 410 21st St S, Texas City, TX 77590", "review_count": 13, "rating": 3.8, "timezone": "America/Chicago", "working_hours": {"Wednesday": ["Open 24 hours"], "Thursday": ["Open 24 hours"], "Friday": ["Open 24 hours"], "Saturday": ["Open 24 hours"], "Sunday": ["Open 24 hours"], "Monday": ["Open 24 hours"], "Tuesday": ["Open 24 hours"]}, "website": "https://www.dunnheat.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x863f79b1f8b4874d:0xed3aaeb0f12f40e5", "cid": "17094167410622021861", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJTYe0-LF5P4YR5UAv8bCuOu0&authuser=0&hl=en&gl=US", "owner_id": "114253359372749232438", "owner_link": "https://maps.google.com/maps/contrib/114253359372749232438", "owner_name": "Dunn Heat Exchangers, Inc.", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Blast cleaning service", "subtypes": ["Blast cleaning service", "Industrial equipment supplier", "Metal fabricator"], "photos_sample": [{"photo_id": "AF1QipOh0VhS_pUiYQJB5PNYNUy-_kuydwgmqxhjrwbN", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipOh0VhS_pUiYQJB5PNYNUy-_kuydwgmqxhjrwbN", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipOh0VhS_pUiYQJB5PNYNUy-_kuydwgmqxhjrwbN=w2048-h1152-k-no", "video_thumbnail_url": null, "latitude": 29.3797036, "longitude": -94.92438539999999, "type": "photo", "photo_datetime_utc": "2018-02-11T00:00:00.000Z", "photo_timestamp": 1518307200}], "global_plus_code": "76X793HG+R7", "compound_plus_code": "93HG+R7 Texas City, Texas", "reviews_per_rating": {"1": 3, "2": 0, "3": 1, "4": 2, "5": 7}, "photo_count": 10, "about": {"summary": null, "details": {"Accessibility": {"Wheelchair accessible entrance": true, "Wheelchair accessible parking lot": true}}}, "address": "410 21st St S, Texas City, TX 77590", "menu_link": null, "order_link": null, "price_level": null, "district": null, "street_address": "410 21st St S", "city": "Texas City", "zipcode": "77590", "state": "Texas", "country": "US", "posts_sample": null, "posts_link": null, "reviews_sample": [{"review_id": "ChdDSUhNMG9nS0VJQ0FnSURxOWFPeV93RRAB", "review_text": "Went to meet the Dunn team and they were amazing.\nGreat company and great people.\n10 stars.", "rating": 5, "review_datetime_utc": "2021-07-14T18:35:34.311Z", "review_timestamp": 1626287734, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSURxOWFPeV93RRAB!2m1!1s0x0:0xed3aaeb0f12f40e5!3m1!1s2@1:CIHM0ogKEICAgIDq9aOy_wE%7CCgwI9ty8hwYQ4OC3lAE%7C?hl=en-US", "review_photos": null, "review_language": "en", "like_count": 0, "author_id": "102173928565133391960", "author_link": "https://www.google.com/maps/contrib/102173928565133391960?hl=en-US", "author_name": "Rogerio Caetano", "author_photo_url": "https://lh3.googleusercontent.com/a-/ALV-UjXqEr_kJ723uPAQ6lZy12JkXPlaUIn-nFFon-dxfR7P=s120-c-rp-mo-br100", "author_review_count": 6, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/102173928565133391960/reviews?hl=en-US", "author_local_guide_level": null, "service_quality": null, "hotel_rating_breakdown": null, "review_form": null}, {"review_id": "ChdDSUhNMG9nS0VJQ0FnSURNd01LN21nRRAB", "review_text": "Their products are great. But their customer service and truthfulness is horrible. I've been burned by them and don't want anyone else to experience this. Go to their competition. You'll be glad you did.", "rating": 1, "review_datetime_utc": "2019-12-12T13:54:05.731Z", "review_timestamp": 1576158845, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSURNd01LN21nRRAB!2m1!1s0x0:0xed3aaeb0f12f40e5!3m1!1s2@1:CIHM0ogKEICAgIDMwMK7mgE%7CCgwI_YzJ7wUQgPz73AI%7C?hl=en-US", "review_photos": null, "review_language": "en", "like_count": 3, "author_id": "117869578916576717824", "author_link": "https://www.google.com/maps/contrib/117869578916576717824?hl=en-US", "author_name": "Steve Welch", "author_photo_url": "https://lh3.googleusercontent.com/a/ACg8ocIrnuYidkDNv0eqw0Rac8sDj7DS-Tmg336fQAyBtTi1-w=s120-c-rp-mo-ba5-br100", "author_review_count": 335, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/117869578916576717824/reviews?hl=en-US", "author_local_guide_level": 7, "service_quality": null, "hotel_rating_breakdown": null, "review_form": null}, {"review_id": "ChZDSUhNMG9nS0VJQ0FnSUM4Z0lHQUJREAE", "review_text": "I just deliver here. Have had great relationship with the crew; don't really know the business.", "rating": 4, "review_datetime_utc": "2020-06-20T17:49:15.816Z", "review_timestamp": 1592675355, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChZDSUhNMG9nS0VJQ0FnSUM4Z0lHQUJREAE!2m1!1s0x0:0xed3aaeb0f12f40e5!3m1!1s2@1:CIHM0ogKEICAgIC8gIGABQ%7CCgwIm5i59wUQgPWshQM%7C?hl=en-US", "review_photos": null, "review_language": "en", "like_count": 0, "author_id": "111751406509194980764", "author_link": "https://www.google.com/maps/contrib/111751406509194980764?hl=en-US", "author_name": "Pamela Watson", "author_photo_url": "https://lh3.googleusercontent.com/a-/ALV-UjWX_0lC44BpvKl_rais6vn6nI36FDf-L7XW66iCivsnOQ=s120-c-rp-mo-ba2-br100", "author_review_count": 21, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/111751406509194980764/reviews?hl=en-US", "author_local_guide_level": 4, "service_quality": null, "hotel_rating_breakdown": null, "review_form": null}, {"review_id": "ChdDSUhNMG9nS0VJQ0FnSUNnLWZ2ZTFRRRAB", "review_text": null, "rating": 5, "review_datetime_utc": "2017-04-17T15:43:25.632Z", "review_timestamp": 1492443805, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUNnLWZ2ZTFRRRAB!2m1!1s0x0:0xed3aaeb0f12f40e5!3m1!1s2@1:CIHM0ogKEICAgICg-fve1QE%7CCgwIncXTxwUQgJyurQI%7C?hl=en-US", "review_photos": null, "review_language": null, "like_count": 0, "author_id": "110904215233745201767", "author_link": "https://www.google.com/maps/contrib/110904215233745201767?hl=en-US", "author_name": "Mark Wilder", "author_photo_url": "https://lh3.googleusercontent.com/a/ACg8ocKG06hWJ5ZPXK6QN8DkyIO3vVN_YEM8y3T73gyCH2db=s120-c-rp-mo-br100", "author_review_count": null, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/110904215233745201767/reviews?hl=en-US", "author_local_guide_level": null, "service_quality": null, "hotel_rating_breakdown": null, "review_form": null}, {"review_id": "ChdDSUhNMG9nS0VJQ0FnSUNLOHFhNXVnRRAB", "review_text": null, "rating": 1, "review_datetime_utc": "2021-03-31T20:02:22.366Z", "review_timestamp": 1617220942, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUNLOHFhNXVnRRAB!2m1!1s0x0:0xed3aaeb0f12f40e5!3m1!1s2@1:CIHM0ogKEICAgICK8qa5ugE%7CCgwIzqqTgwYQkOzdrgE%7C?hl=en-US", "review_photos": null, "review_language": null, "like_count": 0, "author_id": "101963526105268935270", "author_link": "https://www.google.com/maps/contrib/101963526105268935270?hl=en-US", "author_name": "Jared Laymance", "author_photo_url": "https://lh3.googleusercontent.com/a/ACg8ocKp6AFpojpOmwcIszenWcxQp9O39GRxHgYxmifgvcAVQQ=s120-c-rp-mo-br100", "author_review_count": 3, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/101963526105268935270/reviews?hl=en-US", "author_local_guide_level": null, "service_quality": {"Professionalism": "Not professional", "Quality": "Poor quality"}, "hotel_rating_breakdown": null, "review_form": null}, {"review_id": "ChdDSUhNMG9nS0VJQ0FnSUM4aU1lZHVRRRAB", "review_text": null, "rating": 5, "review_datetime_utc": "2020-06-22T21:02:54.756Z", "review_timestamp": 1592859774, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUM4aU1lZHVRRRAB!2m1!1s0x0:0xed3aaeb0f12f40e5!3m1!1s2@1:CIHM0ogKEICAgIC8iMeduQE%7CCgwI_rjE9wUQuKf76AI%7C?hl=en-US", "review_photos": null, "review_language": null, "like_count": 0, "author_id": "107897595045100959693", "author_link": "https://www.google.com/maps/contrib/107897595045100959693?hl=en-US", "author_name": "Gio Chavez", "author_photo_url": "https://lh3.googleusercontent.com/a-/ALV-UjUp5IZz11RCn03d77LHx3B1ekkDM54aenYKuWhh8T4HgwU=s120-c-rp-mo-br100", "author_review_count": 8, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/107897595045100959693/reviews?hl=en-US", "author_local_guide_level": 3, "service_quality": null, "hotel_rating_breakdown": null, "review_form": null}, {"review_id": "ChdDSUhNMG9nS0VJQ0FnSUNJdFplWXB3RRAB", "review_text": null, "rating": 5, "review_datetime_utc": "2018-11-29T19:01:40.019Z", "review_timestamp": 1543518100, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUNJdFplWXB3RRAB!2m1!1s0x0:0xed3aaeb0f12f40e5!3m1!1s2@1:CIHM0ogKEICAgICItZeYpwE%7CCgsIlO-A4AUQj9yKCQ%7C?hl=en-US", "review_photos": null, "review_language": null, "like_count": 0, "author_id": "116840516252572424237", "author_link": "https://www.google.com/maps/contrib/116840516252572424237?hl=en-US", "author_name": "Teneki Cail", "author_photo_url": "https://lh3.googleusercontent.com/a/ACg8ocKaVn_8AS_ggCMGX4Wt9d6lEaBpiGbl2dZV4WsDGEys=s120-c-rp-mo-br100", "author_review_count": null, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/116840516252572424237/reviews?hl=en-US", "author_local_guide_level": null, "service_quality": null, "hotel_rating_breakdown": null, "review_form": null}, {"review_id": "ChdDSUhNMG9nS0VJQ0FnSUNDc0ppVGh3RRAB", "review_text": null, "rating": 3, "review_datetime_utc": "2020-08-08T06:47:24.263Z", "review_timestamp": 1596869244, "review_link": "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sChdDSUhNMG9nS0VJQ0FnSUNDc0ppVGh3RRAB!2m1!1s0x0:0xed3aaeb0f12f40e5!3m1!1s2@1:CIHM0ogKEICAgICCsJiThwE%7CCgsI_JS5-QUQuOm4fQ%7C?hl=en-US", "review_photos": null, "review_language": null, "like_count": 0, "author_id": "104740185356879916180", "author_link": "https://www.google.com/maps/contrib/104740185356879916180?hl=en-US", "author_name": "Eric Bridges", "author_photo_url": "https://lh3.googleusercontent.com/a-/ALV-UjXu3iyZvESG1FuMgwNgsSgkEtER8I3aE_3ZSMN1JQ3cCh4E=s120-c-rp-mo-ba5-br100", "author_review_count": 193, "owner_response_datetime_utc": null, "owner_response_timestamp": null, "owner_response_text": null, "owner_response_language": null, "author_reviews_link": "https://www.google.com/maps/contrib/104740185356879916180/reviews?hl=en-US", "author_local_guide_level": 7, "service_quality": null, "hotel_rating_breakdown": null, "review_form": null}], "emails_and_contacts": {"emails": ["[email protected]", "[email protected]", "[email protected]"], "phone_numbers": ["4099481704", "9792452227", "9792452555"], "facebook": "https://www.facebook.com/DunnHeat", "instagram": "https://www.instagram.com/dunnheat", "yelp": "https://www.yelp.com/biz/dunn-heat-exchangers-texas-city", "tiktok": null, "snapchat": null, "twitter": "https://twitter.com/DunnHeat", "linkedin": "https://www.linkedin.com/company/dunn-heat-exchangers-inc", "github": null, "youtube": null, "pinterest": null}}]}
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-Yorker-A-Wyndham-Hotel/Photo/The-New-Yorker-A-Wyndham-Hotel-New-York-City-Undefined-Exterior.jpg", "photo_url": "https://lh3.googleusercontent.com/gps-proxy/ALm4wwn8oSKuX2_UXCdzffNrsft3nsQb6Auu66mzwZQGKZTVznYy2ebzK_9BIr1fu2w21pXmVYQ_ih7L2jrw5XrDPo26Y2TqOD2Y5sDJL9p8v0pM8-jrjdp4vjevCTU45lIeaxg4HA9mtlZPbCrXaBc0rEqANqv0KbEOp8hywxUaCUIeWKUh3aHum78", "photo_url_large": "https://lh3.googleusercontent.com/gps-proxy/ALm4wwn8oSKuX2_UXCdzffNrsft3nsQb6Auu66mzwZQGKZTVznYy2ebzK_9BIr1fu2w21pXmVYQ_ih7L2jrw5XrDPo26Y2TqOD2Y5sDJL9p8v0pM8-jrjdp4vjevCTU45lIeaxg4HA9mtlZPbCrXaBc0rEqANqv0KbEOp8hywxUaCUIeWKUh3aHum78=w1500-h1004-k-no", "video_thumbnail_url": null, "latitude": 40.752511000000005, "longitude": -73.993222, "type": "photo", "photo_datetime_utc": "2022-05-07T00:00:00.000Z", "photo_timestamp": 1651881600}, {"photo_id": "https://photos.hotelbeds.com/giata/original/01/016831/016831a_hb_ro_018.jpg", "photo_url": "https://lh3.googleusercontent.com/gps-proxy/ALm4wwnfo7N6Ncw2tz0Dj45c--Uu2EvaBvHOLFxbOd7Vi66DM1bdgRvrXkBzGpu9rY-0rKK_3cZKWdtQjnE7TgTrHNIZt_v0gnWKGF-oemgqT-CcbSQGSzadgyu0JVVG1p9eBh5ZY_WpmSRMRzL5L44SGJauvYqHQhw0BzJN-GlIFWFUALUu-xv2DZv8", "photo_url_large": "https://lh3.googleusercontent.com/gps-proxy/ALm4wwnfo7N6Ncw2tz0Dj45c--Uu2EvaBvHOLFxbOd7Vi66DM1bdgRvrXkBzGpu9rY-0rKK_3cZKWdtQjnE7TgTrHNIZt_v0gnWKGF-oemgqT-CcbSQGSzadgyu0JVVG1p9eBh5ZY_WpmSRMRzL5L44SGJauvYqHQhw0BzJN-GlIFWFUALUu-xv2DZv8=w2100-h1399-k-no", "video_thumbnail_url": null, "latitude": 40.752511000000005, "longitude": -73.993222, "type": "photo", "photo_datetime_utc": "2020-10-09T00:00:00.000Z", "photo_timestamp": 1602201600}, {"photo_id": "https://i.giatamedia.com/m.php?m=AQABAAAAla4KAFXuTQQFAM0igfAQrcG5-d00TOqORAg", "photo_url": "https://lh3.googleusercontent.com/gps-proxy/ALm4wwk0QbTE3sC7FOqy2ett4f_F_VeB3yvUFfKm2uq-QKviD6j9PTnLYWa3eto4TsgBJ4s_7LmGqgcsaZSUn9pJrIJAMMYFvlWKzLjLymGJ6Sc1BGQMuNpHkhJ7cLLtIS7m-wdzxplytMdDPrsp3dmT0JayyMSOFmlUsrlBilwgplGwgAzGC_Wmzf4L", "photo_url_large": "https://lh3.googleusercontent.com/gps-proxy/ALm4wwk0QbTE3sC7FOqy2ett4f_F_VeB3yvUFfKm2uq-QKviD6j9PTnLYWa3eto4TsgBJ4s_7LmGqgcsaZSUn9pJrIJAMMYFvlWKzLjLymGJ6Sc1BGQMuNpHkhJ7cLLtIS7m-wdzxplytMdDPrsp3dmT0JayyMSOFmlUsrlBilwgplGwgAzGC_Wmzf4L=w3240-h2160-k-no", "video_thumbnail_url": null, "latitude": 40.752511000000005, "longitude": -73.993222, "type": "photo", "photo_datetime_utc": "2021-08-12T00:00:00.000Z", "photo_timestamp": 1628726400}, {"photo_id": "https://www.iceportal.com/data/2813-31710-f73699300_XXLejpg/United-States/New-York-NY/New-York-City/The-New-Yorker-A-Wyndham-Hotel/Photo/The-New-Yorker-A-Wyndham-Hotel-New-York-City-Undefined-Accessible-Bathroom.jpg", "photo_url": "https://lh3.googleusercontent.com/gps-proxy/ALm4wwm3cXA8kNJKzyOyg9igzgzqYGaSedqdMM6a2X0nrOCYa9HyHgbb00AIfiWM48IxC_rhz_3b87nKBVtC_PqrDF0XP7I2gvXTiji5EDb5h8TnqZmzIvis0apSch8D4ykzolQOOC3UO8ONcrRL2EWVMo65-kyPURnnBfzne4oouM1qmUQQJcuiBBoI", "photo_url_large": "https://lh3.googleusercontent.com/gps-proxy/ALm4wwm3cXA8kNJKzyOyg9igzgzqYGaSedqdMM6a2X0nrOCYa9HyHgbb00AIfiWM48IxC_rhz_3b87nKBVtC_PqrDF0XP7I2gvXTiji5EDb5h8TnqZmzIvis0apSch8D4ykzolQOOC3UO8ONcrRL2EWVMo65-kyPURnnBfzne4oouM1qmUQQJcuiBBoI=w1500-h1000-k-no", "video_thumbnail_url": null, "latitude": 40.752511000000005, "longitude": -73.993222, "type": "photo", "photo_datetime_utc": "2022-10-28T00:00:00.000Z", "photo_timestamp": 1666915200}, {"photo_id": "https://www.iceportal.com/data/2813-31710-f60138066_XXLejpg/United-States/New-York-NY/New-York-City/The-New-Yorker-A-Wyndham-Hotel/Photo/The-New-Yorker-A-Wyndham-Hotel-New-York-City-Undefined-Meeting-Room.jpg", "photo_url": "https://lh3.googleusercontent.com/gps-proxy/ALm4wwnO4aG-5uTReo7IJnP4mTgLZBKTPUH11aXtQgBhF8PUaXmEUvp4rpGz48KUHpN4_cxLLVoHgUQDFyXT4QZiPY_5N_LrJJkaqof1Qo6Eo9QnR7MVgAowOWjoaMxwhqnM3CIhLD443WC8EM8_yiPXMpJ9GsajisIPtf6wuJML2TfhtYy-BrvW7BTn", "photo_url_large": "https://lh3.googleusercontent.com/gps-proxy/ALm4wwnO4aG-5uTReo7IJnP4mTgLZBKTPUH11aXtQgBhF8PUaXmEUvp4rpGz48KUHpN4_cxLLVoHgUQDFyXT4QZiPY_5N_LrJJkaqof1Qo6Eo9QnR7MVgAowOWjoaMxwhqnM3CIhLD443WC8EM8_yiPXMpJ9GsajisIPtf6wuJML2TfhtYy-BrvW7BTn=w1500-h999-k-no", "video_thumbnail_url": null, "latitude": 40.752511000000005, "longitude": -73.993222, "type": "photo", "photo_datetime_utc": "2021-01-04T00:00:00.000Z", "photo_timestamp": 1609718400}]}
{"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": "object", "properties": {"photo_id": {"type": "string"}, "photo_url": {"type": "string"}, "photo_url_large": {"type": "string"}, "video_thumbnail_url": {"type": "null"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "type": {"type": "string"}, "photo_datetime_utc": {"type": "string"}, "photo_timestamp": {"type": "integer"}}}}}}
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:0x3cfc19e0d7e85b94", "google_id": "0x864c2f576c47e55d:0x3cfc19e0d7e85b94", "place_id": "ChIJXeVHbFcvTIYRlFvo1-AZ_Dw", "phone_number": "+19724462500", "name": "Cathedral Plumbing of Texas, LLC", "latitude": 32.987134499999996, "longitude": -96.92448669999999, "full_address": "Cathedral Plumbing of Texas, LLC, 1451 Halsey Way, Carrollton, TX 75007", "review_count": 326, "rating": 4.6, "timezone": "America/Chicago", "working_hours": {"Saturday": ["Closed"], "Sunday": ["Closed"], "Monday": ["7:30\u202fAM\u20135:30\u202fPM"], "Tuesday": ["7:30\u202fAM\u20135:30\u202fPM"], "Wednesday": ["7:30\u202fAM\u20135:30\u202fPM"], "Thursday": ["7:30\u202fAM\u20135:30\u202fPM"], "Friday": ["7:30\u202fAM\u20135:30\u202fPM"]}, "website": "https://www.cathedralplumbingtx.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x864c2f576c47e55d:0x3cfc19e0d7e85b94", "cid": "4394415789892459412", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJXeVHbFcvTIYRlFvo1-AZ_Dw&q=plumbers+in+texas&authuser=0&hl=en&gl=US", "owner_id": "110147018562285922777", "owner_link": "https://maps.google.com/maps/contrib/110147018562285922777", "owner_name": "Cathedral Plumbing of Texas, LLC", "booking_link": "https://www.cathedralplumbingtx.com/contact-us", "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber", "Drainage service"], "photos_sample": [{"photo_id": "AF1QipOEaf8i3PzhIbETevE4-Ry8TdbpV71I7fz4Ap0M", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipOEaf8i3PzhIbETevE4-Ry8TdbpV71I7fz4Ap0M", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipOEaf8i3PzhIbETevE4-Ry8TdbpV71I7fz4Ap0M=w1650-h1100-k-no", "video_thumbnail_url": null, "latitude": 32.987777699999995, "longitude": -96.9244288, "type": "photo", "photo_datetime_utc": "2020-11-23T00:00:00.000Z", "photo_timestamp": 1606089600}], "reviews_per_rating": {"1": 29, "2": 6, "3": 0, "4": 9, "5": 282}, "photo_count": 19, "about": {"summary": null, "details": {"Service options": {"Onsite services": true, "Online estimates": false}, "Accessibility": {"Wheelchair accessible entrance": true}, "Planning": {"Appointment required": true}}}, "address": "1451 Halsey Way, Carrollton, TX 75007", "order_link": null, "price_level": null, "district": "Central Carrollton", "street_address": "1451 Halsey Way", "city": "Carrollton", "zipcode": "75007", "state": "Texas", "country": "US"}, {"business_id": "0x864c1ee39503b8c1:0xccbe5d6f5e45fa82", "google_id": "0x864c1ee39503b8c1:0xccbe5d6f5e45fa82", "place_id": "ChIJwbgDleMeTIYRgvpFXm9dvsw", "phone_number": "+19724981047", "name": "Texas Green Plumbing", "latitude": 32.960231, "longitude": -96.7028236, "full_address": "Texas Green Plumbing, 1300 E Arapaho Rd #101, Richardson, TX 75081", "review_count": 116, "rating": 4.6, "timezone": "America/Chicago", "working_hours": {"Saturday": ["8\u202fAM\u20133\u202fPM"], "Sunday": ["Closed"], "Monday": ["7\u202fAM\u20136\u202fPM"], "Tuesday": ["7\u202fAM\u20136\u202fPM"], "Wednesday": ["7\u202fAM\u20136\u202fPM"], "Thursday": ["7\u202fAM\u20136\u202fPM"], "Friday": ["7\u202fAM\u20136\u202fPM"]}, "website": "https://texasgreenplumbing.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x864c1ee39503b8c1:0xccbe5d6f5e45fa82", "cid": "14753332162216721026", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJwbgDleMeTIYRgvpFXm9dvsw&q=plumbers+in+texas&authuser=0&hl=en&gl=US", "owner_id": "104674204179041481631", "owner_link": "https://maps.google.com/maps/contrib/104674204179041481631", "owner_name": "Texas Green Plumbing", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber", "Drainage service", "Furnace repair service", "Heating contractor", "Septic system service"], "photos_sample": [{"photo_id": "AF1QipP8UaLDQyBM5qLsA4XVCXQxuNchNsM8ECz-e9pY", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipP8UaLDQyBM5qLsA4XVCXQxuNchNsM8ECz-e9pY", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipP8UaLDQyBM5qLsA4XVCXQxuNchNsM8ECz-e9pY=w3840-h5760-k-no", "video_thumbnail_url": null, "latitude": 32.960429, "longitude": -96.70291429999999, "type": "photo", "photo_datetime_utc": "2020-09-19T00:00:00.000Z", "photo_timestamp": 1600473600}], "reviews_per_rating": {"1": 7, "2": 2, "3": 3, "4": 4, "5": 100}, "photo_count": 127, "about": {"summary": null, "details": {"Service options": {"Online estimates": true}}}, "address": "1300 E Arapaho Rd #101, Richardson, TX 75081", "order_link": null, "price_level": null, "district": null, "street_address": "1300 E Arapaho Rd #101", "city": "Richardson", "zipcode": "75081", "state": "Texas", "country": "US"}, {"business_id": "0x880e2cac1153c397:0x601ff25021fe71c1", "google_id": "0x880e2cac1153c397:0x601ff25021fe71c1", "place_id": "ChIJl8NTEawsDogRwXH-IVDyH2A", "phone_number": "+13124641744", "name": "The Purple Pig Restaurant", "latitude": 41.890738999999996, "longitude": -87.6245691, "full_address": "The Purple Pig Restaurant, 444 Michigan Ave, Chicago, IL 60611", "review_count": 5305, "rating": 4.6, "timezone": "America/Chicago", "working_hours": {"Saturday": ["11\u202fAM\u201310\u202fPM"], "Sunday": ["11\u202fAM\u20139\u202fPM"], "Monday": ["11\u202fAM\u20139\u202fPM"], "Tuesday": ["11\u202fAM\u20139\u202fPM"], "Wednesday": ["11\u202fAM\u20139\u202fPM"], "Thursday": ["11\u202fAM\u201310\u202fPM"], "Friday": ["11\u202fAM\u201310\u202fPM"]}, "website": "https://thepurplepigchicago.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x880e2cac1153c397:0x601ff25021fe71c1", "cid": "6926521177900741057", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJl8NTEawsDogRwXH-IVDyH2A&q=restaurants+in+chicago&authuser=0&hl=en&gl=US", "owner_id": "117843084873956424149", "owner_link": "https://maps.google.com/maps/contrib/117843084873956424149", "owner_name": "The Purple Pig Restaurant", "booking_link": "https://resy.com/cities/chi/the-purple-pig", "reservations_link": "https://resy.com/cities/chi/the-purple-pig", "business_status": "OPEN", "type": "Mediterranean restaurant", "subtypes": ["Mediterranean restaurant", "Greek restaurant", "Italian restaurant"], "photos_sample": [{"photo_id": "AF1QipNPejU9kjwsdFd6B0CYGemR3PQpii1RN3BV6hJq", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipNPejU9kjwsdFd6B0CYGemR3PQpii1RN3BV6hJq", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipNPejU9kjwsdFd6B0CYGemR3PQpii1RN3BV6hJq=w1280-h853-k-no", "video_thumbnail_url": null, "latitude": 41.89073903720813, "longitude": -87.62456913712829, "type": "photo", "photo_datetime_utc": "2022-08-29T00:00:00.000Z", "photo_timestamp": 1661731200}], "reviews_per_rating": {"1": 117, "2": 106, "3": 273, "4": 934, "5": 3875}, "photo_count": 10285, "about": {"summary": "Expanded outpost of a famed pork & wine specialist with an open kitchen & a chic, airy setting.", "details": {"Service options": {"Curbside pickup": true, "No-contact delivery": true, "Delivery": true, "Takeout": true, "Dine-in": true}, "Highlights": {"Great dessert": true}, "Popular for": {"Lunch": true, "Dinner": true, "Solo dining": true}, "Accessibility": {"Wheelchair accessible entrance": true, "Wheelchair accessible restroom": true, "Wheelchair accessible seating": true, "Wheelchair accessible parking lot": false}, "Offerings": {"Alcohol": true, "Beer": true, "Cocktails": true, "Coffee": true, "Comfort food": true, "Happy hour drinks": true, "Hard liquor": true, "Healthy options": true, "Late-night food": true, "Small plates": true, "Wine": true}, "Dining options": {"Brunch": true, "Lunch": true, "Dinner": true, "Catering": true, "Dessert": true, "Seating": true}, "Amenities": {"Bar onsite": true, "High chairs": true, "Restroom": true}, "Atmosphere": {"Casual": true, "Cozy": true, "Upscale": true}, "Crowd": {"Family-friendly": true, "Groups": true, "LGBTQ+ friendly": true, "Tourists": true}, "Planning": {"Lunch reservations recommended": true, "Dinner reservations recommended": true, "Accepts reservations": true, "Usually a wait": true}, "Payments": {"Debit cards": true, "NFC mobile payments": true, "Credit cards": true}}}, "address": "444 Michigan Ave, Chicago, IL 60611", "order_link": "https://www.google.com/maps/reserve/v/dine/c/2VRraAOpuew?source=pa&hl=en-US&gei=_XH6Y4mXIKHcz7sPm_ykgAY&sourceurl=https://www.google.com/search?tbm%3Dmap%26authuser%3D0%26hl%3Den%26gl%3Dus%26pb%3D!4m12!1m3!1d65099.148216225694!2d-101.547385!3d38.447030!2m3!1f0!2f0!3f0!3m2!1i1000!2i1000!4f13.1!7i2!10b1!12m10!1m1!18b1!2m3!5m1!6e2!20e3!10b1!16b1!17m1!3e1!19m4!2m3!1i360!2i120!4i8!20m57!2m2!1i203!2i100!3m2!2i4!5b1!6m6!1m2!1i86!2i86!1m2!1i408!2i240!7m42!1m3!1e1!2b0!3e3!1m3!1e2!2b1!3e2!1m3!1e2!2b0!3e3!1m3!1e8!2b0!3e3!1m3!1e10!2b0!3e3!1m3!1e10!2b1!3e2!1m3!1e9!2b1!3e2!1m3!1e10!2b0!3e3!1m3!1e10!2b1!3e2!1m3!1e10!2b0!3e4!2b1!4b1!9b0!22m6!1sZReNY9m5JdKqkdUPiMOVqAI!4m1!2i11886!7e81!12e5!18e15!24m73!1m23!13m9!2b1!3b1!4b1!6i1!8b1!9b1!14b1!20b1!25b1!18m12!3b1!4b1!5b1!6b1!9b1!12b1!13b1!14b1!15b1!17b1!20b1!21b1!2b1!5m5!2b1!3b1!5b1!6b1!7b1!10m1!8e3!11m1!3e1!14m1!3b1!17b1!20m2!1e3!1e6!24b1!25b1!26b1!29b1!30m1!2b1!36b1!39m3!2m2!2i1!3i1!43b1!52b1!54m1!1b1!55b1!56m2!1b1!3b1!65m5!3m4!1m3!1m2!1i224!2i298!71b1!72m4!1m2!3b1!5b1!4b1!89b1!26m4!2m3!1i80!2i92!4i8!30m28!1m6!1m2!1i0!2i0!2m2!1i458!2i586!1m6!1m2!1i1742!2i0!2m2!1i1792!2i586!1m6!1m2!1i0!2i0!2m2!1i1792!2i20!1m6!1m2!1i0!2i566!2m2!1i1792!2i586!34m18!2b1!3b1!4b1!6b1!8m6!1b1!3b1!4b1!5b1!6b1!7b1!9b1!12b1!14b1!20b1!23b1!25b1!26b1!37m1!1e81!42b1!47m0!49m5!3b1!6m1!1b1!7m1!1e3!50m4!2e2!3m2!1b1!3b1!61b1!67m2!7b1!10b1!69i628%26q%3Drestaurants%2Bin%2Bchicago", "price_level": "$$", "district": "Streeterville", "street_address": "444 Michigan Ave", "city": "Chicago", "zipcode": "60611", "state": "Illinois", "country": "US"}, {"business_id": "0x880e2953a8730075:0xed3e03848514576e", "google_id": "0x880e2953a8730075:0xed3e03848514576e", "place_id": "ChIJdQBzqFMpDogRblcUhYQDPu0", "phone_number": "+17739478831", "name": "Virtue Restaurant", "latitude": 41.7996669, "longitude": -87.58925149999999, "full_address": "Virtue Restaurant, 1462 E 53rd St, Chicago, IL 60615", "review_count": 1135, "rating": 4.6, "timezone": "America/Chicago", "working_hours": {"Saturday": ["4\u201310\u202fPM"], "Sunday": ["4\u20139\u202fPM"], "Monday": ["Closed"], "Tuesday": ["Closed"], "Wednesday": ["4\u20139\u202fPM"], "Thursday": ["4\u20139\u202fPM"], "Friday": ["4\u201310\u202fPM"]}, "website": "https://www.virtuerestaurant.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x880e2953a8730075:0xed3e03848514576e", "cid": "17095105103248250734", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJdQBzqFMpDogRblcUhYQDPu0&q=restaurants+in+chicago&authuser=0&hl=en&gl=US", "owner_id": "105704475821647077315", "owner_link": "https://maps.google.com/maps/contrib/105704475821647077315", "owner_name": "Virtue Restaurant", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Restaurant", "subtypes": ["Restaurant", "Southern restaurant (US)"], "photos_sample": [{"photo_id": "AF1QipORHmzRvxaM2Tui4WyyJgZvPC9iA2wHnc7QzQKS", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipORHmzRvxaM2Tui4WyyJgZvPC9iA2wHnc7QzQKS", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipORHmzRvxaM2Tui4WyyJgZvPC9iA2wHnc7QzQKS=w6030-h3854-k-no", "video_thumbnail_url": null, "latitude": 41.7995216, "longitude": -87.589323, "type": "photo", "photo_datetime_utc": "2022-07-26T00:00:00.000Z", "photo_timestamp": 1658793600}], "reviews_per_rating": {"1": 33, "2": 21, "3": 60, "4": 131, "5": 890}, "photo_count": 1301, "about": {"summary": "Hearty Southern cooking paired with wines & cocktails in funky-chic quarters with an open kitchen.", "details": {"Service options": {"Outdoor seating": true, "Takeout": true, "Dine-in": true}, "Highlights": {"Great cocktails": true, "Great dessert": true, "Great wine list": true}, "Popular for": {"Dinner": true, "Solo dining": true}, "Accessibility": {"Wheelchair accessible entrance": true, "Wheelchair accessible restroom": true, "Wheelchair accessible seating": true}, "Offerings": {"Alcohol": true, "Beer": true, "Cocktails": true, "Coffee": true, "Comfort food": true, "Happy hour drinks": true, "Hard liquor": true, "Wine": true}, "Dining options": {"Breakfast": true, "Brunch": true, "Dinner": true, "Dessert": true, "Seating": true}, "Amenities": {"Bar onsite": true, "Restroom": true}, "Atmosphere": {"Cozy": true, "Romantic": true, "Upscale": true}, "Crowd": {"Groups": true, "Tourists": true}, "Planning": {"Dinner reservations recommended": true, "Accepts reservations": true, "Usually a wait": true}, "Payments": {"Debit cards": true, "NFC mobile payments": true, "Credit cards": true}}}, "address": "1462 E 53rd St, Chicago, IL 60615", "order_link": null, "price_level": "$$$", "district": "Hyde Park", "street_address": "1462 E 53rd St", "city": "Chicago", "zipcode": "60615", "state": "Illinois", "country": "US"}, {"business_id": "0x8085808b287f3b3b:0xa49802f84f7ddb35", "google_id": "0x8085808b287f3b3b:0xa49802f84f7ddb35", "place_id": "ChIJOzt_KIuAhYARNdt9T_gCmKQ", "phone_number": "+14154336600", "name": "Hilton San Francisco Financial District", "latitude": 37.7952284, "longitude": -122.40407289999999, "full_address": "Hilton San Francisco Financial District, 750 Kearny St, San Francisco, CA 94108", "review_count": 4627, "rating": 3.9, "timezone": "America/Los_Angeles", "working_hours": null, "website": "https://www.hilton.com/en/hotels/sfofdhf-hilton-san-francisco-financial-district/?SEO_id=GMB-AMER-HH-SFOFDHF&y_source=1_MTIyMDk1Ni03MTUtbG9jYXRpb24ud2Vic2l0ZQ%3D%3D", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x8085808b287f3b3b:0xa49802f84f7ddb35", "cid": "11860232884188994357", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJOzt_KIuAhYARNdt9T_gCmKQ&q=hotels+near+san+francisco&authuser=0&hl=en&gl=US", "owner_id": "112262189677275123944", "owner_link": "https://maps.google.com/maps/contrib/112262189677275123944", "owner_name": "Hilton San Francisco Financial District", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Hotel", "subtypes": ["Hotel"], "photos_sample": [{"photo_id": "AF1QipPb-WBlq47zGFMjalAgym-w9SvyZY14qbtBA0GJ", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipPb-WBlq47zGFMjalAgym-w9SvyZY14qbtBA0GJ", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipPb-WBlq47zGFMjalAgym-w9SvyZY14qbtBA0GJ=w4500-h3000-k-no", "video_thumbnail_url": null, "latitude": 37.7951858, "longitude": -122.40477999999999, "type": "photo", "photo_datetime_utc": "2020-12-07T00:00:00.000Z", "photo_timestamp": 1607299200}], "reviews_per_rating": {"1": 370, "2": 303, "3": 675, "4": 1375, "5": 1904}, "photo_count": 7263, "about": {"summary": "Located in San Francisco's financial district, this upscale 27-story hotel is a 1-mile drive from conventions at the Moscone Center and 5 miles' drive from the Golden Gate Bridge. Offering city or bay views, the chic rooms have custom-designed beds, flat-screen TVs and Wi-Fi (fee). Upgraded rooms provide access to a club lounge with free breakfast and evening appetizers. Suites add living areas and minifridges. Room service is available. Amenities include a restaurant, a stylish bar, and a wine bar with access to iPads. A breakfast buffet is offered for a fee. There's also a 24/7 gym, a business center and 20,000 sq ft of meeting space.", "details": null}, "address": "750 Kearny St, San Francisco, CA 94108", "order_link": null, "price_level": null, "district": "Chinatown", "street_address": "750 Kearny St", "city": "San Francisco", "zipcode": "94108", "state": "California", "country": "US", "hotel_location_rating": {"Overall": 4.8, "Things to do": 4.7, "Transit": 4.6, "Airports": 4.1}, "hotel_amenities": null, "hotel_stars": 4, "hotel_review_summary": {"Rooms": {"score": 2.9, "summary": ["Rooms had views", "Some guests said the rooms were small & dated, and that cleanliness & maintenance could be improved", "Some guests said the bathrooms were small & cleanliness could be improved"]}, "Location": {"score": 4.1, "summary": ["Near the city center & beach; shopping, sightseeing, restaurants & bars nearby", "Near public transit"]}, "Service & facilities": {"score": 3.2, "summary": ["Guests appreciated the friendly staff", "Some guests said management & housekeeping could be improved"]}}}, {"business_id": "0x808580953b304983:0xf80b9c8c620e6b91", "google_id": "0x808580953b304983:0xf80b9c8c620e6b91", "place_id": "ChIJg0kwO5WAhYARkWsOYoycC_g", "phone_number": "+14154414000", "name": "Holiday Inn San Francisco-Golden Gateway, an IHG Hotel", "latitude": 37.7898079, "longitude": -122.4219471, "full_address": "Holiday Inn San Francisco-Golden Gateway, an IHG Hotel, 1500 Van Ness Ave, San Francisco, CA 94109", "review_count": 2969, "rating": 4, "timezone": "America/Los_Angeles", "working_hours": null, "website": "https://www.ihg.com/holidayinn/hotels/us/en/san-francisco/sfogg/hoteldetail?cm_mmc=GoogleMaps-_-HI-_-US-_-SFOGG", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808580953b304983:0xf80b9c8c620e6b91", "cid": "17873551672904412049", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJg0kwO5WAhYARkWsOYoycC_g&q=hotels+near+san+francisco&authuser=0&hl=en&gl=US", "owner_id": "110544783501553208813", "owner_link": "https://maps.google.com/maps/contrib/110544783501553208813", "owner_name": "Holiday Inn San Francisco-Golden Gateway, an IHG Hotel", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Hotel", "subtypes": ["Hotel", "Conference center", "Wedding venue"], "photos_sample": [{"photo_id": "AF1QipMxNRy-6mTU_9Aj9ZuCzRjMjyGV4CAMkT7RqnUC", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipMxNRy-6mTU_9Aj9ZuCzRjMjyGV4CAMkT7RqnUC", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipMxNRy-6mTU_9Aj9ZuCzRjMjyGV4CAMkT7RqnUC=w2048-h1152-k-no", "video_thumbnail_url": null, "latitude": 37.789907, "longitude": -122.42214089999999, "type": "photo", "photo_datetime_utc": "2020-03-28T00:00:00.000Z", "photo_timestamp": 1585353600}], "reviews_per_rating": {"1": 168, "2": 127, "3": 394, "4": 1010, "5": 1270}, "photo_count": 4953, "about": {"summary": "This straightforward high-rise hotel is 1 mile from Union Square and the Civic Center BART station, 2 miles from Fisherman's Wharf, and 14 miles from San Francisco International Airport. Relaxed rooms have free Wi-Fi and flat-screen TVs, along with desks and minifridges. Suites have separate living areas and pull-out sofas. Kids stay with an adult for no charge. Evening room service is available. A casual restaurant serves California-inspired cuisine (kids 12 and under eat free). Other amenities include a bar, an outdoor heated pool and 24-hour gym, plus 18,000 sq ft of meeting space. Parking is available for a fee.", "details": null}, "address": "1500 Van Ness Ave, San Francisco, CA 94109", "order_link": null, "price_level": null, "district": "Polk Gulch", "street_address": "1500 Van Ness Ave", "city": "San Francisco", "zipcode": "94109", "state": "California", "country": "US", "hotel_location_rating": {"Overall": 4.7, "Things to do": 4.9, "Transit": 4, "Airports": 4.2}, "hotel_amenities": {"Free Wi-Fi": true}, "hotel_stars": 3, "hotel_review_summary": {"Rooms": {"score": 3.7, "summary": ["Rooms had views", "Some guests said the bathrooms were small & cleanliness could be improved"]}, "Location": {"score": 4.2, "summary": ["Near the city center; shopping, sightseeing, restaurants & bars nearby", "Near public transit", "Easily accessible by car"]}, "Service & facilities": {"score": 3.95, "summary": ["Guests appreciated the friendly staff", "Guests enjoyed the pool & fitness center"]}}}]}
{"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": "integer"}, "zoom": {"type": "integer"}}}, "data": {"type": "array", "items": {"type": "object"}}}}
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_id": "ChIJCe1KCaYzjoAR-VkaqndGpd8", "phone_number": "+14082109500", "name": "Crown Plumbing", "latitude": 37.3187195, "longitude": -121.9068882, "full_address": "Crown Plumbing, 859 Savaker St, San Jose, CA 95126", "review_count": 536, "rating": 4.9, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["Closed"], "Sunday": ["Closed"], "Monday": ["8\u202fAM\u20135\u202fPM"], "Tuesday": ["8\u202fAM\u20135\u202fPM"], "Wednesday": ["8\u202fAM\u20135\u202fPM"], "Thursday": ["8\u202fAM\u20135\u202fPM"], "Friday": ["8\u202fAM\u20135\u202fPM"]}, "website": "http://localplumberinsanjoseca.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808e33a6094aed09:0xdfa54677aa1a59f9", "cid": "16115364321384094201", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJCe1KCaYzjoAR-VkaqndGpd8&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "105609991517287985661", "owner_link": "https://maps.google.com/maps/contrib/105609991517287985661", "owner_name": "Crown Plumbing", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber"], "photos_sample": [{"photo_id": "AF1QipPh3u2E2LS87S_JncGXZYVnHKATsXMxUm1cLAz0", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipPh3u2E2LS87S_JncGXZYVnHKATsXMxUm1cLAz0", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipPh3u2E2LS87S_JncGXZYVnHKATsXMxUm1cLAz0=w1536-h2048-k-no", "video_thumbnail_url": null, "latitude": 37.318451499999995, "longitude": -121.90668540000001, "type": "photo", "photo_datetime_utc": "2015-07-05T00:00:00.000Z", "photo_timestamp": 1436054400}], "reviews_per_rating": {"1": 6, "2": 3, "3": 2, "4": 20, "5": 505}, "photo_count": 78, "about": {"summary": null, "details": {"Service options": {"Online estimates": false, "Onsite services": false}, "Planning": {"Appointment required": true}}}, "address": "859 Savaker St, San Jose, CA 95126", "order_link": null, "price_level": null, "district": "Central San Jose", "street_address": "859 Savaker St", "city": "San Jose", "zipcode": "95126", "state": "California", "country": "US"}, {"business_id": "0x808fcc5e3bb8a441:0xb021fd0072109b7f", "google_id": "0x808fcc5e3bb8a441:0xb021fd0072109b7f", "place_id": "ChIJQaS4O17Mj4ARf5sQcgD9IbA", "phone_number": "+14082140355", "name": "Mr. Rooter Plumbing of San Jose", "latitude": 37.327072, "longitude": -121.896851, "full_address": "Mr. Rooter Plumbing of San Jose, 437 W San Carlos St, San Jose, CA 95110", "review_count": 78, "rating": 4.7, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["Open 24 hours"], "Sunday": ["Open 24 hours"], "Monday": ["Open 24 hours"], "Tuesday": ["Open 24 hours"], "Wednesday": ["Open 24 hours"], "Thursday": ["Open 24 hours"], "Friday": ["Open 24 hours"]}, "website": "https://www.mrrooter.com/san-jose/?cid=LSTL_MRR000199", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808fcc5e3bb8a441:0xb021fd0072109b7f", "cid": "12691703403262286719", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJQaS4O17Mj4ARf5sQcgD9IbA&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "117576026200237027350", "owner_link": "https://maps.google.com/maps/contrib/117576026200237027350", "owner_name": "Mr. Rooter Plumbing of San Jose", "booking_link": "https://www.mrrooter.com/san-jose/request-job-estimate/?cid=LSTL_MRR000199", "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber", "Drainage service", "Hot water system supplier", "Septic system service", "Water filter supplier"], "photos_sample": [{"photo_id": "AF1QipNJz5VzO4Bssr1FCs3kQKuIZPT5wOuC2O5LwxWa", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipNJz5VzO4Bssr1FCs3kQKuIZPT5wOuC2O5LwxWa", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipNJz5VzO4Bssr1FCs3kQKuIZPT5wOuC2O5LwxWa=w1290-h589-k-no", "video_thumbnail_url": null, "latitude": 37.3269314, "longitude": -121.89670330000001, "type": "photo", "photo_datetime_utc": "2017-12-15T00:00:00.000Z", "photo_timestamp": 1513296000}], "reviews_per_rating": {"1": 5, "2": 0, "3": 1, "4": 3, "5": 69}, "photo_count": 5, "about": {"summary": null, "details": {"From the business": {"Identifies as veteran-owned": true}}}, "address": "437 W San Carlos St, San Jose, CA 95110", "order_link": null, "price_level": null, "district": "Central San Jose", "street_address": "437 W San Carlos St", "city": "San Jose", "zipcode": "95110", "state": "California", "country": "US"}, {"business_id": "0x808fcb17bcc64837:0xe64148c9674d183e", "google_id": "0x808fcb17bcc64837:0xe64148c9674d183e", "place_id": "ChIJN0jGvBfLj4ARPhhNZ8lIQeY", "phone_number": "+14086649700", "name": "Elite Rooter San Jose", "latitude": 37.365579499999996, "longitude": -121.905796, "full_address": "Elite Rooter San Jose, 1430 Koll Cir Suite 107, San Jose, CA 95112", "review_count": 760, "rating": 4.8, "timezone": "America/Los_Angeles", "working_hours": null, "website": "https://www.eliterooter.com/location/san-jose", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808fcb17bcc64837:0xe64148c9674d183e", "cid": "16591622532068350014", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJN0jGvBfLj4ARPhhNZ8lIQeY&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "109860750972168617915", "owner_link": "https://maps.google.com/maps/contrib/109860750972168617915", "owner_name": "Elite Rooter San Jose", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber", "Contractor", "Septic system service"], "photos_sample": [{"photo_id": "AF1QipO987mI3ivTIJoA6oNUdqFH-z0lWuRWGwt12tCr", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipO987mI3ivTIJoA6oNUdqFH-z0lWuRWGwt12tCr", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipO987mI3ivTIJoA6oNUdqFH-z0lWuRWGwt12tCr=w4608-h2592-k-no", "video_thumbnail_url": null, "latitude": 37.365497999999995, "longitude": -121.90594680000001, "type": "photo", "photo_datetime_utc": "2020-03-04T00:00:00.000Z", "photo_timestamp": 1583280000}], "reviews_per_rating": {"1": 23, "2": 8, "3": 10, "4": 32, "5": 687}, "photo_count": 281, "about": null, "address": "1430 Koll Cir Suite 107, San Jose, CA 95112", "order_link": null, "price_level": null, "district": "North San Jose", "street_address": "1430 Koll Cir Suite 107", "city": "San Jose", "zipcode": "95112", "state": "California", "country": "US"}, {"business_id": "0x808fcd85333c36cd:0x772fe7873446c201", "google_id": "0x808fcd85333c36cd:0x772fe7873446c201", "place_id": "ChIJzTY8M4XNj4ARAcJGNIfnL3c", "phone_number": "+14082830600", "name": "Rayne Plumbing & Sewer Service, Inc.", "latitude": 37.3594377, "longitude": -121.8929702, "full_address": "Rayne Plumbing & Sewer Service, Inc., 517 Madera Ave, San Jose, CA 95112", "review_count": 54, "rating": 4.5, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["Open 24 hours"], "Sunday": ["Open 24 hours"], "Monday": ["Open 24 hours"], "Tuesday": ["Open 24 hours"], "Wednesday": ["Open 24 hours"], "Thursday": ["Open 24 hours"], "Friday": ["Open 24 hours"]}, "website": "http://www.rayneplumbing.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808fcd85333c36cd:0x772fe7873446c201", "cid": "8588337582302478849", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJzTY8M4XNj4ARAcJGNIfnL3c&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "114183514295192948301", "owner_link": "https://maps.google.com/maps/contrib/114183514295192948301", "owner_name": "Rayne Plumbing & Sewer Service, Inc.", "booking_link": "http://www.rayneplumbing.com/contact", "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber", "Boiler supplier", "Gas installation service"], "photos_sample": [{"photo_id": "AF1QipMbzuY3nbkUk6VY1WDlzmlLHIPqWEUyKIWFxhfR", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipMbzuY3nbkUk6VY1WDlzmlLHIPqWEUyKIWFxhfR", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipMbzuY3nbkUk6VY1WDlzmlLHIPqWEUyKIWFxhfR=w960-h720-k-no", "video_thumbnail_url": null, "latitude": 37.3592763, "longitude": -121.89284680000002, "type": "photo", "photo_datetime_utc": "2022-01-10T00:00:00.000Z", "photo_timestamp": 1641772800}], "reviews_per_rating": {"1": 4, "2": 2, "3": 0, "4": 7, "5": 41}, "photo_count": 447, "about": {"summary": null, "details": {"Planning": {"Appointment required": true}}}, "address": "517 Madera Ave, San Jose, CA 95112", "order_link": null, "price_level": null, "district": "Central San Jose", "street_address": "517 Madera Ave", "city": "San Jose", "zipcode": "95112", "state": "California", "country": "US"}, {"business_id": "0x808e329ecdc3ffff:0x524a7e1fc05080b2", "google_id": "0x808e329ecdc3ffff:0x524a7e1fc05080b2", "place_id": "ChIJ___DzZ4yjoARsoBQwB9-SlI", "phone_number": "+16692783975", "name": "Best Bay Plumbing And Rooter", "latitude": 37.371182999999995, "longitude": -121.9070562, "full_address": "Best Bay Plumbing And Rooter, 454 Reynolds Cir Suite A, San Jose, CA 95112", "review_count": 28, "rating": 5, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["7\u202fAM\u20137\u202fPM"], "Sunday": ["Closed"], "Monday": ["7\u202fAM\u201310\u202fPM"], "Tuesday": ["7\u202fAM\u201310\u202fPM"], "Wednesday": ["7\u202fAM\u201310\u202fPM"], "Thursday": ["7\u202fAM\u201310\u202fPM"], "Friday": ["7\u202fAM\u201310\u202fPM"]}, "website": "http://www.bestbayplumbing.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808e329ecdc3ffff:0x524a7e1fc05080b2", "cid": "5929690534222266546", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJ___DzZ4yjoARsoBQwB9-SlI&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "117593302955937669987", "owner_link": "https://maps.google.com/maps/contrib/117593302955937669987", "owner_name": "Best Bay Plumbing And Rooter", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber"], "photos_sample": [{"photo_id": "AF1QipMV9X4NP-yrL0jIxYttfBETvzoJs828qladVcQv", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipMV9X4NP-yrL0jIxYttfBETvzoJs828qladVcQv", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipMV9X4NP-yrL0jIxYttfBETvzoJs828qladVcQv=w3024-h4032-k-no", "video_thumbnail_url": null, "latitude": 37.3710805, "longitude": -121.90721309999999, "type": "photo", "photo_datetime_utc": "2020-05-17T00:00:00.000Z", "photo_timestamp": 1589673600}], "reviews_per_rating": {"1": 0, "2": 0, "3": 0, "4": 0, "5": 28}, "photo_count": 37, "about": {"summary": null, "details": {"Service options": {"Online estimates": true, "Onsite services": true}, "Planning": {"Appointment required": true}}}, "address": "454 Reynolds Cir Suite A, San Jose, CA 95112", "order_link": null, "price_level": null, "district": "North San Jose", "street_address": "454 Reynolds Cir Suite A", "city": "San Jose", "zipcode": "95112", "state": "California", "country": "US"}, {"business_id": "0x808fbf5574482313:0xf6890883c3177cbd", "google_id": "0x808fbf5574482313:0xf6890883c3177cbd", "place_id": "ChIJEyNIdFW_j4ARvXwXw4MIifY", "phone_number": "+14082810911", "name": "Drain Doctor", "latitude": 37.3659483, "longitude": -121.89374819999999, "full_address": "Drain Doctor, 1277 N 15th St, San Jose, CA 95112", "review_count": 296, "rating": 4.9, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["Open 24 hours"], "Sunday": ["Open 24 hours"], "Monday": ["Open 24 hours"], "Tuesday": ["Open 24 hours"], "Wednesday": ["Open 24 hours"], "Thursday": ["Open 24 hours"], "Friday": ["Open 24 hours"]}, "website": "https://www.draindoctor.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808fbf5574482313:0xf6890883c3177cbd", "cid": "17764739567146466493", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJEyNIdFW_j4ARvXwXw4MIifY&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "115110902223908954500", "owner_link": "https://maps.google.com/maps/contrib/115110902223908954500", "owner_name": "Drain Doctor", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber"], "photos_sample": [{"photo_id": "AF1QipP9QHNePweWM-WkJWA8a-4oelEx4u1oAyWL1tNc", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipP9QHNePweWM-WkJWA8a-4oelEx4u1oAyWL1tNc", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipP9QHNePweWM-WkJWA8a-4oelEx4u1oAyWL1tNc=w3648-h2736-k-no", "video_thumbnail_url": null, "latitude": 37.366080499999995, "longitude": -121.89346640000001, "type": "photo", "photo_datetime_utc": "2021-02-03T00:00:00.000Z", "photo_timestamp": 1612310400}], "reviews_per_rating": {"1": 4, "2": 1, "3": 2, "4": 14, "5": 275}, "photo_count": 20, "about": {"summary": null, "details": {"Service options": {"Online estimates": false, "Onsite services": false}, "Planning": {"Appointment required": true}}}, "address": "1277 N 15th St, San Jose, CA 95112", "order_link": null, "price_level": null, "district": "North San Jose", "street_address": "1277 N 15th St", "city": "San Jose", "zipcode": "95112", "state": "California", "country": "US"}, {"business_id": "0x808e3356acb653d9:0xbf718a58520ab73d", "google_id": "0x808e3356acb653d9:0xbf718a58520ab73d", "place_id": "ChIJ2VO2rFYzjoARPbcKUliKcb8", "phone_number": "+14083753190", "name": "Marti's Plumbing San Jose", "latitude": 37.308498, "longitude": -121.87889729999999, "full_address": "Marti's Plumbing San Jose, 1601 Almaden Rd unit a, San Jose, CA 95125", "review_count": 24, "rating": 4.6, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["9\u202fAM\u20135\u202fPM"], "Sunday": ["Closed"], "Monday": ["9\u202fAM\u20135\u202fPM"], "Tuesday": ["9\u202fAM\u20135\u202fPM"], "Wednesday": ["9\u202fAM\u20135\u202fPM"], "Thursday": ["9\u202fAM\u20135\u202fPM"], "Friday": ["9\u202fAM\u20135\u202fPM"]}, "website": null, "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808e3356acb653d9:0xbf718a58520ab73d", "cid": "13794959245550729021", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJ2VO2rFYzjoARPbcKUliKcb8&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "112742307101691315378", "owner_link": "https://maps.google.com/maps/contrib/112742307101691315378", "owner_name": "Marti's Plumbing San Jose", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber"], "photos_sample": [{"photo_id": "AF1QipNKkMjbUfx0lF-GspCMOdvvd6tgaB1OYVBH1Cty", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipNKkMjbUfx0lF-GspCMOdvvd6tgaB1OYVBH1Cty", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipNKkMjbUfx0lF-GspCMOdvvd6tgaB1OYVBH1Cty=w1000-h750-k-no", "video_thumbnail_url": null, "latitude": 37.30873, "longitude": -121.87916229999999, "type": "photo", "photo_datetime_utc": "2019-10-03T00:00:00.000Z", "photo_timestamp": 1570060800}], "reviews_per_rating": {"1": 2, "2": 0, "3": 0, "4": 1, "5": 21}, "photo_count": 4, "about": null, "address": "1601 Almaden Rd unit a, San Jose, CA 95125", "order_link": null, "price_level": null, "district": "Central San Jose", "street_address": "1601 Almaden Rd unit a", "city": "San Jose", "zipcode": "95125", "state": "California", "country": "US"}, {"business_id": "0xa6b87047e1f4f3d7:0xe30063e4871f5c2", "google_id": "0xa6b87047e1f4f3d7:0xe30063e4871f5c2", "place_id": "ChIJ1_P04UdwuKYRwvVxSD4GMA4", "phone_number": "+14082791515", "name": "$15 Sewer & Drain Service", "latitude": 37.3188929, "longitude": -121.8814762, "full_address": "$15 Sewer & Drain Service, 166 Graham Ave, San Jose, CA 95110", "review_count": 152, "rating": 4.8, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["Open 24 hours"], "Sunday": ["Open 24 hours"], "Monday": ["Open 24 hours"], "Tuesday": ["Open 24 hours"], "Wednesday": ["Open 24 hours"], "Thursday": ["Open 24 hours"], "Friday": ["Open 24 hours"]}, "website": null, "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0xa6b87047e1f4f3d7:0xe30063e4871f5c2", "cid": "1022323979986269634", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJ1_P04UdwuKYRwvVxSD4GMA4&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "110826773679294362452", "owner_link": "https://maps.google.com/maps/contrib/110826773679294362452", "owner_name": "$15 Sewer & Drain Service", "booking_link": "https://15dollarsewer.com/contact-us-408-279-1515", "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber"], "photos_sample": [{"photo_id": "AF1QipP2PSS7UnKdckAwzEPapdzJvdkU7gzb5jXCCJGy", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipP2PSS7UnKdckAwzEPapdzJvdkU7gzb5jXCCJGy", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipP2PSS7UnKdckAwzEPapdzJvdkU7gzb5jXCCJGy=w1000-h750-k-no", "video_thumbnail_url": null, "latitude": 37.319055, "longitude": -121.8814869, "type": "photo", "photo_datetime_utc": "2021-08-06T00:00:00.000Z", "photo_timestamp": 1628208000}], "reviews_per_rating": {"1": 5, "2": 0, "3": 1, "4": 5, "5": 141}, "photo_count": 16, "about": {"summary": null, "details": {"Service options": {"Onsite services": true, "Online estimates": false}}}, "address": "166 Graham Ave, San Jose, CA 95110", "order_link": null, "price_level": null, "district": "Central San Jose", "street_address": "166 Graham Ave", "city": "San Jose", "zipcode": "95110", "state": "California", "country": "US"}, {"business_id": "0x808fcbba735c3de3:0xde986f5f92e1218e", "google_id": "0x808fcbba735c3de3:0xde986f5f92e1218e", "place_id": "ChIJ4z1cc7rLj4ARjiHhkl9vmN4", "phone_number": "+14084961155", "name": "Street Plumbing & Rooter", "latitude": 37.3577149, "longitude": -121.9356006, "full_address": "Street Plumbing & Rooter, 1400 Coleman Ave, Santa Clara, CA 95050", "review_count": 252, "rating": 4, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["Closed"], "Sunday": ["Closed"], "Monday": ["9\u202fAM\u20133\u202fPM"], "Tuesday": ["9\u202fAM\u20133\u202fPM"], "Wednesday": ["9\u202fAM\u20133\u202fPM"], "Thursday": ["9\u202fAM\u20133\u202fPM"], "Friday": ["9\u202fAM\u20133\u202fPM"]}, "website": "https://instagram.com/street_plumbing_and_rooter?igshid=12hcymvnzh693", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808fcbba735c3de3:0xde986f5f92e1218e", "cid": "16039692529156825486", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJ4z1cc7rLj4ARjiHhkl9vmN4&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "100011906607544658384", "owner_link": "https://maps.google.com/maps/contrib/100011906607544658384", "owner_name": "Street Plumbing & Rooter", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber"], "photos_sample": [{"photo_id": "AF1QipN9LRMsjFWyu4nJVG39cl5n9YXiXFf76035WZMM", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipN9LRMsjFWyu4nJVG39cl5n9YXiXFf76035WZMM", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipN9LRMsjFWyu4nJVG39cl5n9YXiXFf76035WZMM=w2732-h1850-k-no", "video_thumbnail_url": null, "latitude": 37.3572977, "longitude": -121.93587909999998, "type": "photo", "photo_datetime_utc": "2022-02-17T00:00:00.000Z", "photo_timestamp": 1645056000}], "reviews_per_rating": {"1": 59, "2": 4, "3": 5, "4": 6, "5": 178}, "photo_count": 20, "about": null, "address": "1400 Coleman Ave, Santa Clara, CA 95050", "order_link": null, "price_level": null, "district": null, "street_address": "1400 Coleman Ave", "city": "Santa Clara", "zipcode": "95050", "state": "California", "country": "US"}, {"business_id": "0xad51097031f30579:0x43c541026ea2ff5e", "google_id": "0xad51097031f30579:0x43c541026ea2ff5e", "place_id": "ChIJeQXzMXAJUa0RXv-ibgJBxUM", "phone_number": "+14088542863", "name": "San Jose Drain and Main", "latitude": 37.3388109, "longitude": -121.9293115, "full_address": "San Jose Drain and Main, 1980 Park Ave, San Jose, CA 95126", "review_count": 25, "rating": 5, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["8\u202fAM\u20136\u202fPM"], "Sunday": ["Closed"], "Monday": ["8\u202fAM\u20136\u202fPM"], "Tuesday": ["8\u202fAM\u20136\u202fPM"], "Wednesday": ["8\u202fAM\u20136\u202fPM"], "Thursday": ["8\u202fAM\u20136\u202fPM"], "Friday": ["8\u202fAM\u20136\u202fPM"]}, "website": "http://www.sjdrainmain.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0xad51097031f30579:0x43c541026ea2ff5e", "cid": "4883380849655086942", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJeQXzMXAJUa0RXv-ibgJBxUM&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "109105089949123327102", "owner_link": "https://maps.google.com/maps/contrib/109105089949123327102", "owner_name": "San Jose Drain and Main", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber", "Pumping equipment and service"], "photos_sample": [{"photo_id": "AF1QipNoOKMM_7-SIKC7BQsPygBsLtXrUQmM0lDDsgE", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipNoOKMM_7-SIKC7BQsPygBsLtXrUQmM0lDDsgE", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipNoOKMM_7-SIKC7BQsPygBsLtXrUQmM0lDDsgE=w1719-h1719-k-no", "video_thumbnail_url": null, "latitude": 37.3385657, "longitude": -121.92963829999998, "type": "photo", "photo_datetime_utc": "2023-01-13T00:00:00.000Z", "photo_timestamp": 1673568000}], "reviews_per_rating": {"1": 0, "2": 0, "3": 0, "4": 0, "5": 25}, "photo_count": 35, "about": null, "address": "1980 Park Ave, San Jose, CA 95126", "order_link": null, "price_level": null, "district": "Central San Jose", "street_address": "1980 Park Ave", "city": "San Jose", "zipcode": "95126", "state": "California", "country": "US"}, {"business_id": "0x689450129c353553:0x368c596071350845", "google_id": "0x689450129c353553:0x368c596071350845", "place_id": "ChIJUzU1nBJQlGgRRQg1cWBZjDY", "phone_number": "+14086386074", "name": "Universal Plumbing & Rooter", "latitude": 37.3094136, "longitude": -121.8772745, "full_address": "Universal Plumbing & Rooter, 1599 La Rossa Cir, San Jose, CA 95125", "review_count": 22, "rating": 5, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["8\u202fAM\u20135\u202fPM"], "Sunday": ["Open 24 hours"], "Monday": ["Open 24 hours"], "Tuesday": ["Open 24 hours"], "Wednesday": ["Open 24 hours"], "Thursday": ["Open 24 hours"], "Friday": ["Open 24 hours"]}, "website": "http://www.universalplumbingrooter.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x689450129c353553:0x368c596071350845", "cid": "3930614845538633797", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJUzU1nBJQlGgRRQg1cWBZjDY&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "112337629432005616632", "owner_link": "https://maps.google.com/maps/contrib/112337629432005616632", "owner_name": "Universal Plumbing & Rooter", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber", "Contractor", "Heating contractor", "Septic system service"], "photos_sample": [{"photo_id": "AF1QipPSeAuhNuI1W1Nhk_q8KN0TnVDeWUB6R5olC-wD", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipPSeAuhNuI1W1Nhk_q8KN0TnVDeWUB6R5olC-wD", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipPSeAuhNuI1W1Nhk_q8KN0TnVDeWUB6R5olC-wD=w768-h1024-k-no", "video_thumbnail_url": null, "latitude": 37.3094361, "longitude": -121.8771524, "type": "photo", "photo_datetime_utc": "2022-08-15T00:00:00.000Z", "photo_timestamp": 1660521600}], "reviews_per_rating": {"1": 0, "2": 0, "3": 0, "4": 0, "5": 22}, "photo_count": 292, "about": null, "address": "1599 La Rossa Cir, San Jose, CA 95125", "order_link": null, "price_level": null, "district": "Central San Jose", "street_address": "1599 La Rossa Cir", "city": "San Jose", "zipcode": "95125", "state": "California", "country": "US"}, {"business_id": "0x808fcb5387cbb307:0xedfc35ae7c346085", "google_id": "0x808fcb5387cbb307:0xedfc35ae7c346085", "place_id": "ChIJB7PLh1PLj4ARhWA0fK41_O0", "phone_number": "+14082929705", "name": "Falcone Plumbing, Heating & Air Conditioning", "latitude": 37.317608799999995, "longitude": -121.9076977, "full_address": "Falcone Plumbing, Heating & Air Conditioning, 650, #B, Lincoln Ave, San Jose, CA 95126", "review_count": 43, "rating": 4.6, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["9\u202fAM\u20133\u202fPM"], "Sunday": ["9\u202fAM\u20133\u202fPM"], "Monday": ["8\u202fAM\u20135\u202fPM"], "Tuesday": ["8\u202fAM\u20135\u202fPM"], "Wednesday": ["8\u202fAM\u20135\u202fPM"], "Thursday": ["8\u202fAM\u20135\u202fPM"], "Friday": ["8\u202fAM\u20135\u202fPM"]}, "website": "http://www.callfalcone.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808fcb5387cbb307:0xedfc35ae7c346085", "cid": "17148640504644395141", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJB7PLh1PLj4ARhWA0fK41_O0&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "104588203169182301253", "owner_link": "https://maps.google.com/maps/contrib/104588203169182301253", "owner_name": "Falcone Plumbing, Heating & Air Conditioning", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber", "Air conditioning contractor", "Air conditioning repair service", "Furnace repair service", "Heating contractor", "Mechanical contractor", "HVAC contractor"], "photos_sample": [{"photo_id": "AF1QipOS1b6jKWa-4b-fxehZI4E9F_Nv6vMue12oyq-0", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipOS1b6jKWa-4b-fxehZI4E9F_Nv6vMue12oyq-0", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipOS1b6jKWa-4b-fxehZI4E9F_Nv6vMue12oyq-0=w900-h1200-k-no", "video_thumbnail_url": null, "latitude": 37.3173884, "longitude": -121.9078685, "type": "photo", "photo_datetime_utc": "2020-01-18T00:00:00.000Z", "photo_timestamp": 1579305600}], "reviews_per_rating": {"1": 4, "2": 0, "3": 1, "4": 1, "5": 37}, "photo_count": 81, "about": {"summary": null, "details": {"Service options": {"Online estimates": true, "Onsite services": false}, "Offerings": {"Repair services": true}, "Planning": {"Appointment required": true}}}, "address": "650, #B, Lincoln Ave, San Jose, CA 95126", "order_link": null, "price_level": null, "district": "Central San Jose", "street_address": "650, #B, Lincoln Ave", "city": "San Jose", "zipcode": "95126", "state": "CA", "country": "US"}, {"business_id": "0x808fcbd72d0ad169:0xb55eb74be1a391d1", "google_id": "0x808fcbd72d0ad169:0xb55eb74be1a391d1", "place_id": "ChIJadEKLdfLj4AR0ZGj4Uu3XrU", "phone_number": "+14082154612", "name": "Genmor Plumbing Repiping and Sewer Repair - San Jose", "latitude": 37.3123839, "longitude": -121.8684469, "full_address": "Genmor Plumbing Repiping and Sewer Repair - San Jose, 75 Phelan Ave Suite 4, San Jose, CA 95112", "review_count": 63, "rating": 4.9, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["9\u202fAM\u20135\u202fPM"], "Sunday": ["Closed"], "Monday": ["8\u202fAM\u20136\u202fPM"], "Tuesday": ["8\u202fAM\u20136\u202fPM"], "Wednesday": ["8\u202fAM\u20136\u202fPM"], "Thursday": ["8\u202fAM\u20136\u202fPM"], "Friday": ["8\u202fAM\u20136\u202fPM"]}, "website": "http://www.genmorplumbing.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808fcbd72d0ad169:0xb55eb74be1a391d1", "cid": "13069084705211781585", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJadEKLdfLj4AR0ZGj4Uu3XrU&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "116423544961214175163", "owner_link": "https://maps.google.com/maps/contrib/116423544961214175163", "owner_name": "Genmor Plumbing Repiping and Sewer Repair - San Jose", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber", "Drainage service", "Remodeler"], "photos_sample": [{"photo_id": "AF1QipNdWl8UO2oPG-eKB83Q60t8smfSTgxgPc7e73Et", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipNdWl8UO2oPG-eKB83Q60t8smfSTgxgPc7e73Et", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipNdWl8UO2oPG-eKB83Q60t8smfSTgxgPc7e73Et=w1024-h768-k-no", "video_thumbnail_url": null, "latitude": 37.312522699999995, "longitude": -121.86823369999999, "type": "photo", "photo_datetime_utc": "2020-11-17T00:00:00.000Z", "photo_timestamp": 1605571200}], "reviews_per_rating": {"1": 1, "2": 1, "3": 0, "4": 0, "5": 61}, "photo_count": 12, "about": null, "address": "75 Phelan Ave Suite 4, San Jose, CA 95112", "order_link": null, "price_level": null, "district": "South San Jose", "street_address": "75 Phelan Ave Suite 4", "city": "San Jose", "zipcode": "95112", "state": "California", "country": "US"}, {"business_id": "0x808fcdf00bed7a97:0xaad1617cb7885016", "google_id": "0x808fcdf00bed7a97:0xaad1617cb7885016", "place_id": "ChIJl3rtC_DNj4ARFlCIt3xh0ao", "phone_number": "+16692548330", "name": "Evo Water Heating & Plumbing", "latitude": 37.346574, "longitude": -121.878608, "full_address": "Evo Water Heating & Plumbing, 240 N 15th St, San Jose, CA 95112", "review_count": 43, "rating": 4.8, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["Open 24 hours"], "Sunday": ["Open 24 hours"], "Monday": ["Open 24 hours"], "Tuesday": ["Open 24 hours"], "Wednesday": ["Open 24 hours"], "Thursday": ["Open 24 hours"], "Friday": ["Open 24 hours"]}, "website": "http://evowaterheatingplumbing.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808fcdf00bed7a97:0xaad1617cb7885016", "cid": "12308726444863279126", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJl3rtC_DNj4ARFlCIt3xh0ao&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "118259943954258746930", "owner_link": "https://maps.google.com/maps/contrib/118259943954258746930", "owner_name": "Evo Water Heating & Plumbing", "booking_link": "http://evowaterheatingplumbing.com", "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber"], "photos_sample": [{"photo_id": "AF1QipNRJeY9eCF1v6L5XQzsqcrYfQgayPM4H0W61y6n", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipNRJeY9eCF1v6L5XQzsqcrYfQgayPM4H0W61y6n", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipNRJeY9eCF1v6L5XQzsqcrYfQgayPM4H0W61y6n=w4032-h3024-k-no", "video_thumbnail_url": null, "latitude": 37.346455399999996, "longitude": -121.87885829999998, "type": "photo", "photo_datetime_utc": "2018-10-25T00:00:00.000Z", "photo_timestamp": 1540425600}], "reviews_per_rating": {"1": 0, "2": 2, "3": 0, "4": 1, "5": 40}, "photo_count": 66, "about": null, "address": "240 N 15th St, San Jose, CA 95112", "order_link": null, "price_level": null, "district": "Central San Jose", "street_address": "240 N 15th St", "city": "San Jose", "zipcode": "95112", "state": "California", "country": "US"}, {"business_id": "0x808fcca884c7d755:0x95562d718f932953", "google_id": "0x808fcca884c7d755:0x95562d718f932953", "place_id": "ChIJVdfHhKjMj4ARUymTj3EtVpU", "phone_number": "+14084094701", "name": "Pros Plumbing and Rooter", "latitude": 37.3491624, "longitude": -121.9305071, "full_address": "Pros Plumbing and Rooter, 1250 Campbell Ave, San Jose, CA 95126", "review_count": 18, "rating": 4.4, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["Open 24 hours"], "Sunday": ["Open 24 hours"], "Monday": ["Open 24 hours"], "Tuesday": ["Open 24 hours"], "Wednesday": ["Open 24 hours"], "Thursday": ["Open 24 hours"], "Friday": ["Open 24 hours"]}, "website": null, "verified": false, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808fcca884c7d755:0x95562d718f932953", "cid": "10760838325411719507", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJVdfHhKjMj4ARUymTj3EtVpU&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "112330355558790456895", "owner_link": "https://maps.google.com/maps/contrib/112330355558790456895", "owner_name": "Pros Plumbing and Rooter", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber"], "photos_sample": [{"photo_id": "GZsSbI0WWy5_-ZesdkjYOw", "photo_url": "https://streetviewpixels-pa.googleapis.com/v1/thumbnail?panoid=GZsSbI0WWy5_-ZesdkjYOw&cb_client=search.gws-prod.gps&w=86&h=86&yaw=344.2704&pitch=0&thumbfov=100", "photo_url_large": null, "video_thumbnail_url": null, "latitude": 37.34877011312877, "longitude": -121.93036811658096, "type": "street_view", "photo_datetime_utc": "2023-03-23T00:00:00.000Z", "photo_timestamp": 1679529600}], "reviews_per_rating": {"1": 2, "2": 0, "3": 0, "4": 2, "5": 14}, "photo_count": 1, "about": null, "address": "1250 Campbell Ave, San Jose, CA 95126", "order_link": null, "price_level": null, "district": "North San Jose", "street_address": "1250 Campbell Ave", "city": "San Jose", "zipcode": "95126", "state": "California", "country": "US"}, {"business_id": "0x808e336b31bb4921:0x4f51c79f9f0caea5", "google_id": "0x808e336b31bb4921:0x4f51c79f9f0caea5", "place_id": "ChIJIUm7MWszjoARpa4Mn5_HUU8", "phone_number": "+14082679330", "name": "Water Quality Plumbing", "latitude": 37.3057819, "longitude": -121.87502389999999, "full_address": "Water Quality Plumbing, 1716 Stone Ave, San Jose, CA 95125", "review_count": 26, "rating": 4.7, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["Closed"], "Sunday": ["Closed"], "Monday": ["8\u202fAM\u20134:30\u202fPM"], "Tuesday": ["8\u202fAM\u20134:30\u202fPM"], "Wednesday": ["8\u202fAM\u20134:30\u202fPM"], "Thursday": ["8\u202fAM\u20134:30\u202fPM"], "Friday": ["8\u202fAM\u20134:30\u202fPM"]}, "website": "http://www.waterqualityplumbing.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808e336b31bb4921:0x4f51c79f9f0caea5", "cid": "5715568890492006053", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJIUm7MWszjoARpa4Mn5_HUU8&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "110075740018926185466", "owner_link": "https://maps.google.com/maps/contrib/110075740018926185466", "owner_name": "Water Quality Plumbing", "booking_link": null, "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber"], "photos_sample": [{"photo_id": "seI4Nl7VkiMSZE3ez537lw", "photo_url": "https://streetviewpixels-pa.googleapis.com/v1/thumbnail?panoid=seI4Nl7VkiMSZE3ez537lw&cb_client=search.gws-prod.gps&w=86&h=86&yaw=277.22607&pitch=0&thumbfov=100", "photo_url_large": null, "video_thumbnail_url": null, "latitude": 37.305752924555456, "longitude": -121.8747365931956, "type": "street_view", "photo_datetime_utc": "2023-03-20T00:00:00.000Z", "photo_timestamp": 1679270400}], "reviews_per_rating": {"1": 0, "2": 1, "3": 0, "4": 4, "5": 21}, "photo_count": 2, "about": null, "address": "1716 Stone Ave, San Jose, CA 95125", "order_link": null, "price_level": null, "district": "South San Jose", "street_address": "1716 Stone Ave", "city": "San Jose", "zipcode": "95125", "state": "California", "country": "US"}, {"business_id": "0x808fcc3584912a43:0x2caac951c7210f0f", "google_id": "0x808fcc3584912a43:0x2caac951c7210f0f", "place_id": "ChIJQyqRhDXMj4ARDw8hx1HJqiw", "phone_number": "+14085395347", "name": "Allstar Plumbing", "latitude": 37.3139466, "longitude": -121.8645272, "full_address": "Allstar Plumbing, 326 Phelan Ave # A, San Jose, CA 95112", "review_count": 78, "rating": 4.3, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["Open 24 hours"], "Sunday": ["Open 24 hours"], "Monday": ["Open 24 hours"], "Tuesday": ["Open 24 hours"], "Wednesday": ["Open 24 hours"], "Thursday": ["Open 24 hours"], "Friday": ["Open 24 hours"]}, "website": "https://www.goallstar.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808fcc3584912a43:0x2caac951c7210f0f", "cid": "3218606236780007183", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJQyqRhDXMj4ARDw8hx1HJqiw&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "111992061363214054528", "owner_link": "https://maps.google.com/maps/contrib/111992061363214054528", "owner_name": "Allstar Plumbing", "booking_link": "https://www.goallstar.com/about/contact-us.html", "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber", "Drainage service"], "photos_sample": [{"photo_id": "AF1QipPM4JlIFDpMo8UcgEeZxPV9UAGzBwdXu8KoPHpx", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipPM4JlIFDpMo8UcgEeZxPV9UAGzBwdXu8KoPHpx", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipPM4JlIFDpMo8UcgEeZxPV9UAGzBwdXu8KoPHpx=w496-h348-k-no", "video_thumbnail_url": null, "latitude": 37.3141411, "longitude": -121.86473559999999, "type": "photo", "photo_datetime_utc": "2022-10-13T00:00:00.000Z", "photo_timestamp": 1665619200}], "reviews_per_rating": {"1": 10, "2": 3, "3": 1, "4": 1, "5": 63}, "photo_count": 14, "about": {"summary": null, "details": {"Service options": {"Onsite services": true}, "Planning": {"Appointment required": true}}}, "address": "326 Phelan Ave # A, San Jose, CA 95112", "order_link": null, "price_level": null, "district": "South San Jose", "street_address": "326 Phelan Ave # A", "city": "San Jose", "zipcode": "95112", "state": "California", "country": "US"}, {"business_id": "0x808fcbf973d5f767:0x14eefabd886a62ed", "google_id": "0x808fcbf973d5f767:0x14eefabd886a62ed", "place_id": "ChIJZ_fVc_nLj4AR7WJqiL367hQ", "phone_number": "+14087036111", "name": "Mike Counsil Plumbing and Rooter", "latitude": 37.385228999999995, "longitude": -121.90641799999999, "full_address": "Mike Counsil Plumbing and Rooter, 1915 O'Toole Way, San Jose, CA 95131", "review_count": 750, "rating": 4.7, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["Open 24 hours"], "Sunday": ["Open 24 hours"], "Monday": ["Open 24 hours"], "Tuesday": ["Open 24 hours"], "Wednesday": ["Open 24 hours"], "Thursday": ["Open 24 hours"], "Friday": ["Open 24 hours"]}, "website": "https://www.mcplumbing.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808fcbf973d5f767:0x14eefabd886a62ed", "cid": "1508418617160131309", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJZ_fVc_nLj4AR7WJqiL367hQ&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "107412798475976076701", "owner_link": "https://maps.google.com/maps/contrib/107412798475976076701", "owner_name": "Mike Counsil Plumbing and Rooter", "booking_link": "http://www.mcplumbing.com/contact", "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber", "Drainage service", "Gas installation service", "Plumbing supply store", "Water filter supplier"], "photos_sample": [{"photo_id": "AF1QipP3J-LTP9-h63z0l3j71n7l-H6F_qGW6aZK5KHQ", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipP3J-LTP9-h63z0l3j71n7l-H6F_qGW6aZK5KHQ", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipP3J-LTP9-h63z0l3j71n7l-H6F_qGW6aZK5KHQ=w7360-h4912-k-no", "video_thumbnail_url": null, "latitude": 37.38541, "longitude": -121.9065146, "type": "photo", "photo_datetime_utc": "2020-12-06T00:00:00.000Z", "photo_timestamp": 1607212800}], "reviews_per_rating": {"1": 33, "2": 4, "3": 11, "4": 47, "5": 655}, "photo_count": 503, "about": {"summary": null, "details": {"Service options": {"Onsite services": true, "Online estimates": false}, "Accessibility": {"Wheelchair accessible entrance": true}, "Crowd": {"LGBTQ+ friendly": true}}}, "address": "1915 O'Toole Way, San Jose, CA 95131", "order_link": null, "price_level": null, "district": "North San Jose", "street_address": "1915 O'Toole Way", "city": "San Jose", "zipcode": "95131", "state": "California", "country": "US"}, {"business_id": "0x808fca344a91a899:0x1f088c5beb7a26d2", "google_id": "0x808fca344a91a899:0x1f088c5beb7a26d2", "place_id": "ChIJmaiRSjTKj4AR0iZ661uMCB8", "phone_number": "+14085397718", "name": "Smart Plumbers & Rooters", "latitude": 37.361731, "longitude": -121.951533, "full_address": "Smart Plumbers & Rooters, 2175 Ronald St, Santa Clara, CA 95050", "review_count": 337, "rating": 4.7, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["Open 24 hours"], "Sunday": ["Open 24 hours"], "Monday": ["Open 24 hours"], "Tuesday": ["Open 24 hours"], "Wednesday": ["Open 24 hours"], "Thursday": ["Open 24 hours"], "Friday": ["Open 24 hours"]}, "website": "https://www.smartplumber.com", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808fca344a91a899:0x1f088c5beb7a26d2", "cid": "2236191541410014930", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJmaiRSjTKj4AR0iZ661uMCB8&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "114420819217784596334", "owner_link": "https://maps.google.com/maps/contrib/114420819217784596334", "owner_name": "Smart Plumbers & Rooters", "booking_link": "https://www.smartplumber.com/contact-us", "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber"], "photos_sample": [{"photo_id": "AF1QipOynpjxVvGpiG5_s6oYloeRo2D6mlyXQETFrzP-", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipOynpjxVvGpiG5_s6oYloeRo2D6mlyXQETFrzP-", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipOynpjxVvGpiG5_s6oYloeRo2D6mlyXQETFrzP-=w1500-h1001-k-no", "video_thumbnail_url": null, "latitude": 37.3616605, "longitude": -121.95153579999999, "type": "photo", "photo_datetime_utc": "2021-10-20T00:00:00.000Z", "photo_timestamp": 1634688000}], "reviews_per_rating": {"1": 12, "2": 3, "3": 1, "4": 28, "5": 293}, "photo_count": 496, "about": {"summary": null, "details": {"Service options": {"Online estimates": true, "Onsite services": true}, "Crowd": {"LGBTQ+ friendly": true}, "Planning": {"Appointment required": true}}}, "address": "2175 Ronald St, Santa Clara, CA 95050", "order_link": null, "price_level": null, "district": null, "street_address": "2175 Ronald St", "city": "Santa Clara", "zipcode": "95050", "state": "California", "country": "US"}, {"business_id": "0x808fcb8b4cf9f2ed:0x7bcf9cd05ec4417", "google_id": "0x808fcb8b4cf9f2ed:0x7bcf9cd05ec4417", "place_id": "ChIJ7fL5TIvLj4ARF0TsBc35vAc", "phone_number": "+14083406199", "name": "Roto-Rooter Plumbing & Water Cleanup", "latitude": 37.3177477, "longitude": -121.94775539999999, "full_address": "Roto-Rooter Plumbing & Water Cleanup, 3031 Tisch Way #1045, San Jose, CA 95128", "review_count": 941, "rating": 4.7, "timezone": "America/Los_Angeles", "working_hours": {"Saturday": ["Open 24 hours"], "Sunday": ["Open 24 hours"], "Monday": ["Open 24 hours"], "Tuesday": ["Open 24 hours"], "Wednesday": ["Open 24 hours"], "Thursday": ["Open 24 hours"], "Friday": ["Open 24 hours"]}, "website": "https://www.rotorooter.com/sanjoseca", "verified": true, "place_link": "https://www.google.com/maps/place/data=!3m1!4b1!4m2!3m1!1s0x808fcb8b4cf9f2ed:0x7bcf9cd05ec4417", "cid": "557595112850080791", "reviews_link": "https://search.google.com/local/reviews?placeid=ChIJ7fL5TIvLj4ARF0TsBc35vAc&q=plumbers&authuser=0&hl=en&gl=US", "owner_id": "102928518084617985859", "owner_link": "https://maps.google.com/maps/contrib/102928518084617985859", "owner_name": "Roto-Rooter Plumbing & Water Cleanup", "booking_link": "https://www.rotorooter.com/schedule-service", "reservations_link": null, "business_status": "OPEN", "type": "Plumber", "subtypes": ["Plumber", "Drainage service", "Water damage restoration service", "Water softening equipment supplier"], "photos_sample": [{"photo_id": "AF1QipPwyZ1q9jaImP6LGqH2FkLQMa1sSdgzBWklPJTz", "photo_url": "https://lh5.googleusercontent.com/p/AF1QipPwyZ1q9jaImP6LGqH2FkLQMa1sSdgzBWklPJTz", "photo_url_large": "https://lh5.googleusercontent.com/p/AF1QipPwyZ1q9jaImP6LGqH2FkLQMa1sSdgzBWklPJTz=w4224-h2816-k-no", "video_thumbnail_url": null, "latitude": 37.3180998, "longitude": -121.94775829999998, "type": "photo", "photo_datetime_utc": "2020-05-21T00:00:00.000Z", "photo_timestamp": 1590019200}], "reviews_per_rating": {"1": 27, "2": 15, "3": 26, "4": 44, "5": 829}, "photo_count": 389, "about": {"summary": null, "details": {"Service options": {"Onsite services": true}, "Crowd": {"LGBTQ+ friendly": true}, "Planning": {"Appointment required": true}}}, "address": "3031 Tisch Way #1045, San Jose, CA 95128", "order_link": null, "price_level": null, "district": "West Valley", "street_address": "3031 Tisch Way #1045", "city": "San Jose", "zipcode": "95128", "state": "California", "country": "US"}]}
{"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"}}}, "data": {"type": "array", "items": {"type": "object"}}}}
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, "length": 13}], "latitude": 37.368829999999996, "longitude": -122.0363496, "country": "US"}, {"type": "query", "google_id": null, "description": "train sunnyvale to san francisco", "main_text": "train sunnyvale to san francisco", "main_text_highlights": [{"offset": 0, "length": 14}], "secondary_text": null, "secondary_text_highlights": null, "latitude": null, "longitude": null, "country": null}, {"type": "query", "google_id": null, "description": "train near sunnyvale municipal tennis center, south mathilda avenue, sunnyvale, ca", "main_text": "train", "main_text_highlights": [{"offset": 0, "length": 5}], "secondary_text": "near Sunnyvale Municipal Tennis Center, South Mathilda Avenue, Sunnyvale, CA", "secondary_text_highlights": [{"offset": 5, "length": 13}], "latitude": 37.3659647, "longitude": -122.037718, "country": "US"}, {"type": "query", "google_id": null, "description": "train near sunnyvale heritage park museum, east remington drive, sunnyvale, ca", "main_text": "train", "main_text_highlights": [{"offset": 0, "length": 5}], "secondary_text": "near Sunnyvale Heritage Park Museum, East Remington Drive, Sunnyvale, CA", "secondary_text_highlights": [{"offset": 5, "length": 13}], "latitude": 37.356472, "longitude": -122.02551469999999, "country": "US"}, {"type": "query", "google_id": null, "description": "train near sunnyvale, west evelyn avenue, sunnyvale, ca", "main_text": "train", "main_text_highlights": [{"offset": 0, "length": 5}], "secondary_text": "near Sunnyvale, West Evelyn Avenue, Sunnyvale, CA", "secondary_text_highlights": [{"offset": 5, "length": 13}], "latitude": 37.3784297, "longitude": -122.03078, "country": "US"}]}
{"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.com/latelierdurenard"}
{"$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": "string"}, "youtube": {"type": "string"}, "etsy": {"type": "string"}, "tiktok": {"type": "string"}, "instagram": {"type": "string"}}, "required": ["email", "etsy", "facebook", "instagram", "linkedIn", "number", "pinterest", "snapchat", "tiktok", "twitter", "url_contact", "youtube"]}
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 University"}, {"countryCode": "US", "id": 1137, "name": "California Polytechnic State University, San Luis Obispo"}, {"countryCode": "US", "id": 1138, "name": "California State Polytechnic University, Pomona"}, {"countryCode": "US", "id": 1139, "name": "California State University Channel Islands"}, {"countryCode": "US", "id": 1140, "name": "California State University Maritime Academy"}, {"countryCode": "US", "id": 1141, "name": "California State University San Marcos"}, {"countryCode": "US", "id": 1142, "name": "California State University, Bakersfield"}]
{"$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 individuals seeking to make informed decisions when purchasing or selling vehicles. By using this API, you can access a wealth of information related to vehicle pricing and odomete...
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", "averages": {"mileage": 87727, "price": 189995}}, {"model": "3 series", "averages": {"mileage": 149397, "price": 170443}}, {"model": "X5 xdrive30d", "averages": {"mileage": 115571, "price": 282433}}, {"model": "116i", "averages": {"mileage": 155462, "price": 149381}}, {"model": "X6m", "averages": {"mileage": 99366, "price": 459925}}]}
{"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": "object", "properties": {"price": {"type": "integer"}, "mileage": {"type": "integer"}}}, "top": {"type": "object", "properties": {"price": {"type": "integer"}, "mileage": {"type": "integer"}}}}}, "topModels": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "averages": {"type": "object", "properties": {"mileage": {"type": "integer"}, "price": {"type": "integer"}}}}}}}}
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 individuals seeking to make informed decisions when purchasing or selling vehicles. By using this API, you can access a wealth of information related to vehicle pricing and odomete...
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", "averages": {"mileage": 87727, "price": 189995}}, {"model": "3 series", "averages": {"mileage": 149397, "price": 170443}}, {"model": "X5 xdrive30d", "averages": {"mileage": 115571, "price": 282433}}, {"model": "116i", "averages": {"mileage": 155462, "price": 149381}}, {"model": "X6m", "averages": {"mileage": 99366, "price": 459925}}]}
{"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": "object", "properties": {"price": {"type": "integer"}, "mileage": {"type": "integer"}}}, "top": {"type": "object", "properties": {"price": {"type": "integer"}, "mileage": {"type": "integer"}}}}}, "topModels": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "averages": {"type": "object", "properties": {"mileage": {"type": "integer"}, "price": {"type": "integer"}}}}}}}}
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 individuals seeking to make informed decisions when purchasing or selling vehicles. By using this API, you can access a wealth of information related to vehicle pricing and odomete...
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", "averages": {"mileage": 87727, "price": 189995}}, {"model": "3 series", "averages": {"mileage": 149397, "price": 170443}}, {"model": "X5 xdrive30d", "averages": {"mileage": 115571, "price": 282433}}, {"model": "116i", "averages": {"mileage": 155462, "price": 149381}}, {"model": "X6m", "averages": {"mileage": 99366, "price": 459925}}]}
{"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": "object", "properties": {"price": {"type": "integer"}, "mileage": {"type": "integer"}}}, "top": {"type": "object", "properties": {"price": {"type": "integer"}, "mileage": {"type": "integer"}}}}}, "topModels": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "averages": {"type": "object", "properties": {"mileage": {"type": "integer"}, "price": {"type": "integer"}}}}}}}}
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 individuals seeking to make informed decisions when purchasing or selling vehicles. By using this API, you can access a wealth of information related to vehicle pricing and odomete...
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", "averages": {"mileage": 87727, "price": 189995}}, {"model": "3 series", "averages": {"mileage": 149397, "price": 170443}}, {"model": "X5 xdrive30d", "averages": {"mileage": 115571, "price": 282433}}, {"model": "116i", "averages": {"mileage": 155462, "price": 149381}}, {"model": "X6m", "averages": {"mileage": 99366, "price": 459925}}]}
{"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": "object", "properties": {"price": {"type": "integer"}, "mileage": {"type": "integer"}}}, "top": {"type": "object", "properties": {"price": {"type": "integer"}, "mileage": {"type": "integer"}}}}}, "topModels": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "averages": {"type": "object", "properties": {"mileage": {"type": "integer"}, "price": {"type": "integer"}}}}}}}}
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 individuals seeking to make informed decisions when purchasing or selling vehicles. By using this API, you can access a wealth of information related to vehicle pricing and odomete...
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}}, {"model": "Volkswagen Golf GTI V Auto MY07", "averages": {"mileage": 194863, "price": 10750}}, {"model": "Volkswagen Transporter T5 Manual MY07 Dual Cab", "averages": {"mileage": 219606, "price": 12500}}, {"model": "Volkswagen Jetta FSI 1KM Manual MY07", "averages": {"mileage": 155247, "price": 5900}}, {"model": "Volkswagen Eos FSI 1F Auto MY08", "averages": {"mileage": 150000, "price": 8000}}]}
{"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": "object", "properties": {"price": {"type": "integer"}, "mileage": {"type": "integer"}}}, "top": {"type": "object", "properties": {"price": {"type": "integer"}, "mileage": {"type": "integer"}}}}}, "topModels": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "averages": {"type": "object", "properties": {"mileage": {"type": "integer"}, "price": {"type": "integer"}}}}}}}}
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 friend.", "authors": [{"id": 8418015, "name": "J. K. Rowling", "alternate_names": [], "bio": "Joanne \"Jo\" Murray, OBE (n\u00e9e Rowling), better known under the pen name J. K. Rowling, is a British author best known as the creator of the Harry Potter fantasy series, the idea for which was conceived whilst on a train trip from Manchester to London in 1990. The Potter books have gained worldwide attention, won multiple awards, sold more than 400 million copies, and been the basis for a popular series of films.", "birth_date": "", "death_date": "", "location": ""}], "editions": [{"id": 387215, "title": "The Existential Adulteration of Harry Potter", "subtitle": "The Existential Adulteration of Harry Potter", "isbn_10": "0108361780", "isbn_13": "9780108361784", "links": [], "languages": [], "publish_country": "ru", "publish_date": "0197-01-01T00:00:00"}]}
{"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", "null"], "items": {"type": "string"}}, "subjects": {"title": "Subjects", "type": ["array", "null"], "items": {"type": "string"}}, "first_publish_date": {"title": "First Publish Date", "type": ["string", "null"], "format": "date-time"}, "description": {"title": "Description", "type": ["string", "null"]}, "authors": {"title": "Authors", "type": "array", "items": {"title": "AuthorSchemaResponse", "required": ["id", "name"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "name": {"title": "Name", "type": "string"}, "alternate_names": {"title": "Alternate Names", "type": ["array", "null"], "items": {"type": "string"}, "default": []}, "bio": {"title": "Bio", "type": ["string", "null"]}, "birth_date": {"title": "Birth Date", "type": ["string", "null"], "format": "date-time"}, "death_date": {"title": "Death Date", "type": ["string", "null"], "format": "date-time"}, "location": {"title": "Location", "type": ["string", "null"]}}}}, "editions": {"title": "Editions", "type": "array", "items": {"title": "EditionSchemaResponse", "required": ["id", "title"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "title": {"title": "Title", "type": "string"}, "subtitle": {"title": "Subtitle", "type": ["string", "null"]}, "isbn_10": {"title": "Isbn 10", "type": ["string", "null"]}, "isbn_13": {"title": "Isbn 13", "type": ["string", "null"]}, "links": {"title": "Links", "type": ["array", "null"], "items": {"type": "string"}}, "languages": {"title": "Languages", "type": ["array", "null"], "items": {"type": "string"}}, "publish_country": {"title": "Publish Country", "type": ["string", "null"]}, "publish_date": {"title": "Publish Date", "type": ["string", "null"], "format": "date-time"}}}}}}
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": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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 unusual friend."}]}
{"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"}, "subtitle": {"title": "Subtitle", "type": ["string", "null"]}, "links": {"title": "Links", "type": ["array", "null"], "items": {"type": "string"}}, "subjects": {"title": "Subjects", "type": ["array", "null"], "items": {"type": "string"}}, "first_publish_date": {"title": "First Publish Date", "type": ["string", "null"], "format": "date-time"}, "description": {"title": "Description", "type": ["string", "null"]}}}}}}
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": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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": "integer", "description": "Count of books with this subject"}}}}}}
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": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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 friend.", "authors": [{"id": 8418015, "name": "J. K. Rowling", "alternate_names": [], "bio": "Joanne \"Jo\" Murray, OBE (n\u00e9e Rowling), better known under the pen name J. K. Rowling, is a British author best known as the creator of the Harry Potter fantasy series, the idea for which was conceived whilst on a train trip from Manchester to London in 1990. The Potter books have gained worldwide attention, won multiple awards, sold more than 400 million copies, and been the basis for a popular series of films.", "birth_date": "", "death_date": "", "location": ""}], "editions": [{"id": 387215, "title": "The Existential Adulteration of Harry Potter", "subtitle": "The Existential Adulteration of Harry Potter", "isbn_10": "0108361780", "isbn_13": "9780108361784", "links": [], "languages": [], "publish_country": "ru", "publish_date": "0197-01-01T00:00:00"}]}
{"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", "null"], "items": {"type": "string"}}, "subjects": {"title": "Subjects", "type": ["array", "null"], "items": {"type": "string"}}, "first_publish_date": {"title": "First Publish Date", "type": ["string", "null"], "format": "date-time"}, "description": {"title": "Description", "type": ["string", "null"]}, "authors": {"title": "Authors", "type": "array", "items": {"title": "AuthorSchemaResponse", "required": ["id", "name"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "name": {"title": "Name", "type": "string"}, "alternate_names": {"title": "Alternate Names", "type": ["array", "null"], "items": {"type": "string"}, "default": []}, "bio": {"title": "Bio", "type": ["string", "null"]}, "birth_date": {"title": "Birth Date", "type": ["string", "null"], "format": "date-time"}, "death_date": {"title": "Death Date", "type": ["string", "null"], "format": "date-time"}, "location": {"title": "Location", "type": ["string", "null"]}}}}, "editions": {"title": "Editions", "type": "array", "items": {"title": "EditionSchemaResponse", "required": ["id", "title"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "title": {"title": "Title", "type": "string"}, "subtitle": {"title": "Subtitle", "type": ["string", "null"]}, "isbn_10": {"title": "Isbn 10", "type": ["string", "null"]}, "isbn_13": {"title": "Isbn 13", "type": ["string", "null"]}, "links": {"title": "Links", "type": ["array", "null"], "items": {"type": "string"}}, "languages": {"title": "Languages", "type": ["array", "null"], "items": {"type": "string"}}, "publish_country": {"title": "Publish Country", "type": ["string", "null"]}, "publish_date": {"title": "Publish Date", "type": ["string", "null"], "format": "date-time"}}}}}}
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": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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 unusual friend."}]}
{"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"}, "subtitle": {"title": "Subtitle", "type": ["string", "null"]}, "links": {"title": "Links", "type": ["array", "null"], "items": {"type": "string"}}, "subjects": {"title": "Subjects", "type": ["array", "null"], "items": {"type": "string"}}, "first_publish_date": {"title": "First Publish Date", "type": ["string", "null"], "format": "date-time"}, "description": {"title": "Description", "type": ["string", "null"]}}}}}}
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": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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 unusual friend."}]}
{"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"}, "subtitle": {"title": "Subtitle", "type": ["string", "null"]}, "links": {"title": "Links", "type": ["array", "null"], "items": {"type": "string"}}, "subjects": {"title": "Subjects", "type": ["array", "null"], "items": {"type": "string"}}, "first_publish_date": {"title": "First Publish Date", "type": ["string", "null"], "format": "date-time"}, "description": {"title": "Description", "type": ["string", "null"]}}}}}}
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": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
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 unusual friend."}]}
{"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"}, "subtitle": {"title": "Subtitle", "type": ["string", "null"]}, "links": {"title": "Links", "type": ["array", "null"], "items": {"type": "string"}}, "subjects": {"title": "Subjects", "type": ["array", "null"], "items": {"type": "string"}}, "first_publish_date": {"title": "First Publish Date", "type": ["string", "null"], "format": "date-time"}, "description": {"title": "Description", "type": ["string", "null"]}}}}}}
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": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}