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
596a5c70e4b03e024df91b10/b2addcd4-8b71-4d10-8ec0-91104a60b2b6/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Place Located In
Get the details for the containing populated place (e.g., its county or other administrative division), including location coordinates, population, and elevation above sea-level (if available). Currently, this data is highly dependent on whether the Wikidata locatedIn relation is properly defined. If you see an issue, please propose a change to the corresponding Wikidata entry.
200
New Example
{"data": {"id": 172136, "wikiDataId": "Q104994", "type": "ADM2", "city": "Los Angeles County", "name": "Los Angeles County", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "elevationMeters": 3, "latitude": 34.05, "longitude": -118.25, "population": 10014009, "timezone": "America__Los_Angeles", "distance": null, "deleted": false, "placeType": "ADM2"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "type": {"type": "string"}, "city": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "region": {"type": "string"}, "regionCode": {"type": "string"}, "elevationMeters": {"type": "integer"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "population": {"type": "integer"}, "timezone": {"type": "string"}, "distance": {"type": "null"}, "deleted": {"type": "boolean"}, "placeType": {"type": "string"}}, "required": ["city", "country", "countryCode", "deleted", "distance", "elevationMeters", "id", "latitude", "longitude", "name", "placeType", "population", "region", "regionCode", "timezone", "type", "wikiDataId"]}}, "required": ["data"]}
596a5c70e4b03e024df91b10/d9bd9869-5dbb-4d9c-b2c3-86d568791363/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Place Details
Get the details for a specific place, including location coordinates, population, and elevation above sea-level (if available).
200
Example_1
{"data": {"id": 123214, "wikiDataId": "Q60", "type": "CITY", "city": "New York City", "name": "New York City", "country": "United States of America", "countryCode": "US", "region": "New York", "regionCode": "NY", "elevationMeters": 10, "latitude": 40.7, "longitude": -74, "population": 8804190, "timezone": "America__New_York", "distance": null, "deleted": false, "placeType": "CITY"}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "type": {"type": "string"}, "city": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "region": {"type": "string"}, "regionCode": {"type": "string"}, "elevationMeters": {"type": "integer"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "population": {"type": "integer"}, "timezone": {"type": "string"}, "deleted": {"type": "boolean"}}}}}
596a5c70e4b03e024df91b10/5a187f6be4b06bd8892cb0c6/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
City Date-Time
Get the city current date-time in ISO-6801 format: yyyyMMdd'T'HHmmssZ
200
New Example
{"data": "2022-09-23T17:40:21.634600513-04:00"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "string"}}, "required": ["data"]}
596a5c70e4b03e024df91b10/7c808308-7f0a-4edc-90a6-0979daebada9/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
City Located In
Get the details for the containing populated place (e.g., its county or other administrative division), including location coordinates, population, and elevation above sea-level (if available). Currently, this data is highly dependent on whether the Wikidata locatedIn relation is properly defined. If you see an issue, please propose a change to the corresponding Wikidata entry.
200
New Example
{"data": {"id": 172136, "wikiDataId": "Q104994", "type": "ADM2", "city": "Los Angeles County", "name": "Los Angeles County", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "elevationMeters": 3, "latitude": 34.05, "longitude": -118.25, "population": 10014009, "timezone": "America__Los_Angeles", "distance": null, "deleted": false, "placeType": "ADM2"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "type": {"type": "string"}, "city": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "region": {"type": "string"}, "regionCode": {"type": "string"}, "elevationMeters": {"type": "integer"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "population": {"type": "integer"}, "timezone": {"type": "string"}, "distance": {"type": "null"}, "deleted": {"type": "boolean"}, "placeType": {"type": "string"}}, "required": ["city", "country", "countryCode", "deleted", "distance", "elevationMeters", "id", "latitude", "longitude", "name", "placeType", "population", "region", "regionCode", "timezone", "type", "wikiDataId"]}}, "required": ["data"]}
596a5c70e4b03e024df91b10/5978313be4b06b85e4b0da1e/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Cities
Find cities, filtering by optional criteria. If no criteria are set, you will get back all known cities with a population of at least 1000.
200
New Example
{"data": [{"id": 3350606, "wikiDataId": "Q24668", "type": "CITY", "city": "Aixirivall", "name": "Aixirivall", "country": "Andorra", "countryCode": "AD", "region": "Sant Juli\u00e0 de L\u00f2ria", "regionCode": "06", "latitude": 42.46245, "longitude": 1.50209, "population": 0}, {"id": 3216144, "wikiDataId": "Q24656", "type": "CITY", "city": "Aixovall", "name": "Aixovall", "country": "Andorra", "countryCode": "AD", "region": "Sant Juli\u00e0 de L\u00f2ria", "regionCode": "06", "latitude": 42.47635833, "longitude": 1.48949167, "population": 0}, {"id": 3406038, "wikiDataId": "Q4699394", "type": "CITY", "city": "Aix\u00e0s", "name": "Aix\u00e0s", "country": "Andorra", "countryCode": "AD", "region": "Sant Juli\u00e0 de L\u00f2ria", "regionCode": "06", "latitude": 42.48638889, "longitude": 1.46722222, "population": 0}, {"id": 397, "wikiDataId": "Q1863", "type": "CITY", "city": "Andorra la Vella", "name": "Andorra la Vella", "country": "Andorra", "countryCode": "AD", "region": "Andorra la Vella", "regionCode": "07", "latitude": 42.5, "longitude": 1.5, "population": 22151}, {"id": 3360277, "wikiDataId": "Q24475", "type": "CITY", "city": "Ansalonga", "name": "Ansalonga", "country": "Andorra", "countryCode": "AD", "region": "Ordino", "regionCode": "05", "latitude": 42.568443, "longitude": 1.521571, "population": 0}], "links": [{"rel": "first", "href": "/v1/geo/cities?offset=0&limit=5"}, {"rel": "next", "href": "/v1/geo/cities?offset=5&limit=5"}, {"rel": "last", "href": "/v1/geo/cities?offset=543930&limit=5"}], "metadata": {"currentOffset": 0, "totalCount": 543934}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "type": {"type": "string"}, "city": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "region": {"type": "string"}, "regionCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "population": {"type": "integer"}}, "required": ["city", "country", "countryCode", "id", "latitude", "longitude", "name", "population", "region", "regionCode", "type", "wikiDataId"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}, "required": ["href", "rel"]}}, "metadata": {"type": "object", "properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}, "required": ["currentOffset", "totalCount"]}}, "required": ["data", "links", "metadata"]}
596a5c70e4b03e024df91b10/bfb04cb4-903b-4811-a870-0ac3092e51f6/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Places Near Location
Get places near the given location, filtering by optional criteria.
200
New Example
{"data": [{"id": 126893, "wikiDataId": "Q840678", "type": "CITY", "name": "Redondo Beach", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 33.856388888, "longitude": -118.376944444, "population": 71576, "distance": 1.77}, {"id": 126136, "wikiDataId": "Q828712", "type": "CITY", "name": "Hermosa Beach", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 33.866388888, "longitude": -118.399722222, "population": 19728, "distance": 2.47}, {"id": 126493, "wikiDataId": "Q489197", "type": "CITY", "name": "Torrance", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 33.8358492, "longitude": -118.3406288, "population": 147067, "distance": 2.68}, {"id": 3196368, "wikiDataId": "Q7966564", "type": "CITY", "name": "Walteria", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 33.805, "longitude": -118.351111111, "population": 0, "distance": 2.79}, {"id": 126133, "wikiDataId": "Q948149", "type": "CITY", "name": "Palos Verdes Estates", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 33.786944444, "longitude": -118.396666666, "population": 13347, "distance": 3.18}], "links": [{"rel": "first", "href": "/v1/geo/locations/33.832213-118.387099/nearbyPlaces?offset=0&limit=5&radius=100"}, {"rel": "next", "href": "/v1/geo/locations/33.832213-118.387099/nearbyPlaces?offset=5&limit=5&radius=100"}, {"rel": "last", "href": "/v1/geo/locations/33.832213-118.387099/nearbyPlaces?offset=485&limit=5&radius=100"}], "metadata": {"currentOffset": 0, "totalCount": 490}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "region": {"type": "string"}, "regionCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "population": {"type": "integer"}, "distance": {"type": "number"}}, "required": ["country", "countryCode", "distance", "id", "latitude", "longitude", "name", "population", "region", "regionCode", "type", "wikiDataId"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}, "required": ["href", "rel"]}}, "metadata": {"type": "object", "properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}, "required": ["currentOffset", "totalCount"]}}, "required": ["data", "links", "metadata"]}
596a5c70e4b03e024df91b10/a6427c85-b5b6-4c6b-b531-28bdda27b019/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Places Near Place
Get places near the given place, filtering by optional criteria.
200
Example_1
{"data": [{"id": 3063700, "wikiDataId": "Q1264951", "type": "CITY", "name": "Dumbo", "country": "United States of America", "countryCode": "US", "region": "New York", "regionCode": "NY", "latitude": 40.70257, "longitude": -73.99045, "population": 1139, "distance": 0.53}, {"id": 3305350, "wikiDataId": "Q4722594", "type": "CITY", "name": "Alfred E. Smith Houses", "country": "United States of America", "countryCode": "US", "region": "New York", "regionCode": "NY", "latitude": 40.711, "longitude": -73.999, "population": 0, "distance": 0.76}, {"id": 3447536, "wikiDataId": "Q1574299", "type": "CITY", "name": "Two Bridges", "country": "United States of America", "countryCode": "US", "region": "New York", "regionCode": "NY", "latitude": 40.7108, "longitude": -73.9969, "population": 0, "distance": 0.76}, {"id": 3313496, "wikiDataId": "Q6422069", "name": "Knickerbocker Village", "country": "United States of America", "countryCode": "US", "region": "New York", "regionCode": "NY", "latitude": 40.7115, "longitude": -73.9944, "population": 0, "distance": 0.85}, {"id": 3097578, "wikiDataId": "Q2900913", "type": "CITY", "name": "Downtown Brooklyn", "country": "United States of America", "countryCode": "US", "region": "New York", "regionCode": "NY", "latitude": 40.6937, "longitude": -73.9859, "population": 7053, "distance": 0.86}], "links": [{"rel": "first", "href": "/v1/geo/cities/Q60/nearbyPlaces?offset=0&limit=5&radius=100"}, {"rel": "next", "href": "/v1/geo/cities/Q60/nearbyPlaces?offset=5&limit=5&radius=100"}, {"rel": "last", "href": "/v1/geo/cities/Q60/nearbyPlaces?offset=1885&limit=5&radius=100"}], "metadata": {"currentOffset": 0, "totalCount": 1888}}
{"properties": {"data": {"items": {"type": "object"}, "type": "array"}, "links": {"items": {"properties": {"href": {"type": "string"}, "rel": {"type": "string"}}, "type": "object"}, "type": "array"}, "metadata": {"properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}, "type": "object"}}, "type": "object"}
596a5c70e4b03e024df91b10/95562a18-9824-4bb0-b5e6-3112fce95430/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Country Places
Get the places in the given country.
200
Example_1
{"data": [{"id": 3403289, "wikiDataId": "Q4663912", "type": "CITY", "city": "Abbato", "name": "Abbato", "latitude": 37.053888888, "longitude": -120.827777777, "population": 0}, {"id": 3349830, "wikiDataId": "Q2821569", "type": "CITY", "city": "Aberdeen", "name": "Aberdeen", "latitude": 36.978056, "longitude": -118.253333, "population": 0}, {"id": 129580, "wikiDataId": "Q4671652", "type": "CITY", "city": "Acalanes Ridge", "name": "Acalanes Ridge", "latitude": 37.9047, "longitude": -122.079, "population": 1285}, {"id": 3002467, "wikiDataId": "Q4671833", "type": "CITY", "city": "Acampo", "name": "Acampo", "latitude": 38.171944444, "longitude": -121.280277777, "population": 334}, {"id": 3344443, "wikiDataId": "Q4673048", "type": "CITY", "city": "Acebedo", "name": "Acebedo", "latitude": 35.831944444, "longitude": -120.201944444, "population": 0}], "links": [{"rel": "first", "href": "/v1/geo/countries/US/regions/CA/cities?offset=0&limit=5"}, {"rel": "next", "href": "/v1/geo/countries/US/regions/CA/cities?offset=5&limit=5"}, {"rel": "last", "href": "/v1/geo/countries/US/regions/CA/cities?offset=3715&limit=5"}], "metadata": {"currentOffset": 0, "totalCount": 3720}}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "city": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}}}, "metadata": {"type": "object", "properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}}}}
596a5c70e4b03e024df91b10/d55b49a3-3205-460a-a12f-851a6d8b37ad/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Country Region Divisions
Get the administrative divisions in the given region.
200
New Example
{"data": [{"id": 172121, "wikiDataId": "Q107146", "name": "Alameda County", "latitude": 37.65, "longitude": -121.91, "population": 1682353}, {"id": 3368525, "wikiDataId": "Q4713632", "name": "Alder Springs, Fresno County, California", "latitude": 37.066111111, "longitude": -119.401944444, "population": 0}, {"id": 172122, "wikiDataId": "Q108077", "name": "Alpine County", "latitude": 38.58, "longitude": -119.8, "population": 1204}, {"id": 3237247, "wikiDataId": "Q4736006", "name": "Alta Vista, Inyo County, California", "latitude": 37.412777777, "longitude": -118.5425, "population": 0}, {"id": 172123, "wikiDataId": "Q156177", "name": "Amador County", "latitude": 38.44, "longitude": -120.66, "population": 40474}], "links": [{"rel": "first", "href": "/v1/geo/countries/US/regions/CA/cities?offset=0&limit=5"}, {"rel": "next", "href": "/v1/geo/countries/US/regions/CA/cities?offset=5&limit=5"}, {"rel": "last", "href": "/v1/geo/countries/US/regions/CA/cities?offset=160&limit=5"}], "metadata": {"currentOffset": 0, "totalCount": 164}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "population": {"type": "integer"}}, "required": ["id", "latitude", "longitude", "name", "population", "wikiDataId"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}, "required": ["href", "rel"]}}, "metadata": {"type": "object", "properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}, "required": ["currentOffset", "totalCount"]}}, "required": ["data", "links", "metadata"]}
596a5c70e4b03e024df91b10/5990a0b4e4b075a0d1d6da26/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Country Region Cities
Get the cities in the given region.
200
Example_1
{"data": [{"id": 3403289, "wikiDataId": "Q4663912", "type": "CITY", "city": "Abbato", "name": "Abbato", "latitude": 37.053888888, "longitude": -120.827777777, "population": 0}, {"id": 3349830, "wikiDataId": "Q2821569", "type": "CITY", "city": "Aberdeen", "name": "Aberdeen", "latitude": 36.978056, "longitude": -118.253333, "population": 0}, {"id": 129580, "wikiDataId": "Q4671652", "type": "CITY", "city": "Acalanes Ridge", "name": "Acalanes Ridge", "latitude": 37.9047, "longitude": -122.079, "population": 1285}, {"id": 3002467, "wikiDataId": "Q4671833", "type": "CITY", "city": "Acampo", "name": "Acampo", "latitude": 38.171944444, "longitude": -121.280277777, "population": 334}, {"id": 3344443, "wikiDataId": "Q4673048", "type": "CITY", "city": "Acebedo", "name": "Acebedo", "latitude": 35.831944444, "longitude": -120.201944444, "population": 0}], "links": [{"rel": "first", "href": "/v1/geo/countries/US/regions/CA/cities?offset=0&limit=5"}, {"rel": "next", "href": "/v1/geo/countries/US/regions/CA/cities?offset=5&limit=5"}, {"rel": "last", "href": "/v1/geo/countries/US/regions/CA/cities?offset=3715&limit=5"}], "metadata": {"currentOffset": 0, "totalCount": 3720}}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "city": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}}}, "metadata": {"type": "object", "properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}}}}
596a5c70e4b03e024df91b10/599094ade4b075a0d1d6d9f8/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Country Region Details
Get the details of a specific country region, including number of cities.
200
Example_1
{"data": {"capital": "Sacramento", "countryCode": "US", "fipsCode": "06", "isoCode": "CA", "name": "California", "numCities": 3720, "wikiDataId": "Q99"}}
{"data": {"properties": {"capital": {"type": "string"}, "countryCode": {"type": "string"}, "fipsCode": {"format": "utc-millisec", "type": "string"}, "isoCode": {"type": "string"}, "name": {"type": "string"}, "numCities": {"type": "integer"}, "wikiDataId": {"type": "string"}}, "type": "object"}}
596a5c70e4b03e024df91b10/599093dde4b075a0d1d6d9ea/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Country Regions
Find regions in a specific country, filtering by optional criteria. Regions can be states, provinces, districts, or otherwise major political divisions.
200
Example_1
{"data": [{"countryCode": "US", "fipsCode": "01", "isoCode": "AL", "name": "Alabama", "wikiDataId": "Q173"}, {"countryCode": "US", "fipsCode": "02", "isoCode": "AK", "name": "Alaska", "wikiDataId": "Q797"}, {"countryCode": "US", "fipsCode": "AQ", "isoCode": "AS", "name": "American Samoa", "wikiDataId": "Q16641"}, {"countryCode": "US", "fipsCode": "04", "isoCode": "AZ", "name": "Arizona", "wikiDataId": "Q816"}, {"countryCode": "US", "fipsCode": "05", "isoCode": "AR", "name": "Arkansas", "wikiDataId": "Q1612"}], "links": [{"rel": "first", "href": "/v1/geo/countries/US/regions?offset=0&limit=5"}, {"rel": "next", "href": "/v1/geo/countries/US/regions?offset=5&limit=5"}, {"rel": "last", "href": "/v1/geo/countries/US/regions?offset=55&limit=5"}], "metadata": {"currentOffset": 0, "totalCount": 57}}
{"properties": {"data": {"items": {"type": "object"}, "type": "array"}, "links": {"items": {"properties": {"href": {"type": "string"}, "rel": {"type": "string"}}, "type": "object"}, "type": "array"}, "metadata": {"properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}, "type": "object"}}, "type": "object"}
596a5c70e4b03e024df91b10/59908e54e4b028109d40dda4/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Country Details
Get the details for a specific country, including number of regions.
200
Example_1
{"data": {"capital": "Washington, D.C.", "code": "US", "callingCode": "+1", "currencyCodes": ["USD"], "flagImageUri": "http://commons.wikimedia.org/wiki/Special:FilePath/Flag%20of%20the%20United%20States.svg", "name": "United States of America", "numRegions": 57, "wikiDataId": "Q30"}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"code": {"type": "string"}, "callingCode": {"type": "string"}, "currencyCodes": {"type": "array"}, "flagImageUri": {"type": "string"}, "name": {"type": "string"}, "numRegions": {"type": "integer"}, "wikiDataId": {"type": "string"}}}}}
596a5c70e4b03e024df91b10/5a187fc5e4b0d45349f7664e/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
City Time
Get the city current time in ISO-8601 format: HHmmss.SSSZ
200
New Example
{"data": "14:45:46.433300911"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "string"}}, "required": ["data"]}
596a5c70e4b03e024df91b10/5a2d96fde4b003d3c1515577/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
City Distance
Gets the distance to the given city.
200
Example_1
{"data": 2445.9}
{"properties": {"data": {"type": "integer"}}, "type": "object"}
596a5c70e4b03e024df91b10/5aadab87e4b00687d35767b4/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Cities Near Location
Get cities near the given location, filtering by optional criteria.
200
New Example
{"data": [{"id": 126893, "wikiDataId": "Q840678", "type": "CITY", "city": "Redondo Beach", "name": "Redondo Beach", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 33.856388888, "longitude": -118.376944444, "population": 71576, "distance": 1.77}, {"id": 126136, "wikiDataId": "Q828712", "type": "CITY", "city": "Hermosa Beach", "name": "Hermosa Beach", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 33.866388888, "longitude": -118.399722222, "population": 19728, "distance": 2.47}, {"id": 126493, "wikiDataId": "Q489197", "type": "CITY", "city": "Torrance", "name": "Torrance", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 33.8358492, "longitude": -118.3406288, "population": 147067, "distance": 2.68}, {"id": 3196368, "wikiDataId": "Q7966564", "type": "CITY", "city": "Walteria", "name": "Walteria", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 33.805, "longitude": -118.351111111, "population": 0, "distance": 2.79}, {"id": 126133, "wikiDataId": "Q948149", "type": "CITY", "city": "Palos Verdes Estates", "name": "Palos Verdes Estates", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 33.786944444, "longitude": -118.396666666, "population": 13347, "distance": 3.18}], "links": [{"rel": "first", "href": "/v1/geo/locations/33.832213-118.387099/nearbyCities?offset=0&limit=5&radius=100"}, {"rel": "next", "href": "/v1/geo/locations/33.832213-118.387099/nearbyCities?offset=5&limit=5&radius=100"}, {"rel": "last", "href": "/v1/geo/locations/33.832213-118.387099/nearbyCities?offset=485&limit=5&radius=100"}], "metadata": {"currentOffset": 0, "totalCount": 490}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "type": {"type": "string"}, "city": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "region": {"type": "string"}, "regionCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "population": {"type": "integer"}, "distance": {"type": "number"}}, "required": ["city", "country", "countryCode", "distance", "id", "latitude", "longitude", "name", "population", "region", "regionCode", "type", "wikiDataId"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}, "required": ["href", "rel"]}}, "metadata": {"type": "object", "properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}, "required": ["currentOffset", "totalCount"]}}, "required": ["data", "links", "metadata"]}
596a5c70e4b03e024df91b10/19659f0a-5d44-4eca-addc-6f6fa838b721/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Admin Division Details
Get the details for a specific administrative division, including location coordinates, population, and elevation above sea-level (if available).
200
Example_1
{"data": {"id": 172136, "wikiDataId": "Q104994", "name": "Los Angeles County", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "elevationMeters": 3, "latitude": 34.05, "longitude": -118.25, "population": 10014009, "timezone": "America__Los_Angeles", "deleted": false}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "region": {"type": "string"}, "regionCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "population": {"type": "integer"}, "timezone": {"type": "string"}, "deleted": {"type": "boolean"}}}}}
596a5c70e4b03e024df91b10/1c5af418-e3ed-4727-b2d3-d4206657b408/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Cities Near Division
Get cities near the given administrative division, filtering by optional criteria.
200
New Example
{"data": [{"id": 3446973, "wikiDataId": "Q2928231", "type": "CITY", "city": "Bunker Hill", "name": "Bunker Hill", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 34.05204, "longitude": -118.25034, "population": 0, "distance": 0.14}, {"id": 126549, "wikiDataId": "Q65", "type": "CITY", "city": "Los Angeles", "name": "Los Angeles", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 34.05223, "longitude": -118.24368, "population": 3898747, "distance": 0.39}, {"id": 3448032, "wikiDataId": "Q995043", "type": "CITY", "city": "Downtown Los Angeles", "name": "Downtown Los Angeles", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 34.057, "longitude": -118.238, "population": 0, "distance": 0.84}, {"id": 3447478, "wikiDataId": "Q4762767", "type": "CITY", "city": "Angelino Heights", "name": "Angelino Heights", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 34.070277777, "longitude": -118.254722222, "population": 0, "distance": 1.43}, {"id": 3472209, "wikiDataId": "Q14681762", "type": "CITY", "city": "Clement Junction", "name": "Clement Junction", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 34.01388889, "longitude": -118.23888889, "population": 0, "distance": 2.57}], "links": [{"rel": "first", "href": "/v1/geo/cities/Q104994/nearbyCities?offset=0&limit=5&radius=100"}, {"rel": "next", "href": "/v1/geo/cities/Q104994/nearbyCities?offset=5&limit=5&radius=100"}, {"rel": "last", "href": "/v1/geo/cities/Q104994/nearbyCities?offset=530&limit=5&radius=100"}], "metadata": {"currentOffset": 0, "totalCount": 534}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "type": {"type": "string"}, "city": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "region": {"type": "string"}, "regionCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "population": {"type": "integer"}, "distance": {"type": "number"}}, "required": ["city", "country", "countryCode", "distance", "id", "latitude", "longitude", "name", "population", "region", "regionCode", "type", "wikiDataId"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}, "required": ["href", "rel"]}}, "metadata": {"type": "object", "properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}, "required": ["currentOffset", "totalCount"]}}, "required": ["data", "links", "metadata"]}
596a5c70e4b03e024df91b10/f4626780-d13b-443e-8a21-0169642b7d5a/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Admin Divisions
Find administrative divisions, filtering by optional criteria. If no criteria are set, you will get back all known divisions with a population of at least 1000
200
New Example
{"data": [{"id": 3386644, "wikiDataId": "Q3694483", "name": "Ab Band District", "country": "Afghanistan", "countryCode": "AF", "region": "Ghazni", "regionCode": "GHA", "latitude": 32.983, "longitude": 67.967, "population": 0}, {"id": 3228129, "wikiDataId": "Q1650529", "name": "Achin", "country": "Afghanistan", "countryCode": "AF", "region": "Nangarhar", "regionCode": "NAN", "latitude": 34.0894, "longitude": 70.683, "population": 0}, {"id": 3223788, "wikiDataId": "Q2674014", "name": "Ajristan District", "country": "Afghanistan", "countryCode": "AF", "region": "Ghazni", "regionCode": "GHA", "latitude": 33.466962, "longitude": 67.238846, "population": 0}, {"id": 3382471, "wikiDataId": "Q2830672", "name": "Alasay", "country": "Afghanistan", "countryCode": "AF", "region": "Kapisa", "regionCode": "KAP", "latitude": 34.925555555, "longitude": 69.809166666, "population": 0}, {"id": 3348637, "wikiDataId": "Q1229725", "name": "Alingar", "country": "Afghanistan", "countryCode": "AF", "region": "Laghman", "regionCode": "LAG", "latitude": 34.8347, "longitude": 70.3603, "population": 0}], "links": [{"rel": "first", "href": "/v1/geo/cities?offset=0&limit=5"}, {"rel": "next", "href": "/v1/geo/cities?offset=5&limit=5"}, {"rel": "last", "href": "/v1/geo/cities?offset=66885&limit=5"}], "metadata": {"currentOffset": 0, "totalCount": 66887}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "region": {"type": "string"}, "regionCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "population": {"type": "integer"}}, "required": ["country", "countryCode", "id", "latitude", "longitude", "name", "population", "region", "regionCode", "wikiDataId"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}, "required": ["href", "rel"]}}, "metadata": {"type": "object", "properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}, "required": ["currentOffset", "totalCount"]}}, "required": ["data", "links", "metadata"]}
596a5c70e4b03e024df91b10/e1305384-a77b-4e67-b493-a4f148760834/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Country Region Places
Get the places in the given region.
200
Example_1
{"data": [{"id": 3403289, "wikiDataId": "Q4663912", "type": "CITY", "city": "Abbato", "name": "Abbato", "latitude": 37.053888888, "longitude": -120.827777777, "population": 0}, {"id": 3349830, "wikiDataId": "Q2821569", "type": "CITY", "city": "Aberdeen", "name": "Aberdeen", "latitude": 36.978056, "longitude": -118.253333, "population": 0}, {"id": 129580, "wikiDataId": "Q4671652", "type": "CITY", "city": "Acalanes Ridge", "name": "Acalanes Ridge", "latitude": 37.9047, "longitude": -122.079, "population": 1285}, {"id": 3002467, "wikiDataId": "Q4671833", "type": "CITY", "city": "Acampo", "name": "Acampo", "latitude": 38.171944444, "longitude": -121.280277777, "population": 334}, {"id": 3344443, "wikiDataId": "Q4673048", "type": "CITY", "city": "Acebedo", "name": "Acebedo", "latitude": 35.831944444, "longitude": -120.201944444, "population": 0}], "links": [{"rel": "first", "href": "/v1/geo/countries/US/regions/CA/cities?offset=0&limit=5"}, {"rel": "next", "href": "/v1/geo/countries/US/regions/CA/cities?offset=5&limit=5"}, {"rel": "last", "href": "/v1/geo/countries/US/regions/CA/cities?offset=3715&limit=5"}], "metadata": {"currentOffset": 0, "totalCount": 3720}}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "city": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}}}, "metadata": {"type": "object", "properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}}}}
596a5c70e4b03e024df91b10/0a729275-6eb4-4c8b-a8aa-d469bfa34259/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Places
Find places, filtering by optional criteria. If no criteria are set, you will get back all known places.
200
New Example
{"data": [{"id": 3350606, "wikiDataId": "Q24668", "type": "CITY", "name": "Aixirivall", "country": "Andorra", "countryCode": "AD", "region": "Sant Juli\u00e0 de L\u00f2ria", "regionCode": "06", "latitude": 42.46245, "longitude": 1.50209, "population": 0}, {"id": 3216144, "wikiDataId": "Q24656", "type": "CITY", "name": "Aixovall", "country": "Andorra", "countryCode": "AD", "region": "Sant Juli\u00e0 de L\u00f2ria", "regionCode": "06", "latitude": 42.47635833, "longitude": 1.48949167, "population": 0}, {"id": 3406038, "wikiDataId": "Q4699394", "type": "CITY", "name": "Aix\u00e0s", "country": "Andorra", "countryCode": "AD", "region": "Sant Juli\u00e0 de L\u00f2ria", "regionCode": "06", "latitude": 42.48638889, "longitude": 1.46722222, "population": 0}, {"id": 397, "wikiDataId": "Q1863", "type": "CITY", "name": "Andorra la Vella", "country": "Andorra", "countryCode": "AD", "region": "Andorra la Vella", "regionCode": "07", "latitude": 42.5, "longitude": 1.5, "population": 22151}, {"id": 3360277, "wikiDataId": "Q24475", "type": "CITY", "name": "Ansalonga", "country": "Andorra", "countryCode": "AD", "region": "Ordino", "regionCode": "05", "latitude": 42.568443, "longitude": 1.521571, "population": 0}], "links": [{"rel": "first", "href": "/v1/geo/places?offset=0&limit=5"}, {"rel": "next", "href": "/v1/geo/places?offset=5&limit=5"}, {"rel": "last", "href": "/v1/geo/places?offset=543930&limit=5"}], "metadata": {"currentOffset": 0, "totalCount": 543934}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "region": {"type": "string"}, "regionCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "population": {"type": "integer"}}, "required": ["country", "countryCode", "id", "latitude", "longitude", "name", "population", "region", "regionCode", "type", "wikiDataId"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}, "required": ["href", "rel"]}}, "metadata": {"type": "object", "properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}, "required": ["currentOffset", "totalCount"]}}, "required": ["data", "links", "metadata"]}
596a5c70e4b03e024df91b10/59908d68e4b075a0d1d6d9ac/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Countries
Find countries, filtering by optional criteria. If no criteria are set, you will get back all known countries.
200
Example_1
{"data": [{"code": "VA", "currencyCodes": ["EUR"], "name": "Vatican City", "wikiDataId": "Q237"}, {"code": "ET", "currencyCodes": ["ETB"], "name": "Ethiopia", "wikiDataId": "Q115"}, {"code": "ME", "currencyCodes": ["EUR"], "name": "Montenegro", "wikiDataId": "Q236"}, {"code": "NA", "currencyCodes": ["NAD", "ZAR"], "name": "Namibia", "wikiDataId": "Q1030"}, {"code": "GH", "currencyCodes": ["GHS"], "name": "Ghana", "wikiDataId": "Q117"}], "links": [{"rel": "first", "href": "/v1/geo/countries?offset=0&limit=5"}, {"rel": "next", "href": "/v1/geo/countries?offset=5&limit=5"}, {"rel": "last", "href": "/v1/geo/countries?offset=195&limit=5"}], "metadata": {"currentOffset": 0, "totalCount": 199}}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "currencyCodes": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "wikiDataId": {"type": "string"}}}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}}}, "metadata": {"type": "object", "properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}}}}
596a5c70e4b03e024df91b10/71ecc323-07ae-495a-824a-86c54075c474/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Time-Zone
Get the time-zone current time in ISO-6801 format: HHmmss.SSSZ
200
New Example
{"data": {"id": "America__Los_Angeles", "name": "Pacific Standard Time", "rawUtcOffsetHours": -7}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "rawUtcOffsetHours": {"type": "integer"}}, "required": ["id", "name", "rawUtcOffsetHours"]}}, "required": ["data"]}
596a5c70e4b03e024df91b10/5a17712ee4b0218e3e35d47d/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Time-Zones
Get all known time-zones.
200
Example_1
{"data": [{"id": "Asia__Aden", "name": "Arabian Standard Time", "rawUtcOffsetHours": 3}, {"id": "America__Cuiaba", "name": "Amazon Standard Time", "rawUtcOffsetHours": -4}, {"id": "Etc__GMT+9", "name": "GMT-09:00", "rawUtcOffsetHours": -9}, {"id": "Etc__GMT+8", "name": "GMT-08:00", "rawUtcOffsetHours": -8}, {"id": "Africa__Nairobi", "name": "East Africa Time", "rawUtcOffsetHours": 3}], "links": [{"rel": "first", "href": "/v1/locale/timezones?offset=0&limit=5"}, {"rel": "next", "href": "/v1/locale/timezones?offset=5&limit=5"}, {"rel": "last", "href": "/v1/locale/timezones?offset=595&limit=5"}], "metadata": {"currentOffset": 0, "totalCount": 600}}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"rawUtcOffsetHours": {"type": "integer"}, "name": {"type": "string"}, "id": {"type": "string"}}}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}}}, "metadata": {"type": "object", "properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}}}}
596a5c70e4b03e024df91b10/5978d607e4b06b85e4b0dd68/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Currencies
Get currencies, filtering by optional criteria. If no criteria are set, you will get back all known currencies.
200
Example_1
{"data": [{"code": "USD", "countryCodes": ["PR", "PW", "FM", "BQ", "UM", "MH", "US", "EC", "MP", "IO", "GU", "TC", "VG", "AS", "VI", "TL"], "symbol": "$"}], "metadata": {"currentOffset": 0, "totalCount": 1}}
{"properties": {"data": {"items": {"properties": {"code": {"type": "string"}, "countryCodes": {"items": {"type": "string"}, "type": "array"}}, "type": "object"}, "type": "array"}, "links": {"items": {"properties": {"href": {"type": "string"}, "rel": {"type": "string"}}, "type": "object"}, "type": "array"}, "metadata": {"properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}, "type": "object"}}, "type": "object"}
596a5c70e4b03e024df91b10/59908659e4b028109d40dd75/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
City Details
Get the details for a specific city, including location coordinates, population, and elevation above sea-level (if available).
200
Example_1
{"data": {"id": 123214, "wikiDataId": "Q60", "type": "CITY", "city": "New York City", "name": "New York City", "country": "United States of America", "countryCode": "US", "region": "New York", "regionCode": "NY", "elevationMeters": 10, "latitude": 40.7, "longitude": -74, "population": 8804190, "timezone": "America__New_York", "distance": null, "deleted": false, "placeType": "CITY"}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "type": {"type": "string"}, "city": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "region": {"type": "string"}, "regionCode": {"type": "string"}, "elevationMeters": {"type": "integer"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "population": {"type": "integer"}, "timezone": {"type": "string"}, "deleted": {"type": "boolean"}}}}}
596a5c70e4b03e024df91b10/83630e2a-c9e8-4621-ab85-03731ac8f709/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Admin Divisions Near Location
Get administrative divisions near the given location, filtering by optional criteria.
200
New Example
{"data": [{"id": 172136, "wikiDataId": "Q104994", "name": "Los Angeles County", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 34.05, "longitude": -118.25, "population": 10014009, "distance": 16.98}, {"id": 172146, "wikiDataId": "Q5925", "name": "Orange County", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 33.67, "longitude": -117.78, "population": 3186989, "distance": 36.63}, {"id": 172168, "wikiDataId": "Q108127", "name": "Ventura County", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 34.36, "longitude": -119.15, "population": 843843, "distance": 56.88}, {"id": 3283421, "wikiDataId": "Q7858200", "name": "Twin Lakes, Kern County, California", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 34.987222222, "longitude": -118.514444444, "population": 0, "distance": 80.13}, {"id": 3402427, "wikiDataId": "Q14683598", "name": "Pala Indian Reservation", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 33.35944444, "longitude": -117.04694444, "population": 0, "distance": 83.76}], "links": [{"rel": "first", "href": "/v1/geo/locations/33.832213-118.387099/nearbyCities?offset=0&limit=5&radius=100"}, {"rel": "next", "href": "/v1/geo/locations/33.832213-118.387099/nearbyCities?offset=5&limit=5&radius=100"}, {"rel": "last", "href": "/v1/geo/locations/33.832213-118.387099/nearbyCities?offset=0&limit=5&radius=100"}], "metadata": {"currentOffset": 0, "totalCount": 9}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "region": {"type": "string"}, "regionCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "population": {"type": "integer"}, "distance": {"type": "number"}}, "required": ["country", "countryCode", "distance", "id", "latitude", "longitude", "name", "population", "region", "regionCode", "wikiDataId"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}, "required": ["href", "rel"]}}, "metadata": {"type": "object", "properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}, "required": ["currentOffset", "totalCount"]}}, "required": ["data", "links", "metadata"]}
596a5c70e4b03e024df91b10/293a7077-857e-4a3c-bfb0-938cb8c85231/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Admin Divisions Near Division
Get divisions near the given administrative division, filtering by optional criteria.
200
New Example
{"data": [{"id": 172146, "wikiDataId": "Q5925", "name": "Orange County", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 33.67, "longitude": -117.78, "population": 3186989, "distance": 37.64}, {"id": 172168, "wikiDataId": "Q108127", "name": "Ventura County", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 34.36, "longitude": -119.15, "population": 843843, "distance": 55.71}, {"id": 3283421, "wikiDataId": "Q7858200", "name": "Twin Lakes, Kern County, California", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 34.987222222, "longitude": -118.514444444, "population": 0, "distance": 66.48}, {"id": 3285795, "wikiDataId": "Q5456081", "name": "Five Points, Kern County, California", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 35.051388888, "longitude": -118.5125, "population": 0, "distance": 70.78}, {"id": 3202345, "wikiDataId": "Q5026156", "name": "Cameron, Kern County, California", "country": "United States of America", "countryCode": "US", "region": "California", "regionCode": "CA", "latitude": 35.096666666, "longitude": -118.2975, "population": 0, "distance": 72.37}], "links": [{"rel": "first", "href": "/v1/geo/cities/Q104994/nearbyCities?offset=0&limit=5&radius=100"}, {"rel": "next", "href": "/v1/geo/cities/Q104994/nearbyCities?offset=5&limit=5&radius=100"}, {"rel": "last", "href": "/v1/geo/cities/Q104994/nearbyCities?offset=10&limit=5&radius=100"}], "metadata": {"currentOffset": 0, "totalCount": 11}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "wikiDataId": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "region": {"type": "string"}, "regionCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "population": {"type": "integer"}, "distance": {"type": "number"}}, "required": ["country", "countryCode", "distance", "id", "latitude", "longitude", "name", "population", "region", "regionCode", "wikiDataId"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}, "required": ["href", "rel"]}}, "metadata": {"type": "object", "properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}, "required": ["currentOffset", "totalCount"]}}, "required": ["data", "links", "metadata"]}
596a5c70e4b03e024df91b10/5a187d3ee4b06bd8892cb0c0/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Time-Zone Time
Get the time-zone current time in ISO-6801 format: HHmmss.SSSZ
200
New Example
{"data": "14:53:58.812550399"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "string"}}, "required": ["data"]}
596a5c70e4b03e024df91b10/5a187605e4b0a5e0bc5dee03/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Time-Zone Date-Time
Get the timezone current date-time in ISO-6801 format: yyyyMMdd'T'HHmmssZ
200
Example_1
{"data": "2022-09-23T14:53:36.705152303-07:00"}
{"properties": {"data": {"type": "string"}}, "type": "object"}
596a5c70e4b03e024df91b10/5afcbe24e4b0cb33fcf0092a/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Languages
Get all supported languages
200
Example_1
{"data": [{"code": "de", "name": "German"}, {"code": "en", "name": "English"}, {"code": "es", "name": "Spanish"}, {"code": "fr", "name": "French"}, {"code": "it", "name": "Italian"}], "links": [{"rel": "first", "href": "/v1/locale/languages?offset=0&limit=5"}, {"rel": "next", "href": "/v1/locale/languages?offset=5&limit=5"}, {"rel": "last", "href": "/v1/locale/languages?offset=0&limit=5"}], "metadata": {"currentOffset": 0, "totalCount": 8}}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}}}, "metadata": {"type": "object", "properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}}}}
596a5c70e4b03e024df91b10/5978d4afe4b06e464634e8d0/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Locales
Get all known locales.
200
Example_1
{"data": [{"code": "th_TH_#Thai", "name": "Thai (Thai, Thailand)"}, {"code": "nds", "name": "Low German"}, {"code": "tk_TM_#Latn", "name": "Turkmen (Latin, Turkmenistan)"}, {"code": "ti_ET", "name": "Tigrinya (Ethiopia)"}, {"code": "ta_SG", "name": "Tamil (Singapore)"}], "links": [{"rel": "first", "href": "/v1/locale/locales?offset=0&limit=5"}, {"rel": "next", "href": "/v1/locale/locales?offset=5&limit=5"}, {"rel": "last", "href": "/v1/locale/locales?offset=1015&limit=5"}], "metadata": {"currentOffset": 0, "totalCount": 1017}}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}}}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "string"}, "href": {"type": "string"}}}}, "metadata": {"type": "object", "properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}}}}
596a5c70e4b03e024df91b10/59f107fae4b016767595a669/0/0
GeoDB Cities
Get global city, region, and country data. Filter and display results in multiple languages.
9.9
Cities Near City
Get cities near the given city, filtering by optional criteria.
200
Example_1
{"data": [{"id": 3063700, "wikiDataId": "Q1264951", "type": "CITY", "city": "Dumbo", "name": "Dumbo", "country": "United States of America", "countryCode": "US", "region": "New York", "regionCode": "NY", "latitude": 40.70257, "longitude": -73.99045, "population": 1139, "distance": 0.53}, {"id": 3305350, "wikiDataId": "Q4722594", "type": "CITY", "city": "Alfred E. Smith Houses", "name": "Alfred E. Smith Houses", "country": "United States of America", "countryCode": "US", "region": "New York", "regionCode": "NY", "latitude": 40.711, "longitude": -73.999, "population": 0, "distance": 0.76}, {"id": 3447536, "wikiDataId": "Q1574299", "type": "CITY", "city": "Two Bridges", "name": "Two Bridges", "country": "United States of America", "countryCode": "US", "region": "New York", "regionCode": "NY", "latitude": 40.7108, "longitude": -73.9969, "population": 0, "distance": 0.76}, {"id": 3313496, "wikiDataId": "Q6422069", "type": "CITY", "city": "Knickerbocker Village", "name": "Knickerbocker Village", "country": "United States of America", "countryCode": "US", "region": "New York", "regionCode": "NY", "latitude": 40.7115, "longitude": -73.9944, "population": 0, "distance": 0.85}, {"id": 3097578, "wikiDataId": "Q2900913", "type": "CITY", "city": "Downtown Brooklyn", "name": "Downtown Brooklyn", "country": "United States of America", "countryCode": "US", "region": "New York", "regionCode": "NY", "latitude": 40.6937, "longitude": -73.9859, "population": 7053, "distance": 0.86}], "links": [{"rel": "first", "href": "/v1/geo/cities/Q60/nearbyCities?offset=0&limit=5&radius=100"}, {"rel": "next", "href": "/v1/geo/cities/Q60/nearbyCities?offset=5&limit=5&radius=100"}, {"rel": "last", "href": "/v1/geo/cities/Q60/nearbyCities?offset=1885&limit=5&radius=100"}], "metadata": {"currentOffset": 0, "totalCount": 1888}}
{"properties": {"data": {"items": {"type": "object"}, "type": "array"}, "links": {"items": {"properties": {"href": {"type": "string"}, "rel": {"type": "string"}}, "type": "object"}, "type": "array"}, "metadata": {"properties": {"currentOffset": {"type": "integer"}, "totalCount": {"type": "integer"}}, "type": "object"}}, "type": "object"}
1bdb77e2-e43b-40dc-aad8-80f728a21726/acfdc463-9254-40b5-9326-1e1e6eb2485c/0/0
Cat breeds
The API is scraping the Wikipedia pages for cats in order to collect data
8.4
Group breed data by property
This endpoint will group the available data by the given property and the property value. The property can be any property of the JSON response object including the properties of the meta object.
200
Response
[{"id": 3, "breed": "American Bobtail", "origin": "United States", "url": "https://en.wikipedia.org//wiki/American_Bobtail", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/88/American_bobtail_2.jpg/100px-American_bobtail_2.jpg", "meta": {"type": "Mutation", "body_type": "Cobby", "coat_type_and_length": "Semi-long", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/88/American_bobtail_2.jpg/150px-American_bobtail_2.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/88/American_bobtail_2.jpg/200px-American_bobtail_2.jpg"}, "origin": "united states", "cfa": "standard", "tica": "standard", "acfa/caa": "standards: lh, sh"}}, {"id": 4, "breed": "American Curl", "origin": "United States", "url": "https://en.wikipedia.org//wiki/American_Curl", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/American_curl_2.jpg/100px-American_curl_2.jpg", "meta": {"type": "Mutation", "body_type": "Semi-foreign", "coat_type_and_length": "Semi-long", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/American_curl_2.jpg/150px-American_curl_2.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/American_curl_2.jpg/200px-American_curl_2.jpg"}, "origin": "united states", "cfa": "standard", "tica": "standard", "acfa/caa": "standards: short hair, long hair"}}, {"id": 5, "breed": "American Ringtail", "origin": "United States", "url": "https://en.wikipedia.org//w/index.php?title=American_Ringtail&action=edit&redlink=1", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Chunky_Monkey_American_Ringtail_Cat_3rd_Generation.jpg/133px-Chunky_Monkey_American_Ringtail_Cat_3rd_Generation.jpg", "meta": {"type": "Mutation", "body_type": "Foreign", "coat_type_and_length": "Semi-long", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Chunky_Monkey_American_Ringtail_Cat_3rd_Generation.jpg/200px-Chunky_Monkey_American_Ringtail_Cat_3rd_Generation.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Chunky_Monkey_American_Ringtail_Cat_3rd_Generation.jpg/266px-Chunky_Monkey_American_Ringtail_Cat_3rd_Generation.jpg"}}}, {"id": 6, "breed": "American Shorthair", "origin": "United States", "url": "https://en.wikipedia.org//wiki/American_Shorthair", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/American_Shorthair.jpg/100px-American_Shorthair.jpg", "meta": {"type": "Natural", "body_type": "Cobby", "coat_type_and_length": "Short", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/American_Shorthair.jpg/150px-American_Shorthair.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/American_Shorthair.jpg/199px-American_Shorthair.jpg"}, "other names": "none", "origin": "north america (formal breed development)europe (original landrace stock)", "cfa": "standard", "tica": "standard", "acfa/caa": "standard", "cca-afc": "standard"}}, {"id": 7, "breed": "American Wirehair", "origin": "United States", "url": "https://en.wikipedia.org//wiki/American_Wirehair", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/7f/American_Wirehair_-_CFF_cat_show_Heinola_2008-05-04_IMG_8721.JPG/100px-American_Wirehair_-_CFF_cat_show_Heinola_2008-05-04_IMG_8721.JPG", "meta": {"type": "Mutation", "body_type": "Normal", "coat_type_and_length": "Rex", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/7f/American_Wirehair_-_CFF_cat_show_Heinola_2008-05-04_IMG_8721.JPG/150px-American_Wirehair_-_CFF_cat_show_Heinola_2008-05-04_IMG_8721.JPG", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/7f/American_Wirehair_-_CFF_cat_show_Heinola_2008-05-04_IMG_8721.JPG/200px-American_Wirehair_-_CFF_cat_show_Heinola_2008-05-04_IMG_8721.JPG"}, "origin": "united states", "cfa": "standard", "tica": "standard", "acfa/caa": "standard", "cca-afc": "standard", "other": "fife"}}, {"id": 13, "breed": "Balinese", "origin": "Developed in United States;foundation stock from Thailand", "url": "https://en.wikipedia.org//wiki/Balinese_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e6/Oskar.jpg/100px-Oskar.jpg", "meta": {"type": "Mutation of the Siamese", "body_type": "Semi-foreign", "coat_type_and_length": "Long", "coat_pattern": "Colorpoint", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e6/Oskar.jpg/150px-Oskar.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e6/Oskar.jpg/200px-Oskar.jpg"}, "other names": "long-haired siamese thai siamese", "origin": "united states", "cfa": "standard", "fife": "standard", "tica": "standard", "acf": "standard", "acfa/caa": "standard", "cca-afc": "standard", "gccf": "standard"}}, {"id": 14, "breed": "Bambino", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Bambino_cat", "img": "Not found", "meta": {"type": "Crossbreed between the Munchkin and Sphynx", "body_type": "Dwarf", "coat_type_and_length": "Rex"}}, {"id": 15, "breed": "Bengal", "origin": "Developed in United States,but created in Asia", "url": "https://en.wikipedia.org//wiki/Bengal_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/df/Bengal_Cat_%28Fia%29.jpg/100px-Bengal_Cat_%28Fia%29.jpg", "meta": {"type": "Hybrid of the Abyssinian and Egyptian Mau \u00d7\u00a0leopard cat (Prionailurus bengalensis)", "body_type": "Large", "coat_type_and_length": "Short", "coat_pattern": "Spotted, marbled, or rosetted", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/df/Bengal_Cat_%28Fia%29.jpg/150px-Bengal_Cat_%28Fia%29.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/df/Bengal_Cat_%28Fia%29.jpg/200px-Bengal_Cat_%28Fia%29.jpg"}, "origin": "united states", "foundation bloodstock": "egyptian mau, abyssinian, and others (domestic); asian leopard cat (wild)", "cfa": "standard", "fife": "standard", "tica": "standard", "wcf": "standard", "acf": "standard", "acfa/caa": "standard", "cca-afc": "standard", "gccf": "standard", "nzcf": "standard"}}, {"id": 17, "breed": "Bombay", "origin": "United States and Burma (Myanmar)", "url": "https://en.wikipedia.org//wiki/Bombay_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Bombay_femelle.JPG/106px-Bombay_femelle.JPG", "meta": {"type": "Crossbreed between the Black American Shorthair and Sable Burmese", "body_type": "Cobby", "coat_type_and_length": "Short", "coat_pattern": "Solid black", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Bombay_femelle.JPG/160px-Bombay_femelle.JPG", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Bombay_femelle.JPG/213px-Bombay_femelle.JPG"}, "origin": "united states", "cfa": "standard", "tica": "standard", "acf": "standard", "acfa/caa": "standard", "cca-afc": "standard"}}, {"id": 23, "breed": "California Spangled", "origin": "United States", "url": "https://en.wikipedia.org//wiki/California_Spangled", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Star_Spangled_Cat.jpg/100px-Star_Spangled_Cat.jpg", "meta": {"type": "Crossbreed between the Abyssinian, American Shorthair and British Shorthair", "body_type": "Moderate", "coat_type_and_length": "Short", "coat_pattern": "Spotted tabby", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Star_Spangled_Cat.jpg/150px-Star_Spangled_Cat.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Star_Spangled_Cat.jpg/200px-Star_Spangled_Cat.jpg"}, "other names": "spangle", "origin": "california"}}, {"id": 24, "breed": "Chantilly-Tiffany", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Chantilly-Tiffany", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Tiffany3.jpg/100px-Tiffany3.jpg", "meta": {"type": "Natural", "body_type": "Cobby", "coat_type_and_length": "Long", "coat_pattern": "Solid, classic tabby, spotted tabby and ticked tabby", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Tiffany3.jpg/150px-Tiffany3.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Tiffany3.jpg/199px-Tiffany3.jpg"}, "other names": "chantilly, foreign longhair", "origin": "north america"}}, {"id": 26, "breed": "Chausie", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Chausie", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/Chausiecatexample.jpg/100px-Chausiecatexample.jpg", "meta": {"type": "Hybrid of the Abyssinian \u00d7\u00a0jungle cat (Felis chaus)", "body_type": "Normal", "coat_type_and_length": "Short", "coat_pattern": "Solid black, black grizzled tabby and black ticked tabby", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/Chausiecatexample.jpg/150px-Chausiecatexample.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/Chausiecatexample.jpg/200px-Chausiecatexample.jpg"}, "tica": "standard"}}, {"id": 29, "breed": "Cymric, Manx Longhair or Long-haired Manx", "origin": "the Isle of Man, United States, and Canada ", "url": "https://en.wikipedia.org//wiki/Cymric_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Cymric_-_Norwegian_forest_cat_presentation_show_Kotka_2009-02-01_IMG_0687.JPG/100px-Cymric_-_Norwegian_forest_cat_presentation_show_Kotka_2009-02-01_IMG_0687.JPG", "meta": {"type": "Mutation of the Manx", "body_type": "Semi-cobby", "coat_type_and_length": "Long", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Cymric_-_Norwegian_forest_cat_presentation_show_Kotka_2009-02-01_IMG_0687.JPG/150px-Cymric_-_Norwegian_forest_cat_presentation_show_Kotka_2009-02-01_IMG_0687.JPG", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Cymric_-_Norwegian_forest_cat_presentation_show_Kotka_2009-02-01_IMG_0687.JPG/200px-Cymric_-_Norwegian_forest_cat_presentation_show_Kotka_2009-02-01_IMG_0687.JPG"}, "other names": "manx longhair,longhair manx,semi-longhair manx variant,long-haired manx", "origin": "canada (breeding programme),isle of man (manx stock)", "cfa": "standard", "fife": "standard", "tica": "standard", "wcf": "standard", "aace": "standard", "acf": "standard", "acfa/caa": "standard", "cca-afc": "standard", "ccc\u2009of\u2009a": "standard", "cff": "standard", "gccf": "standard", "loof": "standard", "nzcf": "standard", "sacc": "standard"}}, {"id": 34, "breed": "Dwelf", "origin": "United States", "url": "https://en.wikipedia.org//wiki/List_of_experimental_cat_breeds#Dwelf", "img": "Not found", "meta": {"type": "Crossbreed between the American Curl, Munchkin and Sphynx", "body_type": "Dwarf", "coat_type_and_length": "Hairless", "coat_pattern": "All"}}, {"id": 37, "breed": "Exotic Shorthair", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Exotic_Shorthair", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Cream_tabby_exotic_cat.jpg/100px-Cream_tabby_exotic_cat.jpg", "meta": {"type": "Crossbreed between the American Shorthair and Persian", "body_type": "Cobby", "coat_type_and_length": "Short", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Cream_tabby_exotic_cat.jpg/150px-Cream_tabby_exotic_cat.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Cream_tabby_exotic_cat.jpg/200px-Cream_tabby_exotic_cat.jpg"}, "origin": "united states", "foundation bloodstock": "american shorthair persian cat burmese (occasionally) russian blue (occasionally)", "cfa": "standard", "fife": "standard", "tica": "standard"}}, {"id": 41, "breed": "Highlander", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Highlander_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Highlander-7.jpg/100px-Highlander-7.jpg", "meta": {"type": "Crossbreed between the Desert Lynx and Jungle Curl", "body_type": "Moderate", "coat_type_and_length": "Short/long", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Highlander-7.jpg/150px-Highlander-7.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Highlander-7.jpg/200px-Highlander-7.jpg"}, "other names": "highlander shorthair", "tica": "standard"}}, {"id": 42, "breed": "Himalayan orColorpoint Persian", "origin": "United States and United Kingdom", "url": "https://en.wikipedia.org//wiki/Himalayan_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/Chocolate_Himlayan.jpg/100px-Chocolate_Himlayan.jpg", "meta": {"type": "Crossbreed between the Persian and Siamese", "body_type": "Cobby", "coat_type_and_length": "Long", "coat_pattern": "Colorpoint", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/Chocolate_Himlayan.jpg/150px-Chocolate_Himlayan.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dc/Chocolate_Himlayan.jpg/200px-Chocolate_Himlayan.jpg"}, "other names": "himalayan persiancolourpoint persianlonghaired colourpoint (obsolete)siamese\u2013persian (obsolete)", "common nicknames": "himmy", "origin": "united states \u00a0iran (persia) \u00a0thailand", "cfa": "standard", "tica": "standard", "aace": "standard", "acfa/caa": "standard", "cca-afc": "standard"}}, {"id": 44, "breed": "Javanese orColorpoint Longhair", "origin": "Developed in United States and Canada;foundation stock from Southeast Asia", "url": "https://en.wikipedia.org//wiki/Javanese_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Javanese_cat.jpg/100px-Javanese_cat.jpg", "meta": {"type": "Crossbreed between the Balinese (with some Colorpoint Shorthair), Oriental Longhair and Siamese", "body_type": "Oriental", "coat_type_and_length": "Long", "coat_pattern": "Colorpoint", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Javanese_cat.jpg/150px-Javanese_cat.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Javanese_cat.jpg/199px-Javanese_cat.jpg"}, "other names": "colorpoint longhaircolourpoint longhairbalinese (javanese division)nickname: javi", "origin": "canada, united states (foundation stock ultimately from southeast asia)", "cfa": "standard", "ffe": "standard"}}, {"id": 47, "breed": "Kinkalow", "origin": "United States", "url": "https://en.wikipedia.org//w/index.php?title=Kinkalow&action=edit&redlink=1", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Tinkerbella.jpg/100px-Tinkerbella.jpg", "meta": {"type": "Crossbreed between the Munchkin and American Curl", "body_type": "Dwarf", "coat_type_and_length": "Short", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Tinkerbella.jpg/150px-Tinkerbella.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Tinkerbella.jpg/200px-Tinkerbella.jpg"}}}, {"id": 52, "breed": "Lambkin", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Lambkin_(cat)", "img": "Not found", "meta": {"type": "Crossbreed between the Munchkin and Selkirk Rex", "body_type": "Dwarf", "coat_type_and_length": "Rex", "coat_pattern": "All", "origin": "united states", "tica": "standard"}}, {"id": 53, "breed": "LaPerm", "origin": "United States", "url": "https://en.wikipedia.org//wiki/LaPerm", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Laperm_LH_red_tabby.jpg/100px-Laperm_LH_red_tabby.jpg", "meta": {"type": "Mutation", "body_type": "Moderate", "coat_type_and_length": "Rex", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Laperm_LH_red_tabby.jpg/150px-Laperm_LH_red_tabby.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Laperm_LH_red_tabby.jpg/200px-Laperm_LH_red_tabby.jpg"}, "origin": "united states", "cfa": "standard", "fife": "standard", "tica": "standard", "wcf": "standard", "acf": "standard", "gccf": "standard", "other": "wcf(shorthair)\u00a0\u00a0sacc"}}, {"id": 54, "breed": "Lykoi", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Lykoi", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/8-month-old_male_Lykoi.jpg/100px-8-month-old_male_Lykoi.jpg", "meta": {"type": "Mutation", "body_type": "Moderate", "coat_type_and_length": "Hairless", "coat_pattern": "Solid black roan", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/8-month-old_male_Lykoi.jpg/150px-8-month-old_male_Lykoi.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/1e/8-month-old_male_Lykoi.jpg/200px-8-month-old_male_Lykoi.jpg"}, "common nicknames": "werewolf cat, wolf cat", "origin": "united states", "tica": "standard"}}, {"id": 55, "breed": "Maine Coon", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Maine_Coon", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d0/Maine_Coon_female.jpg/100px-Maine_Coon_female.jpg", "meta": {"type": "Natural, crossbreed", "body_type": "Large", "coat_type_and_length": "Semi-long to long", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d0/Maine_Coon_female.jpg/150px-Maine_Coon_female.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d0/Maine_Coon_female.jpg/200px-Maine_Coon_female.jpg"}, "other names": "coon catmaine catmaine shagamerican longhairamerican coon catamerican forest cat", "common nicknames": "gentle giants", "origin": "maine, united states", "cfa": "standard", "fife": "standard", "tica": "standard", "acf": "standard", "acfa/caa": "standard", "cca-afc": "standard", "gccf": "standard"}}, {"id": 58, "breed": "Minskin", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Minskin", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Minskin_Kitten_Female_blue_tabby_color-pattern.jpg/100px-Minskin_Kitten_Female_blue_tabby_color-pattern.jpg", "meta": {"type": "Crossbreed between the Munchkin and Sphynx", "body_type": "Dwarf", "coat_type_and_length": "Hairless", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Minskin_Kitten_Female_blue_tabby_color-pattern.jpg/150px-Minskin_Kitten_Female_blue_tabby_color-pattern.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Minskin_Kitten_Female_blue_tabby_color-pattern.jpg/200px-Minskin_Kitten_Female_blue_tabby_color-pattern.jpg"}, "other names": "teddy rex", "common nicknames": "teddy rex", "origin": "united states", "tica": "standard"}}, {"id": 59, "breed": "Minuet", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Minuet_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/54/White_Gray_Minuet_Cat.png/100px-White_Gray_Minuet_Cat.png", "meta": {"type": "Crossbreed between the Persian and Munchkin", "body_type": "Dwarf", "coat_type_and_length": "Short/Long", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/54/White_Gray_Minuet_Cat.png/150px-White_Gray_Minuet_Cat.png", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/54/White_Gray_Minuet_Cat.png/200px-White_Gray_Minuet_Cat.png"}}}, {"id": 60, "breed": "Munchkin", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Munchkin_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Longhairedmunchkin.jpg/100px-Longhairedmunchkin.jpg", "meta": {"type": "Mutation", "body_type": "Dwarf", "coat_type_and_length": "Short/long", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Longhairedmunchkin.jpg/149px-Longhairedmunchkin.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Longhairedmunchkin.jpg/199px-Longhairedmunchkin.jpg"}, "origin": "united states", "tica": "standard"}}, {"id": 61, "breed": "Nebelung", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Nebelung", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Nebelung_Male%2C_Aleksandr_van_Song_de_Chine.JPG/100px-Nebelung_Male%2C_Aleksandr_van_Song_de_Chine.JPG", "meta": {"type": "Natural, mutation", "body_type": "Foreign", "coat_type_and_length": "Semi-long", "coat_pattern": "Solid blue", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Nebelung_Male%2C_Aleksandr_van_Song_de_Chine.JPG/150px-Nebelung_Male%2C_Aleksandr_van_Song_de_Chine.JPG", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Nebelung_Male%2C_Aleksandr_van_Song_de_Chine.JPG/200px-Nebelung_Male%2C_Aleksandr_van_Song_de_Chine.JPG"}, "other names": "longhaired russian blue", "origin": "united states", "tica": "standard", "acfa/caa": "standard", "other": "wcf"}}, {"id": 63, "breed": "Ocicat", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Ocicat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Ocicat-Charan.jpg/100px-Ocicat-Charan.jpg", "meta": {"type": "Crossbreed between the Abyssinian, American Shorthair and Siamese", "body_type": "Large", "coat_type_and_length": "Short", "coat_pattern": "Spotted tabby", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Ocicat-Charan.jpg/150px-Ocicat-Charan.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Ocicat-Charan.jpg/200px-Ocicat-Charan.jpg"}, "origin": "united states", "cfa": "standard", "fife": "standard", "tica": "standard", "acfa/caa": "standard", "cca-afc": "standard"}}, {"id": 64, "breed": "Ojos Azules", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Ojos_Azules", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Lazuli01.jpg/100px-Lazuli01.jpg", "meta": {"type": "Crossbreed", "body_type": "Moderate", "coat_type_and_length": "Short", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Lazuli01.jpg/150px-Lazuli01.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Lazuli01.jpg/200px-Lazuli01.jpg"}, "origin": "united states"}}, {"id": 65, "breed": "Oregon Rex(extinct)", "origin": "United States", "url": "https://en.wikipedia.org//w/index.php?title=Oregon_Rex&action=edit&redlink=1", "img": "Not found", "meta": {"type": "Mutation", "body_type": "Rex"}}, {"id": 66, "breed": "Oriental Bicolor", "origin": "Developed in United States and United Kingdom, later in Continental Europe;foundation stock ultimately from Thailand", "url": "https://en.wikipedia.org//wiki/Oriental_bicolour", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Oriental_shorthair_20070130_caroline.jpg/100px-Oriental_shorthair_20070130_caroline.jpg", "meta": {"type": "Color variety of the Oriental Shorthair", "body_type": "Oriental", "coat_type_and_length": "Short", "coat_pattern": "Bicolor", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Oriental_shorthair_20070130_caroline.jpg/150px-Oriental_shorthair_20070130_caroline.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Oriental_shorthair_20070130_caroline.jpg/200px-Oriental_shorthair_20070130_caroline.jpg"}, "": "gccf"}}, {"id": 67, "breed": "Oriental Longhair", "origin": "Developed in United States and United Kingdom;foundation stock ultimately from Thailand", "url": "https://en.wikipedia.org//wiki/Oriental_Longhair", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/65/OLH-GIP_Divan_Cesar.jpg/100px-OLH-GIP_Divan_Cesar.jpg", "meta": {"type": "Crossbreed between the Oriental Shorthair and long-haired cats", "body_type": "Oriental", "coat_type_and_length": "Semi-long", "coat_pattern": "All; if colorpoint is considered to be a separate breed, it is called the Javanese", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/65/OLH-GIP_Divan_Cesar.jpg/150px-OLH-GIP_Divan_Cesar.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/65/OLH-GIP_Divan_Cesar.jpg/200px-OLH-GIP_Divan_Cesar.jpg"}, "other names": "british angorajavaneseforeign longhairmandarin", "cfa": "standard", "fife": "standard", "tica": "standard", "acf": "standard", "acfa/caa": "standard"}}, {"id": 68, "breed": "Oriental Shorthair", "origin": "Developed in United States and United Kingdom;foundation stock ultimately from Thailand", "url": "https://en.wikipedia.org//wiki/Oriental_Shorthair", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Oriental_Shorthair_Blue_Eyed_White_cat_%28juvenile%29.jpg/100px-Oriental_Shorthair_Blue_Eyed_White_cat_%28juvenile%29.jpg", "meta": {"type": "Crossbreed between the European Shorthair and Siamese", "body_type": "Oriental", "coat_type_and_length": "Short", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Oriental_Shorthair_Blue_Eyed_White_cat_%28juvenile%29.jpg/150px-Oriental_Shorthair_Blue_Eyed_White_cat_%28juvenile%29.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Oriental_Shorthair_Blue_Eyed_White_cat_%28juvenile%29.jpg/200px-Oriental_Shorthair_Blue_Eyed_White_cat_%28juvenile%29.jpg"}, "other names": "foreign type", "origin": "united states (landrace stock from thailand)", "cfa": "standard", "fife": "standard", "tica": "standard", "wcf": "standard", "acf": "standard", "acfa/caa": "standard", "cca-afc": "standard", "gccf": "standard"}}, {"id": 69, "breed": "Persian (modern)", "origin": "Developed in United States and Europe;foundation stock from Greater Iran", "url": "https://en.wikipedia.org//wiki/Persian_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/Persialainen.jpg/100px-Persialainen.jpg", "meta": {"type": "Mutation of the Traditional Persian", "body_type": "Cobby", "coat_type_and_length": "Long", "coat_pattern": "All but colorpoint", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/Persialainen.jpg/150px-Persialainen.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/Persialainen.jpg/200px-Persialainen.jpg"}, "other names": "persian longhair, shirazi", "origin": "persia (iran)", "cfa": "standard", "fife": "standard", "tica": "standard", "wcf": "standard", "ffe": "standard", "acf": "standard", "acfa/caa": "standard", "cca-afc": "standard", "gccf": "standard", "loof": "standard"}}, {"id": 72, "breed": "Pixie-bob", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Pixie-bob", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Jarnac_Bepacific_feb07.jpg/100px-Jarnac_Bepacific_feb07.jpg", "meta": {"type": "Mutation (falsely claimed to be a bobcat hybrid early on)", "body_type": "Medium", "coat_type_and_length": "Short", "coat_pattern": "Spotted tabby", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Jarnac_Bepacific_feb07.jpg/150px-Jarnac_Bepacific_feb07.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Jarnac_Bepacific_feb07.jpg/200px-Jarnac_Bepacific_feb07.jpg"}, "origin": "united states", "tica": "standard", "acfa/caa": "standard", "cca-afc": "standard"}}, {"id": 73, "breed": "Ragamuffin orLiebling (obsolete)", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Ragamuffin_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/20050922AmarilloRes.jpg/100px-20050922AmarilloRes.jpg", "meta": {"type": "Crossbreed between the Ragdoll with limited out-crossing to the Himalayan, the Persian, and other long-haired cats", "body_type": "Cobby", "coat_type_and_length": "Long", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/20050922AmarilloRes.jpg/150px-20050922AmarilloRes.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/20050922AmarilloRes.jpg/200px-20050922AmarilloRes.jpg"}, "origin": "united states", "cfa": "standard", "acfa/caa": "standard"}}, {"id": 74, "breed": "Ragdoll", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Ragdoll", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Ragdoll_from_Gatil_Ragbelas.jpg/100px-Ragdoll_from_Gatil_Ragbelas.jpg", "meta": {"type": "Behavioral mutation in a crossbreed, presumed to be between the Persian or Turkish Angora and the Birman or Burmese", "body_type": "Cobby", "coat_type_and_length": "Long", "coat_pattern": "Colorpoint, mitted, or bicolor", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Ragdoll_from_Gatil_Ragbelas.jpg/150px-Ragdoll_from_Gatil_Ragbelas.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Ragdoll_from_Gatil_Ragbelas.jpg/200px-Ragdoll_from_Gatil_Ragbelas.jpg"}, "origin": "california, united states", "cfa": "standard", "tica": "standard"}}, {"id": 79, "breed": "Savannah", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Savannah_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Savannah_Cat_portrait.jpg/100px-Savannah_Cat_portrait.jpg", "meta": {"type": "Hybrid of the domestic cat x\u00a0serval (Leptailurus serval)", "body_type": "Large", "coat_type_and_length": "Short", "coat_pattern": "Spotted", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Savannah_Cat_portrait.jpg/150px-Savannah_Cat_portrait.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Savannah_Cat_portrait.jpg/200px-Savannah_Cat_portrait.jpg"}, "origin": "united states", "tica": "standard", "cca-afc": "standard"}}, {"id": 81, "breed": "Selkirk Rex", "origin": "United States in 1988", "url": "https://en.wikipedia.org//wiki/Selkirk_Rex", "img": "https://upload.wikimedia.org/wikipedia/en/thumb/c/c3/PolloSelkirkRex.jpg/100px-PolloSelkirkRex.jpg", "meta": {"type": "Mutation/crossbreed between the American Shorthair, Persian, Himalayan, Exotic Shorthair and British Shorthair", "body_type": "Large and cobby", "coat_type_and_length": "Short/long (longhair, sometimes in early generations, can appear to be semi-long)", "coat_pattern": "All", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/en/thumb/c/c3/PolloSelkirkRex.jpg/150px-PolloSelkirkRex.jpg", "2x": "https://upload.wikimedia.org/wikipedia/en/thumb/c/c3/PolloSelkirkRex.jpg/199px-PolloSelkirkRex.jpg"}, "origin": "united states"}}, {"id": 82, "breed": "Serengeti", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Serengeti_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Serengetimalecat.jpg/100px-Serengetimalecat.jpg", "meta": {"type": "Crossbreed/hybrid between the Bengal and Oriental Shorthair", "body_type": "Oriental", "coat_type_and_length": "Short", "coat_pattern": "Spotted", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Serengetimalecat.jpg/150px-Serengetimalecat.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Serengetimalecat.jpg/200px-Serengetimalecat.jpg"}, "origin": "united states", "tica": "standard"}}, {"id": 84, "breed": "Siamese (modern)(for traditional, see Thai below)", "origin": "Developed in United States and Europe;foundation stock from Thailand", "url": "https://en.wikipedia.org//wiki/Siamese_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/Siam_lilacpoint.jpg/100px-Siam_lilacpoint.jpg", "meta": {"type": "Mutation of the Thai", "body_type": "Oriental", "coat_type_and_length": "Short", "coat_pattern": "Colorpoint", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/Siam_lilacpoint.jpg/150px-Siam_lilacpoint.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/Siam_lilacpoint.jpg/200px-Siam_lilacpoint.jpg"}, "common nicknames": "meezer, mese", "origin": "thailand", "tica": "standard", "acf": "standard", "acfa/caa": "standard", "cca-afc": "standard"}}, {"id": 86, "breed": "Singapura", "origin": "Developed in United States;foundation stock from Singapore", "url": "https://en.wikipedia.org//wiki/Singapura_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/da/Raffles_singapura_cat.jpg/100px-Raffles_singapura_cat.jpg", "meta": {"type": "Possibly a mutation of a crossbreed (excluding the Munchkin), solving why they\u2019re so small", "body_type": "Small", "coat_type_and_length": "Short", "coat_pattern": "Ticked tabby", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/da/Raffles_singapura_cat.jpg/150px-Raffles_singapura_cat.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/da/Raffles_singapura_cat.jpg/199px-Raffles_singapura_cat.jpg"}, "other names": "drain catkucintakopitiam cat", "origin": "singapore", "cfa": "standard", "tica": "standard", "acfa/caa": "standard", "cca-afc": "standard"}}, {"id": 87, "breed": "Snowshoe", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Snowshoe_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Snowshoe_%28cat%29.JPG/100px-Snowshoe_%28cat%29.JPG", "meta": {"type": "Crossbreed between the American Shorthair and Siamese", "body_type": "Moderate", "coat_type_and_length": "Short", "coat_pattern": "Mitted colorpoint", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Snowshoe_%28cat%29.JPG/150px-Snowshoe_%28cat%29.JPG", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Snowshoe_%28cat%29.JPG/200px-Snowshoe_%28cat%29.JPG"}, "common nicknames": "snowshoe siamese, silver laces", "origin": "united states", "fife": "standard", "tica": "standard", "acfa/caa": "standard", "gccf": "standard"}}, {"id": 88, "breed": "Sokoke", "origin": "Kenya", "url": "https://en.wikipedia.org//wiki/Sokoke", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/94/Sokoke_dalili.jpg/100px-Sokoke_dalili.jpg", "meta": {"type": "Natural", "body_type": "Moderate", "coat_type_and_length": "Short", "coat_pattern": "Ticked tabby", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/94/Sokoke_dalili.jpg/150px-Sokoke_dalili.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/94/Sokoke_dalili.jpg/200px-Sokoke_dalili.jpg"}, "other names": "sokoke forest cat, african shorthair (standardised breed);khadzonzo or kadzonzo (original landrace)", "origin": "kenya, denmark, united states (std. breed);kenya (landrace)", "foundation bloodstock": "std. breed developed from landrace cats, ultimately of asian origin", "fife": "standard", "tica": "standard", "cca-afc": "standard"}}, {"id": 89, "breed": "Somali", "origin": "United States, Canada", "url": "https://en.wikipedia.org//wiki/Somali_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Blue_Somali_kitten_age_3_months.jpg/100px-Blue_Somali_kitten_age_3_months.jpg", "meta": {"type": "Mutation", "body_type": "Cobby", "coat_type_and_length": "Long", "coat_pattern": "Ticked tabby", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Blue_Somali_kitten_age_3_months.jpg/150px-Blue_Somali_kitten_age_3_months.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Blue_Somali_kitten_age_3_months.jpg/200px-Blue_Somali_kitten_age_3_months.jpg"}, "common nicknames": "fox cat; long-haired abyssinian", "origin": "indian ocean", "cfa": "standard", "fife": "standard", "tica": "standard", "acf": "standard", "acfa/caa": "standard", "cca-afc": "standard"}}, {"id": 94, "breed": "Tonkinese", "origin": "Canada, United States", "url": "https://en.wikipedia.org//wiki/Tonkinese_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/Tonkinese.gif/100px-Tonkinese.gif", "meta": {"type": "Crossbreed between the Burmese and Siamese", "body_type": "Oriental", "coat_type_and_length": "Short", "coat_pattern": "Colorpoint, mink, or solid", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/Tonkinese.gif/150px-Tonkinese.gif", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/Tonkinese.gif/200px-Tonkinese.gif"}, "common nicknames": "tonk", "origin": "thailand", "cfa": "standard", "tica": "standard", "acf": "standard", "acfa/caa": "standard", "cca-afc": "standard"}}, {"id": 96, "breed": "Toyger", "origin": "United States", "url": "https://en.wikipedia.org//wiki/Toyger", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Toyger_-_Cornish_Rex_presentation_show_Riihim%C3%A4ki_2008-11-16_IMG_0101.JPG/100px-Toyger_-_Cornish_Rex_presentation_show_Riihim%C3%A4ki_2008-11-16_IMG_0101.JPG", "meta": {"type": "Crossbreed/hybrid between the Bengal and short-haired cats", "body_type": "Moderate", "coat_type_and_length": "Short", "coat_pattern": "Mackerel tabby", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Toyger_-_Cornish_Rex_presentation_show_Riihim%C3%A4ki_2008-11-16_IMG_0101.JPG/150px-Toyger_-_Cornish_Rex_presentation_show_Riihim%C3%A4ki_2008-11-16_IMG_0101.JPG", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Toyger_-_Cornish_Rex_presentation_show_Riihim%C3%A4ki_2008-11-16_IMG_0101.JPG/200px-Toyger_-_Cornish_Rex_presentation_show_Riihim%C3%A4ki_2008-11-16_IMG_0101.JPG"}, "origin": "united states", "tica": "standard"}}, {"id": 101, "breed": "York Chocolate", "origin": "New York, United States", "url": "https://en.wikipedia.org//wiki/York_Chocolate", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/York_Chocolate.jpg/100px-York_Chocolate.jpg", "meta": {"type": "Natural", "body_type": "Moderate", "coat_type_and_length": "Long", "coat_pattern": "Solid chocolate, solid lilac and solid taupe or any of these colors with white", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/York_Chocolate.jpg/150px-York_Chocolate.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/York_Chocolate.jpg/200px-York_Chocolate.jpg"}, "other names": "york", "origin": "united states", "wcf": "standard", "ffe": "standard", "cca-afc": "standard", "other": "iycf breed club standard"}}]
{"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}}
1bdb77e2-e43b-40dc-aad8-80f728a21726/0a761dd6-529d-40e6-a2d4-583ac82b559a/0/0
Cat breeds
The API is scraping the Wikipedia pages for cats in order to collect data
8.4
Get Breed Information
This endpoint will return information for a specific cat breed
200
Response
[{"id": 2, "breed": "Aegean", "origin": "Greece", "url": "https://en.wikipedia.org//wiki/Aegean_cat", "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Aegean_cat.jpg/100px-Aegean_cat.jpg", "meta": {"type": "Natural", "body_type": "Moderate", "coat_type_and_length": "Semi-long", "coat_pattern": "Multi-color", "img_src_set": {"1.5x": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Aegean_cat.jpg/150px-Aegean_cat.jpg", "2x": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Aegean_cat.jpg/200px-Aegean_cat.jpg"}, "origin": "greece"}}]
{"type": "object", "properties": {"key1": {"type": "string"}}}
804d676d-80ed-405b-a1fb-db116c874987/9965f032-ef97-4577-88b0-22dc8b9de7b8/0/0
Fuel Prices - Gas Stations - Italy
Realtime informations about fuel prices and gas stations in Italy
7.7
Search by Latitude/Longitude
Define a location with Latitude and Longitude and a Radius to search within. You can limit the maximum numbers of results.
200
Location Search Example
[{"geohash": 3668230286104758, "distance": "5170.1184", "id": 40677, "name": "Q8 viale della Vittoria", "addr": "VIALE DELLA VITTORIA 12/A 60123 - ANCONA AN", "lat": "43.61620139692351", "lon": "13.52166473865509", "bnd": "Q8", "dIns": 1635228237000, "carburanti": [{"idDettCarbRid": 31206755, "prezzo": "1.879", "carb": "Benzina", "isSelf": false, "idCarb": 1}, {"idDettCarbRid": 31206752, "prezzo": "1.699", "carb": "Benzina", "isSelf": true, "idCarb": 1}, {"idDettCarbRid": 31206753, "prezzo": "1.769", "carb": "Gasolio", "isSelf": false, "idCarb": 2}, {"idDettCarbRid": 31206754, "prezzo": "1.599", "carb": "Gasolio", "isSelf": true, "idCarb": 2}]}, {"geohash": 3668230280403623, "distance": "5408.0734", "id": 11358, "name": "FATTORI DANIELE", "addr": "VIA ISONZO 140 60124 - ANCONA AN", "lat": "43.614247037393355", "lon": "13.524497510381252", "bnd": "PompeBianche", "dIns": 1635328109000, "carburanti": [{"idDettCarbRid": 31313354, "prezzo": "1.729", "carb": "Benzina", "isSelf": false, "idCarb": 1}, {"idDettCarbRid": 31313355, "prezzo": "1.599", "carb": "Gasolio", "isSelf": false, "idCarb": 2}]}, {"geohash": 3668230246094356, "distance": "5619.6907", "id": 31994, "name": "BELLIGONI", "addr": "MOLO MANDRACCHIO SNC 60125 - ANCONA AN", "lat": "43.61303802837313", "lon": "13.502974435687065", "bnd": "Esso", "dIns": 1635310754000, "carburanti": [{"idDettCarbRid": 31306268, "prezzo": "1.789", "carb": "Benzina", "isSelf": false, "idCarb": 1}, {"idDettCarbRid": 31306279, "prezzo": "1.789", "carb": "Benzina", "isSelf": true, "idCarb": 1}, {"idDettCarbRid": 31306278, "prezzo": "1.629", "carb": "Gasolio", "isSelf": false, "idCarb": 2}, {"idDettCarbRid": 31306280, "prezzo": "1.629", "carb": "Gasolio", "isSelf": true, "idCarb": 2}, {"idDettCarbRid": 31306270, "prezzo": "1.729", "carb": "Gasolio Premium", "isSelf": false, "idCarb": 10}, {"idDettCarbRid": 31306281, "prezzo": "1.729", "carb": "Gasolio Premium", "isSelf": true, "idCarb": 10}]}, {"geohash": 3668230240668250, "distance": "5625.3038", "id": 16008, "name": "METANO", "addr": "VIA DEL LAVORO - ANCONA AN", "lat": "43.61378154161841", "lon": "13.498352534897322", "bnd": "AgipEni", "dIns": 1634920229000, "carburanti": [{"idDettCarbRid": 31177489, "prezzo": "1.490", "carb": "Metano", "isSelf": false, "idCarb": 3}]}, {"geohash": 3668230268153531, "distance": "5888.0685", "id": 46068, "name": "Stazione di Servizio IP - Martiri della Resistenza", "addr": "Via Martiri della Resistenza 50 60125 - ANCONA AN", "lat": "43.609628833138196", "lon": "13.51524293422699", "bnd": "Api-Ip", "dIns": 1635354717000, "carburanti": [{"idDettCarbRid": 30985830, "prezzo": "1.849", "carb": "Benzina", "isSelf": false, "idCarb": 1}, {"idDettCarbRid": 30981732, "prezzo": "1.699", "carb": "Benzina", "isSelf": true, "idCarb": 1}, {"idDettCarbRid": 31289413, "prezzo": "1.709", "carb": "Gasolio", "isSelf": false, "idCarb": 2}, {"idDettCarbRid": 31285693, "prezzo": "1.559", "carb": "Gasolio", "isSelf": true, "idCarb": 2}]}, {"geohash": 3668230142365166, "distance": "6488.3938", "id": 9515, "name": "PORTO TURISTICO DI ANCONA", "addr": "VIA G. MASCINO 5/L 60125 - ANCONA AN", "lat": "43.610004805614295", "lon": "13.481850028038025", "bnd": "Api-Ip", "dIns": 1623336260000, "carburanti": [{"idDettCarbRid": 30010775, "prezzo": "1.589", "carb": "Benzina", "isSelf": false, "idCarb": 1}, {"idDettCarbRid": 30010777, "prezzo": "1.449", "carb": "Gasolio", "isSelf": false, "idCarb": 2}]}, {"geohash": 3668229526164650, "distance": "6545.2310", "id": 7578, "name": "ESSO - ANCONA Via G.Bruno", "addr": "VIA GIORDANO BRUNO SNC 60127 - ANCONA AN", "lat": "43.60426212163649", "lon": "13.505712302516145", "bnd": "Esso", "dIns": 1635326177000, "carburanti": [{"idDettCarbRid": 31264978, "prezzo": "1.669", "carb": "Benzina", "isSelf": true, "idCarb": 1}, {"idDettCarbRid": 31264979, "prezzo": "1.539", "carb": "Gasolio", "isSelf": true, "idCarb": 2}]}, {"geohash": 3668230233361177, "distance": "6562.2182", "id": 29527, "name": "ENI 5700", "addr": "via flaminia 41 60126 - ANCONA AN", "lat": "43.606018154304294", "lon": "13.49353976547718", "bnd": "AgipEni", "dIns": 1634101741000, "carburanti": [{"idDettCarbRid": 31130607, "prezzo": "1.934", "carb": "Benzina", "isSelf": false, "idCarb": 1}, {"idDettCarbRid": 31130603, "prezzo": "1.714", "carb": "Benzina", "isSelf": true, "idCarb": 1}, {"idDettCarbRid": 31130606, "prezzo": "1.784", "carb": "Gasolio", "isSelf": false, "idCarb": 2}, {"idDettCarbRid": 31130605, "prezzo": "1.564", "carb": "Gasolio", "isSelf": true, "idCarb": 2}, {"idDettCarbRid": 31130601, "prezzo": "1.864", "carb": "Blue Super", "isSelf": true, "idCarb": 5}, {"idDettCarbRid": 31130604, "prezzo": "1.884", "carb": "Blue Diesel", "isSelf": false, "idCarb": 20}, {"idDettCarbRid": 31130602, "prezzo": "1.664", "carb": "Blue Diesel", "isSelf": true, "idCarb": 20}]}, {"geohash": 3668229524815913, "distance": "7008.8303", "id": 25535, "name": "Stazione di Servizio IS", "addr": "VIA CRISTOFORO COLOMBO 104/B, 60127 - ANCONA AN", "lat": "43.60012649389328", "lon": "13.504981302922033", "bnd": "SimonettiPetroli", "dIns": 1635330431000, "carburanti": [{"idDettCarbRid": 31070334, "prezzo": "1.699", "carb": "Benzina", "isSelf": true, "idCarb": 1}, {"idDettCarbRid": 31290280, "prezzo": "1.549", "carb": "Gasolio", "isSelf": true, "idCarb": 2}]}, {"geohash": 3668229523608499, "distance": "7023.8061", "id": 8483, "name": " IP di GIANGIACOMI DANILO", "addr": "via della montagnola 20 60128 - ANCONA AN", "lat": "43.59969120892457", "lon": "13.508535325527191", "bnd": "Api-Ip", "dIns": 1611053860000, "carburanti": [{"idDettCarbRid": 28843055, "prezzo": "1.920", "carb": "Benzina", "isSelf": false, "idCarb": 1}, {"idDettCarbRid": 28843052, "prezzo": "1.146", "carb": "Benzina", "isSelf": true, "idCarb": 1}, {"idDettCarbRid": 28843053, "prezzo": "1.859", "carb": "Gasolio", "isSelf": false, "idCarb": 2}, {"idDettCarbRid": 28843054, "prezzo": "1.319", "carb": "Gasolio", "isSelf": true, "idCarb": 2}]}]
{"type": "array", "items": {"type": "object", "properties": {"geohash": {"type": "integer"}, "distance": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "addr": {"type": "string"}, "lat": {"type": "string"}, "lon": {"type": "string"}, "bnd": {"type": "string"}, "dIns": {"type": "integer"}, "carburanti": {"type": "array", "items": {"type": "object", "properties": {"idDettCarbRid": {"type": "integer"}, "prezzo": {"type": "string"}, "carb": {"type": "string"}, "isSelf": {"type": "boolean"}, "idCarb": {"type": "integer"}}}}}}}
f082b98c-863c-4697-b15b-246bb8d2d17b/725567d0-b853-4019-bec6-9be90a09d221/0/0
Crypto Futures Leaderboard
Binance Futures Leaderboard API. Scrape data of top users and their positions from Binance Futures Leaderboard. Use top user's crypto positions in your trading strategy.
5.9
Get Leaderboard
Get leaderboard
200
Response
{"code": "000000", "message": null, "messageDetail": null, "data": [{"futureUid": null, "nickName": "Anonymous User-049fa2", "userPhotoUrl": "", "rank": 17, "pnl": 25565.093135, "roi": 255.650931, "positionShared": true, "twitterUrl": null, "encryptedUid": "270E74F214A68381574BF358AB9060D2", "updateTime": 1694908800000, "followerCount": 188, "twShared": null, "isTwTrader": false, "openId": null}], "success": true}
{"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "null"}, "messageDetail": {"type": "null"}, "data": {"type": "array", "items": {"type": "object", "properties": {"futureUid": {"type": "null"}, "nickName": {"type": "string"}, "userPhotoUrl": {"type": "string"}, "rank": {"type": "integer"}, "pnl": {"type": "number"}, "roi": {"type": "number"}, "positionShared": {"type": "boolean"}, "twitterUrl": {"type": "null"}, "encryptedUid": {"type": "string"}, "updateTime": {"type": "integer"}, "followerCount": {"type": "integer"}, "twShared": {"type": "null"}, "isTwTrader": {"type": "boolean"}, "openId": {"type": "null"}}}}, "success": {"type": "boolean"}}}
0530bfad-fbb9-43a9-9202-401198899d2e/9fd6cf55-9675-46eb-b4a1-e33ad271751b/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetBooks
Returns a list of all of the books of the Bible in the language specified with the '?language=[language]' parameter. Currently supported languages are English, Spanish, and Arabic; with more on the way.
200
Response
[{"b": "1", "n": "Genesis"}, {"b": "2", "n": "Exodus"}, {"b": "3", "n": "Leviticus"}, {"b": "4", "n": "Numbers"}, {"b": "5", "n": "Deuteronomy"}, {"b": "6", "n": "Joshua"}, {"b": "7", "n": "Judges"}, {"b": "8", "n": "Ruth"}, {"b": "9", "n": "1 Samuel"}, {"b": "10", "n": "2 Samuel"}, {"b": "11", "n": "1 Kings"}, {"b": "12", "n": "2 Kings"}, {"b": "13", "n": "1 Chronicles"}, {"b": "14", "n": "2 Chronicles"}, {"b": "15", "n": "Ezra"}, {"b": "16", "n": "Nehemiah"}, {"b": "17", "n": "Esther"}, {"b": "18", "n": "Job"}, {"b": "19", "n": "Psalms"}, {"b": "20", "n": "Proverbs"}, {"b": "21", "n": "Ecclesiastes"}, {"b": "22", "n": "Song of Solomon"}, {"b": "23", "n": "Isaiah"}, {"b": "24", "n": "Jeremiah"}, {"b": "25", "n": "Lamentations"}, {"b": "26", "n": "Ezekiel"}, {"b": "27", "n": "Daniel"}, {"b": "28", "n": "Hosea"}, {"b": "29", "n": "Joel"}, {"b": "30", "n": "Amos"}, {"b": "31", "n": "Obadiah"}, {"b": "32", "n": "Jonah"}, {"b": "33", "n": "Micah"}, {"b": "34", "n": "Nahum"}, {"b": "35", "n": "Habakkuk"}, {"b": "36", "n": "Zephaniah"}, {"b": "37", "n": "Haggai"}, {"b": "38", "n": "Zechariah"}, {"b": "39", "n": "Malachi"}, {"b": "40", "n": "Matthew"}, {"b": "41", "n": "Mark"}, {"b": "42", "n": "Luke"}, {"b": "43", "n": "John"}, {"b": "44", "n": "Acts"}, {"b": "45", "n": "Romans"}, {"b": "46", "n": "1 Corinthians"}, {"b": "47", "n": "2 Corinthians"}, {"b": "48", "n": "Galatians"}, {"b": "49", "n": "Ephesians"}, {"b": "50", "n": "Philippians"}, {"b": "51", "n": "Colossians"}, {"b": "52", "n": "1 Thessalonians"}, {"b": "53", "n": "2 Thessalonians"}, {"b": "54", "n": "1 Timothy"}, {"b": "55", "n": "2 Timothy"}, {"b": "56", "n": "Titus"}, {"b": "57", "n": "Philemon"}, {"b": "58", "n": "Hebrews"}, {"b": "59", "n": "James"}, {"b": "60", "n": "1 Peter"}, {"b": "61", "n": "2 Peter"}, {"b": "62", "n": "1 John"}, {"b": "63", "n": "2 John"}, {"b": "64", "n": "3 John"}, {"b": "65", "n": "Jude"}, {"b": "66", "n": "Revelation"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"b": {"type": "string"}, "n": {"type": "string"}}, "required": ["b", "n"]}}
0530bfad-fbb9-43a9-9202-401198899d2e/10090768-ad23-4620-8b00-f0822329ee20/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetChapterByBookAndChapterId - NEW!
Developed to use with the 'GetBibleReadingPlan', it returns a complete Bible chapter according to the 'bookAndChapterId' and 'versionId' submitted.
200
Response
[{"id": "40001001", "b": "40", "c": "1", "v": "1", "t": "The book of the generation of Jesus Christ, the son of David, the son of Abraham."}, {"id": "40001002", "b": "40", "c": "1", "v": "2", "t": "Abraham begat Isaac; and Isaac begat Jacob; and Jacob begat Judas and his brethren;"}, {"id": "40001003", "b": "40", "c": "1", "v": "3", "t": "And Judas begat Phares and Zara of Thamar; and Phares begat Esrom; and Esrom begat Aram;"}, {"id": "40001004", "b": "40", "c": "1", "v": "4", "t": "And Aram begat Aminadab; and Aminadab begat Naasson; and Naasson begat Salmon;"}, {"id": "40001005", "b": "40", "c": "1", "v": "5", "t": "And Salmon begat Booz of Rachab; and Booz begat Obed of Ruth; and Obed begat Jesse;"}, {"id": "40001006", "b": "40", "c": "1", "v": "6", "t": "And Jesse begat David the king; and David the king begat Solomon of her that had been the wife of Urias;"}, {"id": "40001007", "b": "40", "c": "1", "v": "7", "t": "And Solomon begat Roboam; and Roboam begat Abia; and Abia begat Asa;"}, {"id": "40001008", "b": "40", "c": "1", "v": "8", "t": "And Asa begat Josaphat; and Josaphat begat Joram; and Joram begat Ozias;"}, {"id": "40001009", "b": "40", "c": "1", "v": "9", "t": "And Ozias begat Joatham; and Joatham begat Achaz; and Achaz begat Ezekias;"}, {"id": "40001010", "b": "40", "c": "1", "v": "10", "t": "And Ezekias begat Manasses; and Manasses begat Amon; and Amon begat Josias;"}, {"id": "40001011", "b": "40", "c": "1", "v": "11", "t": "And Josias begat Jechonias and his brethren, about the time they were carried away to Babylon:"}, {"id": "40001012", "b": "40", "c": "1", "v": "12", "t": "And after they were brought to Babylon, Jechonias begat Salathiel; and Salathiel begat Zorobabel;"}, {"id": "40001013", "b": "40", "c": "1", "v": "13", "t": "And Zorobabel begat Abiud; and Abiud begat Eliakim; and Eliakim begat Azor;"}, {"id": "40001014", "b": "40", "c": "1", "v": "14", "t": "And Azor begat Sadoc; and Sadoc begat Achim; and Achim begat Eliud;"}, {"id": "40001015", "b": "40", "c": "1", "v": "15", "t": "And Eliud begat Eleazar; and Eleazar begat Matthan; and Matthan begat Jacob;"}, {"id": "40001016", "b": "40", "c": "1", "v": "16", "t": "And Jacob begat Joseph the husband of Mary, of whom was born Jesus, who is called Christ."}, {"id": "40001017", "b": "40", "c": "1", "v": "17", "t": "So all the generations from Abraham to David are fourteen generations; and from David until the carrying away into Babylon are fourteen generations; and from the carrying away into Babylon unto Christ are fourteen generations."}, {"id": "40001018", "b": "40", "c": "1", "v": "18", "t": "Now the birth of Jesus Christ was on this wise: When as his mother Mary was espoused to Joseph, before they came together, she was found with child of the Holy Ghost."}, {"id": "40001019", "b": "40", "c": "1", "v": "19", "t": "Then Joseph her husband, being a just man, and not willing to make her a publick example, was minded to put her away privily."}, {"id": "40001020", "b": "40", "c": "1", "v": "20", "t": "But while he thought on these things, behold, the angel of the LORD appeared unto him in a dream, saying, Joseph, thou son of David, fear not to take unto thee Mary thy wife: for that which is conceived in her is of the Holy Ghost."}, {"id": "40001021", "b": "40", "c": "1", "v": "21", "t": "And she shall bring forth a son, and thou shalt call his name JESUS: for he shall save his people from their sins."}, {"id": "40001022", "b": "40", "c": "1", "v": "22", "t": "Now all this was done, that it might be fulfilled which was spoken of the Lord by the prophet, saying,"}, {"id": "40001023", "b": "40", "c": "1", "v": "23", "t": "Behold, a virgin shall be with child, and shall bring forth a son, and they shall call his name Emmanuel, which being interpreted is, God with us."}, {"id": "40001024", "b": "40", "c": "1", "v": "24", "t": "Then Joseph being raised from sleep did as the angel of the Lord had bidden him, and took unto him his wife:"}, {"id": "40001025", "b": "40", "c": "1", "v": "25", "t": "And knew her not till she had brought forth her firstborn son: and he called his name JESUS."}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "b": {"type": "string"}, "c": {"type": "string"}, "v": {"type": "string"}, "t": {"type": "string"}}, "required": ["b", "c", "id", "t", "v"]}}
0530bfad-fbb9-43a9-9202-401198899d2e/cee19412-b3b5-4d4f-8b93-fd9df0891534/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetStrongs
Returns Strong's in Hebrew or Greek. The [id] in the JSON returned corresponds to the 'H' for Hebrew and 'G' for Greek that Strong's uses to precede the id. Thus, an [id] of 3 in our table is equivalent to Strong's Hebrew H3 as well as Strong's Greek G3. The Strong's id needed can be ascertained after using a GetOriginalText call (e.g. 'GetOriginalText?verseId=01001001') wherein we can receive back the Strong's Ids for any word in Hebrew or Greek respectively.
200
Response
[{"id": "21", "strongs_id": "H21", "language": "H", "word": "\u05d0\u05b2\u05d1\u05b4\u05d9", "glossary": "Abiy (ab-ee') n/p.\n1. fatherly\n2. Abi, Hezekiah's mother\n[from H1]\nKJV: Abi. \nRoot(s): H1 ", "occurences": "1", "first_occurence": "12018002", "root": "\u05d0\u05d1", "pic_root": "BA", "root_occurence": "1414", "first_root_strongs": "1", "first_root_hebrew": "\u05d0\u05d1", "second_root_strongs": "", "second_root_hebrew": "", "third_root_strongs": "", "third_root_hebrew": "", "part_of_speech": "name", "greek_equivalent": "", "passages": ""}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "strongs_id": {"type": "string"}, "language": {"type": "string"}, "word": {"type": "string"}, "glossary": {"type": "string"}, "occurences": {"type": "string"}, "first_occurence": {"type": "string"}, "root": {"type": "string"}, "pic_root": {"type": "string"}, "root_occurence": {"type": "string"}, "first_root_strongs": {"type": "string"}, "first_root_hebrew": {"type": "string"}, "second_root_strongs": {"type": "string"}, "second_root_hebrew": {"type": "string"}, "third_root_strongs": {"type": "string"}, "third_root_hebrew": {"type": "string"}, "part_of_speech": {"type": "string"}, "greek_equivalent": {"type": "string"}, "passages": {"type": "string"}}, "required": ["first_occurence", "first_root_hebrew", "first_root_strongs", "glossary", "greek_equivalent", "id", "language", "occurences", "part_of_speech", "passages", "pic_root", "root", "root_occurence", "second_root_hebrew", "second_root_strongs", "strongs_id", "third_root_hebrew", "third_root_strongs", "word"]}}
0530bfad-fbb9-43a9-9202-401198899d2e/9ff7343a-0dc4-4306-97df-95f065dc81ab/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetReadingTimeByAge - NEW!
This response contains information about how long, on average, it should take a reader of a specified age to read a number of words.
200
Response
{"readersAge": "29", "readersAgeRequested": "29", "wordCount": "650", "wordsPerMinuteReadingSpeed": {"low": 176, "average": 228, "high": 280}, "timeToRead": {"silent": {"low": {"seconds": 221.4, "minutes": 3.69, "hours": 0.06, "days": 0}, "average": {"seconds": 171, "minutes": 2.85, "hours": 0.05, "days": 0}, "high": {"seconds": 139.2, "minutes": 2.32, "hours": 0.04, "days": 0}}, "oral": {"low": {"seconds": 276.75, "minutes": 4.61, "hours": 0, "days": 0}, "average": {"seconds": 213.75, "minutes": 3.56, "hours": 0.06, "days": 0}, "high": {"seconds": 174, "minutes": 2.9, "hours": 0.05, "days": 0}}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"readersAge": {"type": "string"}, "readersAgeRequested": {"type": "string"}, "wordCount": {"type": "string"}, "wordsPerMinuteReadingSpeed": {"type": "object", "properties": {"low": {"type": "integer"}, "average": {"type": "integer"}, "high": {"type": "integer"}}, "required": ["average", "high", "low"]}, "timeToRead": {"type": "object", "properties": {"silent": {"type": "object", "properties": {"low": {"type": "object", "properties": {"seconds": {"type": "number"}, "minutes": {"type": "number"}, "hours": {"type": "number"}, "days": {"type": "integer"}}, "required": ["days", "hours", "minutes", "seconds"]}, "average": {"type": "object", "properties": {"seconds": {"type": "integer"}, "minutes": {"type": "number"}, "hours": {"type": "number"}, "days": {"type": "integer"}}, "required": ["days", "hours", "minutes", "seconds"]}, "high": {"type": "object", "properties": {"seconds": {"type": "number"}, "minutes": {"type": "number"}, "hours": {"type": "number"}, "days": {"type": "integer"}}, "required": ["days", "hours", "minutes", "seconds"]}}, "required": ["average", "high", "low"]}, "oral": {"type": "object", "properties": {"low": {"type": "object", "properties": {"seconds": {"type": "number"}, "minutes": {"type": "number"}, "hours": {"type": "integer"}, "days": {"type": "integer"}}, "required": ["days", "hours", "minutes", "seconds"]}, "average": {"type": "object", "properties": {"seconds": {"type": "number"}, "minutes": {"type": "number"}, "hours": {"type": "number"}, "days": {"type": "integer"}}, "required": ["days", "hours", "minutes", "seconds"]}, "high": {"type": "object", "properties": {"seconds": {"type": "integer"}, "minutes": {"type": "number"}, "hours": {"type": "number"}, "days": {"type": "integer"}}, "required": ["days", "hours", "minutes", "seconds"]}}, "required": ["average", "high", "low"]}}, "required": ["oral", "silent"]}}, "required": ["readersAge", "readersAgeRequested", "timeToRead", "wordCount", "wordsPerMinuteReadingSpeed"]}
0530bfad-fbb9-43a9-9202-401198899d2e/7b6d4483-b859-4810-9e82-f75ade87a3bd/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetBookNameByVerseId
Returns the name of the book per the verseId sent in the language specified. For example, 'GetBookNameByVerseId?verseId=40001001&language=english' would return 'Matthew'.
200
Response
[{"n": "Matthew"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"n": {"type": "string"}}, "required": ["n"]}}
0530bfad-fbb9-43a9-9202-401198899d2e/31123764-fa17-4ed3-b61c-a9be8e6fd0e3/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetBookNameByBookId
Returns the name of the book per the number sent in the language specified. For example, 'GetBookNameByBookId?bookId=01&language=english' would return 'Genesis'.
200
Response
[{"n": "Leviticus"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"n": {"type": "string"}}, "required": ["n"]}}
0530bfad-fbb9-43a9-9202-401198899d2e/a80a2905-4f2d-46a9-b587-4400076001e6/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetOriginalText
Will return either the Hebrew or the Greek depending on the Testament assessed from the verseId. There are thirty-nine (39) books in the Old Testament (OT).
200
Response
[{"id": "1", "verseID": "1001001", "book": "1", "chapter": "1", "verse": "1", "word": "\u05d1\u05bc\u05b0\u05e8\u05b5\u05d0\u05e9\u05c1\u05b4\u0596\u05d9\u05ea", "pronun": "{\"ipa\":\"b\u025b\u0306.re\u0294\u02c8\u0283\u026ai\u032ft\u032a\",\"ipa_mod\":\"b\u025b\u0306.\u0281e\u0294\u02c8\u0283i\u02d0t\",\"sbl\":\"b\u0115r\u0113\u02be\u0161\u00eet\",\"dic\":\"beh-ray-SHEET\",\"dic_mod\":\"beh-ray-SHEET\"}", "strongs": "7225", "morph": "", "orig_order": "1", "connected": "0", "parashah": "0", "notes": ""}, {"id": "2", "verseID": "1001001", "book": "1", "chapter": "1", "verse": "1", "word": "\u05d1\u05bc\u05b8\u05e8\u05b8\u05a3\u05d0", "pronun": "{\"ipa\":\"b\u0254\u02d0\u02c8r\u0254\u02d0\u0294\",\"ipa_mod\":\"b\u0251\u02d0\u02c8\u0281\u0251\u02d0\u0294\",\"sbl\":\"b\u0101r\u0101\u02be\",\"dic\":\"baw-RAW\",\"dic_mod\":\"ba-RA\"}", "strongs": "1254", "morph": "TH8804", "orig_order": "2", "connected": "0", "parashah": "0", "notes": ""}, {"id": "3", "verseID": "1001001", "book": "1", "chapter": "1", "verse": "1", "word": "\u05d0\u05b1\u05dc\u05b9\u05d4\u05b4\u0591\u05d9\u05dd", "pronun": "{\"ipa\":\"\u0294\u025b\u0306.lo\u02c8h\u026ai\u032fm\",\"ipa_mod\":\"\u0294e\u031e\u0306.lo\u031ew\u02c8hi\u02d0m\",\"sbl\":\"\u02be\u0115l\u014dh\u00eem\",\"dic\":\"eh-loh-HEEM\",\"dic_mod\":\"ay-loh-HEEM\"}", "strongs": "430", "morph": "", "orig_order": "3", "connected": "0", "parashah": "0", "notes": ""}, {"id": "4", "verseID": "1001001", "book": "1", "chapter": "1", "verse": "1", "word": "\u05d0\u05b5\u05a5\u05ea", "pronun": "{\"ipa\":\"\u0294et\u032a\",\"ipa_mod\":\"\u0294et\",\"sbl\":\"\u02be\u0113t\",\"dic\":\"ate\",\"dic_mod\":\"ate\"}", "strongs": "853", "morph": "", "orig_order": "4", "connected": "0", "parashah": "0", "notes": ""}, {"id": "5", "verseID": "1001001", "book": "1", "chapter": "1", "verse": "1", "word": "\u05d4\u05b7\u05e9\u05c1\u05bc\u05b8\u05de\u05b7\u0596\u05d9\u05b4\u05dd", "pronun": "{\"ipa\":\"h\u0251\u0283\u02d0\u0254\u02d0\u02c8m\u0251.j\u026am\",\"ipa_mod\":\"h\u0251.\u0283\u02d0\u0251\u02d0\u02c8m\u0251.jim\",\"sbl\":\"ha\u0161\u0161\u0101mayim\",\"dic\":\"hahsh-shaw-MA-yim\",\"dic_mod\":\"ha-sha-MA-yeem\"}", "strongs": "8064", "morph": "", "orig_order": "5", "connected": "0", "parashah": "0", "notes": ""}, {"id": "6", "verseID": "1001001", "book": "1", "chapter": "1", "verse": "1", "word": "\u05d5\u05b0\u05d0\u05b5\u05a5\u05ea", "pronun": "{\"ipa\":\"w\u025b\u0306\u02c8\u0294et\u032a\",\"ipa_mod\":\"v\u025b\u0306\u02c8\u0294et\",\"sbl\":\"w\u0115\u02be\u0113t\",\"dic\":\"weh-ATE\",\"dic_mod\":\"veh-ATE\"}", "strongs": "853", "morph": "", "orig_order": "6", "connected": "0", "parashah": "0", "notes": ""}, {"id": "7", "verseID": "1001001", "book": "1", "chapter": "1", "verse": "1", "word": "\u05d4\u05b8\u05d0\u05b8\u05bd\u05e8\u05b6\u05e5\u05c3", "pronun": "{\"ipa\":\"h\u0254\u02d0\u02cc\u0294\u0254\u02d0.r\u025bt\u0361s\u02e4\",\"ipa_mod\":\"h\u0251\u02d0\u02cc\u0294\u0251\u02d0.\u0281\u025bt\u0361s\",\"sbl\":\"h\u0101\u02be\u0101re\u1e63\",\"dic\":\"haw-AW-rets\",\"dic_mod\":\"ha-AH-rets\"}", "strongs": "776", "morph": "", "orig_order": "7", "connected": "0", "parashah": "0", "notes": ""}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "verseID": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "string"}, "verse": {"type": "string"}, "word": {"type": "string"}, "pronun": {"type": "string"}, "strongs": {"type": "string"}, "morph": {"type": "string"}, "orig_order": {"type": "string"}, "connected": {"type": "string"}, "parashah": {"type": "string"}, "notes": {"type": "string"}}, "required": ["book", "chapter", "connected", "id", "morph", "notes", "orig_order", "parashah", "pronun", "strongs", "verse", "verseID", "word"]}}
0530bfad-fbb9-43a9-9202-401198899d2e/ac43af6b-16eb-4e3f-b307-e9e6b3b079a1/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetBooksOT
Returns a list of only the Old Testament books in the language specified with the '?language=[language]' parameter.
200
Response
[{"b": "1", "n": "Genesis", "t": "OT", "g": "1"}, {"b": "2", "n": "Exodus", "t": "OT", "g": "1"}, {"b": "3", "n": "Leviticus", "t": "OT", "g": "1"}, {"b": "4", "n": "Numbers", "t": "OT", "g": "1"}, {"b": "5", "n": "Deuteronomy", "t": "OT", "g": "1"}, {"b": "6", "n": "Joshua", "t": "OT", "g": "2"}, {"b": "7", "n": "Judges", "t": "OT", "g": "2"}, {"b": "8", "n": "Ruth", "t": "OT", "g": "2"}, {"b": "9", "n": "1 Samuel", "t": "OT", "g": "2"}, {"b": "10", "n": "2 Samuel", "t": "OT", "g": "2"}, {"b": "11", "n": "1 Kings", "t": "OT", "g": "2"}, {"b": "12", "n": "2 Kings", "t": "OT", "g": "2"}, {"b": "13", "n": "1 Chronicles", "t": "OT", "g": "2"}, {"b": "14", "n": "2 Chronicles", "t": "OT", "g": "2"}, {"b": "15", "n": "Ezra", "t": "OT", "g": "2"}, {"b": "16", "n": "Nehemiah", "t": "OT", "g": "2"}, {"b": "17", "n": "Esther", "t": "OT", "g": "2"}, {"b": "18", "n": "Job", "t": "OT", "g": "3"}, {"b": "19", "n": "Psalms", "t": "OT", "g": "3"}, {"b": "20", "n": "Proverbs", "t": "OT", "g": "3"}, {"b": "21", "n": "Ecclesiastes", "t": "OT", "g": "3"}, {"b": "22", "n": "Song of Solomon", "t": "OT", "g": "3"}, {"b": "23", "n": "Isaiah", "t": "OT", "g": "4"}, {"b": "24", "n": "Jeremiah", "t": "OT", "g": "4"}, {"b": "25", "n": "Lamentations", "t": "OT", "g": "4"}, {"b": "26", "n": "Ezekiel", "t": "OT", "g": "4"}, {"b": "27", "n": "Daniel", "t": "OT", "g": "4"}, {"b": "28", "n": "Hosea", "t": "OT", "g": "4"}, {"b": "29", "n": "Joel", "t": "OT", "g": "4"}, {"b": "30", "n": "Amos", "t": "OT", "g": "4"}, {"b": "31", "n": "Obadiah", "t": "OT", "g": "4"}, {"b": "32", "n": "Jonah", "t": "OT", "g": "4"}, {"b": "33", "n": "Micah", "t": "OT", "g": "4"}, {"b": "34", "n": "Nahum", "t": "OT", "g": "4"}, {"b": "35", "n": "Habakkuk", "t": "OT", "g": "4"}, {"b": "36", "n": "Zephaniah", "t": "OT", "g": "4"}, {"b": "37", "n": "Haggai", "t": "OT", "g": "4"}, {"b": "38", "n": "Zechariah", "t": "OT", "g": "4"}, {"b": "39", "n": "Malachi", "t": "OT", "g": "4"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"b": {"type": "string"}, "n": {"type": "string"}, "t": {"type": "string"}, "g": {"type": "string"}}, "required": ["b", "g", "n", "t"]}}
0530bfad-fbb9-43a9-9202-401198899d2e/95eed7c0-b579-440e-9b68-a75326c1000c/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetChapter
Returns a complete Bible chapter. Required parameters: bookId, chapterId, and versionId. For example, 'GetChapter?bookId=01&chapterId=02&versionId=kjv' would return the entire second chapter of Genesis in the King James Version.
200
Response
[{"id": "01002001", "b": "1", "c": "2", "v": "1", "t": "Thus the heavens and the earth were finished, and all the host of them."}, {"id": "01002002", "b": "1", "c": "2", "v": "2", "t": "And on the seventh day God ended his work which he had made; and he rested on the seventh day from all his work which he had made."}, {"id": "01002003", "b": "1", "c": "2", "v": "3", "t": "And God blessed the seventh day, and sanctified it: because that in it he had rested from all his work which God created and made."}, {"id": "01002004", "b": "1", "c": "2", "v": "4", "t": "These are the generations of the heavens and of the earth when they were created, in the day that the LORD God made the earth and the heavens,"}, {"id": "01002005", "b": "1", "c": "2", "v": "5", "t": "And every plant of the field before it was in the earth, and every herb of the field before it grew: for the LORD God had not caused it to rain upon the earth, and there was not a man to till the ground."}, {"id": "01002006", "b": "1", "c": "2", "v": "6", "t": "But there went up a mist from the earth, and watered the whole face of the ground."}, {"id": "01002007", "b": "1", "c": "2", "v": "7", "t": "And the LORD God formed man of the dust of the ground, and breathed into his nostrils the breath of life; and man became a living soul."}, {"id": "01002008", "b": "1", "c": "2", "v": "8", "t": "And the LORD God planted a garden eastward in Eden; and there he put the man whom he had formed."}, {"id": "01002009", "b": "1", "c": "2", "v": "9", "t": "And out of the ground made the LORD God to grow every tree that is pleasant to the sight, and good for food; the tree of life also in the midst of the garden, and the tree of knowledge of good and evil."}, {"id": "01002010", "b": "1", "c": "2", "v": "10", "t": "And a river went out of Eden to water the garden; and from thence it was parted, and became into four heads."}, {"id": "01002011", "b": "1", "c": "2", "v": "11", "t": "The name of the first is Pison: that is it which compasseth the whole land of Havilah, where there is gold;"}, {"id": "01002012", "b": "1", "c": "2", "v": "12", "t": "And the gold of that land is good: there is bdellium and the onyx stone."}, {"id": "01002013", "b": "1", "c": "2", "v": "13", "t": "And the name of the second river is Gihon: the same is it that compasseth the whole land of Ethiopia."}, {"id": "01002014", "b": "1", "c": "2", "v": "14", "t": "And the name of the third river is Hiddekel: that is it which goeth toward the east of Assyria. And the fourth river is Euphrates."}, {"id": "01002015", "b": "1", "c": "2", "v": "15", "t": "And the LORD God took the man, and put him into the garden of Eden to dress it and to keep it."}, {"id": "01002016", "b": "1", "c": "2", "v": "16", "t": "And the LORD God commanded the man, saying, Of every tree of the garden thou mayest freely eat:"}, {"id": "01002017", "b": "1", "c": "2", "v": "17", "t": "But of the tree of the knowledge of good and evil, thou shalt not eat of it: for in the day that thou eatest thereof thou shalt surely die."}, {"id": "01002018", "b": "1", "c": "2", "v": "18", "t": "And the LORD God said, It is not good that the man should be alone; I will make him an help meet for him."}, {"id": "01002019", "b": "1", "c": "2", "v": "19", "t": "And out of the ground the LORD God formed every beast of the field, and every fowl of the air; and brought them unto Adam to see what he would call them: and whatsoever Adam called every living creature, that was the name thereof."}, {"id": "01002020", "b": "1", "c": "2", "v": "20", "t": "And Adam gave names to all cattle, and to the fowl of the air, and to every beast of the field; but for Adam there was not found an help meet for him."}, {"id": "01002021", "b": "1", "c": "2", "v": "21", "t": "And the LORD God caused a deep sleep to fall upon Adam, and he slept: and he took one of his ribs, and closed up the flesh instead thereof;"}, {"id": "01002022", "b": "1", "c": "2", "v": "22", "t": "And the rib, which the LORD God had taken from man, made he a woman, and brought her unto the man."}, {"id": "01002023", "b": "1", "c": "2", "v": "23", "t": "And Adam said, This is now bone of my bones, and flesh of my flesh: she shall be called Woman, because she was taken out of Man."}, {"id": "01002024", "b": "1", "c": "2", "v": "24", "t": "Therefore shall a man leave his father and his mother, and shall cleave unto his wife: and they shall be one flesh."}, {"id": "01002025", "b": "1", "c": "2", "v": "25", "t": "And they were both naked, the man and his wife, and were not ashamed."}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "b": {"type": "string"}, "c": {"type": "string"}, "v": {"type": "string"}, "t": {"type": "string"}}, "required": ["b", "c", "id", "t", "v"]}}
0530bfad-fbb9-43a9-9202-401198899d2e/04b9289d-9ae5-45af-8468-4ecd1eb5ec4d/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetChapterCount
Returns simply the number of chapters in any book requested via the 'bookId' parameter. For example, 'GetChapterCount?bookId=66' would return '22' as their are twenty-two (22) chapters in Revelation - the 66th book.
200
Response
{"chapterCount": 22}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"chapterCount": {"type": "integer"}}, "required": ["chapterCount"]}
0530bfad-fbb9-43a9-9202-401198899d2e/482b8c42-5279-411b-9e7c-9011de81ff0c/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetCrossReferences
Returns all of the complete cross-references (with starting and ending verse, if applicable) for the verseId received.
200
Response
[{"verseId": "01001001", "r": "10", "sv": "19104030", "ev": "00000000"}, {"verseId": "01001001", "r": "10", "sv": "19134003", "ev": "00000000"}, {"verseId": "01001001", "r": "10", "sv": "20016004", "ev": "00000000"}, {"verseId": "01001001", "r": "10", "sv": "41013019", "ev": "00000000"}, {"verseId": "01001001", "r": "10", "sv": "49003009", "ev": "00000000"}, {"verseId": "01001001", "r": "11", "sv": "13016026", "ev": "00000000"}, {"verseId": "01001001", "r": "11", "sv": "19096005", "ev": "00000000"}, {"verseId": "01001001", "r": "11", "sv": "19121002", "ev": "00000000"}, {"verseId": "01001001", "r": "11", "sv": "45011036", "ev": "00000000"}, {"verseId": "01001001", "r": "11", "sv": "58003004", "ev": "00000000"}, {"verseId": "01001001", "r": "12", "sv": "19033006", "ev": "00000000"}, {"verseId": "01001001", "r": "12", "sv": "19089011", "ev": "19089012"}, {"verseId": "01001001", "r": "12", "sv": "19124008", "ev": "00000000"}, {"verseId": "01001001", "r": "13", "sv": "19033009", "ev": "00000000"}, {"verseId": "01001001", "r": "13", "sv": "19104024", "ev": "00000000"}, {"verseId": "01001001", "r": "13", "sv": "19146006", "ev": "00000000"}, {"verseId": "01001001", "r": "13", "sv": "19148004", "ev": "19148005"}, {"verseId": "01001001", "r": "13", "sv": "23037016", "ev": "00000000"}, {"verseId": "01001001", "r": "13", "sv": "23040028", "ev": "00000000"}, {"verseId": "01001001", "r": "13", "sv": "23051016", "ev": "00000000"}, {"verseId": "01001001", "r": "13", "sv": "44004024", "ev": "00000000"}, {"verseId": "01001001", "r": "13", "sv": "45001019", "ev": "45001020"}, {"verseId": "01001001", "r": "13", "sv": "62001001", "ev": "00000000"}, {"verseId": "01001001", "r": "14", "sv": "19008003", "ev": "00000000"}, {"verseId": "01001001", "r": "14", "sv": "19090002", "ev": "00000000"}, {"verseId": "01001001", "r": "14", "sv": "46008006", "ev": "00000000"}, {"verseId": "01001001", "r": "14", "sv": "58001002", "ev": "00000000"}, {"verseId": "01001001", "r": "14", "sv": "66010006", "ev": "00000000"}, {"verseId": "01001001", "r": "15", "sv": "19102025", "ev": "00000000"}, {"verseId": "01001001", "r": "15", "sv": "20003019", "ev": "00000000"}, {"verseId": "01001001", "r": "15", "sv": "23040026", "ev": "00000000"}, {"verseId": "01001001", "r": "15", "sv": "23051013", "ev": "00000000"}, {"verseId": "01001001", "r": "15", "sv": "38012001", "ev": "00000000"}, {"verseId": "01001001", "r": "16", "sv": "20008022", "ev": "20008030"}, {"verseId": "01001001", "r": "16", "sv": "24010012", "ev": "00000000"}, {"verseId": "01001001", "r": "16", "sv": "24032017", "ev": "00000000"}, {"verseId": "01001001", "r": "1", "sv": "66021006", "ev": "00000000"}, {"verseId": "01001001", "r": "16", "sv": "66014007", "ev": "00000000"}, {"verseId": "01001001", "r": "17", "sv": "19115015", "ev": "00000000"}, {"verseId": "01001001", "r": "17", "sv": "24051015", "ev": "00000000"}, {"verseId": "01001001", "r": "17", "sv": "44014015", "ev": "00000000"}, {"verseId": "01001001", "r": "20", "sv": "19136005", "ev": "00000000"}, {"verseId": "01001001", "r": "20", "sv": "23044024", "ev": "00000000"}, {"verseId": "01001001", "r": "20", "sv": "61003005", "ev": "00000000"}, {"verseId": "01001001", "r": "2", "sv": "21012001", "ev": "00000000"}, {"verseId": "01001001", "r": "22", "sv": "16009006", "ev": "00000000"}, {"verseId": "01001001", "r": "2", "sv": "40011025", "ev": "00000000"}, {"verseId": "01001001", "r": "28", "sv": "02020011", "ev": "00000000"}, {"verseId": "01001001", "r": "30", "sv": "51001016", "ev": "51001017"}, {"verseId": "01001001", "r": "31", "sv": "44017024", "ev": "00000000"}, {"verseId": "01001001", "r": "32", "sv": "58001010", "ev": "00000000"}, {"verseId": "01001001", "r": "33", "sv": "66004011", "ev": "00000000"}, {"verseId": "01001001", "r": "34", "sv": "23042005", "ev": "00000000"}, {"verseId": "01001001", "r": "35", "sv": "18038004", "ev": "00000000"}, {"verseId": "01001001", "r": "3", "sv": "66022013", "ev": "00000000"}, {"verseId": "01001001", "r": "42", "sv": "43001001", "ev": "43001003"}, {"verseId": "01001001", "r": "43", "sv": "23045018", "ev": "00000000"}, {"verseId": "01001001", "r": "52", "sv": "58011003", "ev": "00000000"}, {"verseId": "01001001", "r": "6", "sv": "23065017", "ev": "00000000"}, {"verseId": "01001001", "r": "8", "sv": "66003014", "ev": "00000000"}, {"verseId": "01001001", "r": "9", "sv": "18026013", "ev": "00000000"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"verseId": {"type": "string"}, "r": {"type": "string"}, "sv": {"type": "string"}, "ev": {"type": "string"}}, "required": ["ev", "r", "sv", "verseId"]}}
0530bfad-fbb9-43a9-9202-401198899d2e/46db351f-a513-457b-abbe-da54bc6682ca/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetInfo
GetInfo will return information about this API.
200
Response
{"appName": "IQ Bible API", "appDescription": "The IQ Bible API provides an advanced structure for procuring not only Biblical passages but data from many other theological sources.", "appType": "web application", "version": "1.0.0", "versionStatus": "Beta", "versionReleaseDate": "March 21, 2022", "parentApplication": "IQ Bible - https://iqbible.com", "authors": "https://websitie.com"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"appName": {"type": "string"}, "appDescription": {"type": "string"}, "appType": {"type": "string"}, "version": {"type": "string"}, "versionStatus": {"type": "string"}, "versionReleaseDate": {"type": "string"}, "parentApplication": {"type": "string"}, "authors": {"type": "string"}}, "required": ["appDescription", "appName", "appType", "authors", "parentApplication", "version", "versionReleaseDate", "versionStatus"]}
0530bfad-fbb9-43a9-9202-401198899d2e/b81811da-6b7f-47d7-b226-b5b7c9d9c7a6/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetParallelVerses
Returns the verse according to the verseId sent in all of the versions available.
200
Response
[[{"id": "01001001", "b": "1", "c": "1", "v": "1", "t": "In the beginning God created the heavens and the earth.", "versionId": "t_asv", "versionAbbreviation": "ASV", "versionName": "American Standard \r\n - 1901"}], [{"id": "01001001", "b": "1", "c": "1", "v": "1", "t": "At the first God made the heaven and the earth.", "versionId": "t_bbe", "versionAbbreviation": "BBE", "versionName": "Bible in Basic English"}], [{"id": "01001001", "b": "1", "c": "1", "v": "1", "t": "In the beginning God created the heavens and the earth.", "versionId": "t_dby", "versionAbbreviation": "DBY", "versionName": "Darby English Bible"}], [{"id": "01001001", "b": "1", "c": "1", "v": "1", "t": "In the beginning God created the heaven and the earth.", "versionId": "t_kjv", "versionAbbreviation": "KJV", "versionName": "King James Version"}], [{"id": "01001001", "b": "1", "c": "1", "v": "1", "t": "In the beginning God created the heaven and the earth.", "versionId": "t_wbt", "versionAbbreviation": "WBT", "versionName": "Webster Bible"}], [{"id": "01001001", "b": "1", "c": "1", "v": "1", "t": "In the beginning God{After \"God,\" the Hebrew has the two letters \"Aleph Tav\" (the first and last letters of the Hebrew alphabet) as a grammatical marker.} created the heavens and the earth.", "versionId": "t_web", "versionAbbreviation": "WEB", "versionName": "World English Bible"}], [{"id": "01001001", "b": "1", "c": "1", "v": "1", "t": "In the beginning of God's preparing the heavens and the earth --", "versionId": "t_ylt", "versionAbbreviation": "YLT", "versionName": "Young Literal Translation"}]]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "b": {"type": "string"}, "c": {"type": "string"}, "v": {"type": "string"}, "t": {"type": "string"}, "versionId": {"type": "string"}, "versionAbbreviation": {"type": "string"}, "versionName": {"type": "string"}}, "required": ["b", "c", "id", "t", "v", "versionAbbreviation", "versionId", "versionName"]}}}
0530bfad-fbb9-43a9-9202-401198899d2e/0ee89e72-a8b4-4ef5-8f9d-81da9fc79de7/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetRandomChapter
Returns a random chapter in its entirety.
200
Response
[{"id": "53001001", "b": "53", "c": "1", "v": "1", "t": "Paul, and Silvanus, and Timotheus, unto the church of the Thessalonians in God our Father and the Lord Jesus Christ:"}, {"id": "53001002", "b": "53", "c": "1", "v": "2", "t": "Grace unto you, and peace, from God our Father and the Lord Jesus Christ."}, {"id": "53001003", "b": "53", "c": "1", "v": "3", "t": "We are bound to thank God always for you, brethren, as it is meet, because that your faith groweth exceedingly, and the charity of every one of you all toward each other aboundeth;"}, {"id": "53001004", "b": "53", "c": "1", "v": "4", "t": "So that we ourselves glory in you in the churches of God for your patience and faith in all your persecutions and tribulations that ye endure:"}, {"id": "53001005", "b": "53", "c": "1", "v": "5", "t": "Which is a manifest token of the righteous judgment of God, that ye may be counted worthy of the kingdom of God, for which ye also suffer:"}, {"id": "53001006", "b": "53", "c": "1", "v": "6", "t": "Seeing it is a righteous thing with God to recompense tribulation to them that trouble you;"}, {"id": "53001007", "b": "53", "c": "1", "v": "7", "t": "And to you who are troubled rest with us, when the Lord Jesus shall be revealed from heaven with his mighty angels,"}, {"id": "53001008", "b": "53", "c": "1", "v": "8", "t": "In flaming fire taking vengeance on them that know not God, and that obey not the gospel of our Lord Jesus Christ:"}, {"id": "53001009", "b": "53", "c": "1", "v": "9", "t": "Who shall be punished with everlasting destruction from the presence of the Lord, and from the glory of his power;"}, {"id": "53001010", "b": "53", "c": "1", "v": "10", "t": "When he shall come to be glorified in his saints, and to be admired in all them that believe (because our testimony among you was believed) in that day."}, {"id": "53001011", "b": "53", "c": "1", "v": "11", "t": "Wherefore also we pray always for you, that our God would count you worthy of this calling, and fulfil all the good pleasure of his goodness, and the work of faith with power:"}, {"id": "53001012", "b": "53", "c": "1", "v": "12", "t": "That the name of our Lord Jesus Christ may be glorified in you, and ye in him, according to the grace of our God and the Lord Jesus Christ."}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "b": {"type": "string"}, "c": {"type": "string"}, "v": {"type": "string"}, "t": {"type": "string"}}, "required": ["b", "c", "id", "t", "v"]}}
0530bfad-fbb9-43a9-9202-401198899d2e/895d2f8c-e98e-48fd-93bf-1fac6f278163/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetWords
Will return a word-by-word JSON array of the specified verse, along with the word count.
200
Response
{"0": "In", "1": "the", "2": "beginning", "3": "God", "4": "created", "5": "the", "6": "heaven", "7": "and", "8": "the", "9": "earth.", "verseId": "01001001", "versionId": "kjv", "wordCount": 10}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "verseId": {"type": "string"}, "versionId": {"type": "string"}, "wordCount": {"type": "integer"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "verseId", "versionId", "wordCount"]}
0530bfad-fbb9-43a9-9202-401198899d2e/69d8076b-51b0-4676-8ab1-3eb074891a38/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetVerse
Will return a single verse from the Bible using the 'verseId', which is composed of eight (8) digits. The first two (2) are the book number, the second three (3), the chapter number, and the last three (3) are the verse number.
200
Response
[{"id": "40001001", "b": "40", "c": "1", "v": "1", "t": "The book of the generation of Jesus Christ, the son of David, the son of Abraham."}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "b": {"type": "string"}, "c": {"type": "string"}, "v": {"type": "string"}, "t": {"type": "string"}}, "required": ["b", "c", "id", "t", "v"]}}
0530bfad-fbb9-43a9-9202-401198899d2e/4b8b30ad-5fe3-4a4f-bff6-dd2691277f74/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetAudioNarration - NEWLY UPDATED!
Returns the audio narration file for the Bible chapter in the version specified. Currently supported versions: KJV, RV1909 (Reina Valera 1909 (Spanish)), and SVD (Smith-Van Dyke (Arabic)).
200
Response
{"fileName": "https://2-us.com/media/audio/narrations/obf-kjv/kjv-dw-02003-Ybp8Wf037A.mp3"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"fileName": {"type": "string"}}, "required": ["fileName"]}
0530bfad-fbb9-43a9-9202-401198899d2e/a0b37635-2a46-4481-a5b1-92d6bd47ec3d/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetParseVerseId - NEW!
Parses any 'verseId' to return additional IDs for books, chapters, and verses.
200
Response
{"verseId": "43003016", "bookId": "43", "bookAndChapterId": "43003", "chapterNumber": "003", "verseNumber": "016"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"verseId": {"type": "string"}, "bookId": {"type": "string"}, "bookAndChapterId": {"type": "string"}, "chapterNumber": {"type": "string"}, "verseNumber": {"type": "string"}}, "required": ["bookAndChapterId", "bookId", "chapterNumber", "verseId", "verseNumber"]}
0530bfad-fbb9-43a9-9202-401198899d2e/6cb290bb-a2b0-429b-a1cb-18c093cb1673/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetBibleReadingPlan - NEW!
This endpoint will return a Bible reading plan dividing the Bible into chapters according to the days specified. There are optional parameters that you can set after the required 'days' parameter.
200
Response
[{"daysRequested": "365", "daysFilled": "365", "sections": "OT+NT", "datesInfo": {"todaysDate": "2022-11-29", "startDate": "2023-01-01", "daysUntilStartDate": 33, "endDate": "2024-01-01"}, "chaptersInfo": {"totalChapters": 1189, "averageChaptersPerDay": 3.26, "mostChapters": {"mostChaptersInOneDay": 4, "mostChaptersBeginningDay": 1, "mostChaptersEndingDay": 94, "mostChaptersBeginningDate": "2023-01-01", "mostChaptersEndingDate": "2023-04-05"}, "leastChapters": {"leastChaptersInOneDay": 3, "leastChaptersBeginningDay": 95, "leastChaptersEndingDay": "365", "leastChaptersBeginningDate": "2023-04-06", "leastChaptersEndingDate": "2024-01-01"}}, "readingTime": {"readersAge": "15", "readersAgeRequested": "15", "silentReading": {"averageWordsPerMinuteByAge": 250, "averagePerChapterInMinutes": 2.66, "averagePerDayInMinutes": 9, "averagePerDayInHours": 0.14, "averageChaptersTotalInMinutes": 3162.74, "averageChaptersTotalInHours": 52.71}, "oralReading": {"averageWordsPerMinuteByAge": 187.5, "averagePerChapterInMinutes": 3.33, "averagePerDayInMinutes": 11, "averagePerDayInHours": 0.18, "averageChaptersTotalInMinutes": 3953.43, "averageChaptersTotalInHours": 65.89}}}, {"day": 1, "date": "2023-01-01", "bookAndChapterIds": ["1001", "1002", "1003", "1004"]}, {"day": 2, "date": "2023-01-02", "bookAndChapterIds": ["1005", "1006", "1007", "1008"]}, {"day": 3, "date": "2023-01-03", "bookAndChapterIds": ["1009", "1010", "1011", "1012"]}, {"day": 4, "date": "2023-01-04", "bookAndChapterIds": ["1013", "1014", "1015", "1016"]}, {"day": 5, "date": "2023-01-05", "bookAndChapterIds": ["1017", "1018", "1019", "1020"]}, {"day": 6, "date": "2023-01-06", "bookAndChapterIds": ["1021", "1022", "1023", "1024"]}, {"day": 7, "date": "2023-01-07", "bookAndChapterIds": ["1025", "1026", "1027", "1028"]}, {"day": 8, "date": "2023-01-08", "bookAndChapterIds": ["1029", "1030", "1031", "1032"]}, {"day": 9, "date": "2023-01-09", "bookAndChapterIds": ["1033", "1034", "1035", "1036"]}, {"day": 10, "date": "2023-01-10", "bookAndChapterIds": ["1037", "1038", "1039", "1040"]}, {"day": 11, "date": "2023-01-11", "bookAndChapterIds": ["1041", "1042", "1043", "1044"]}, {"day": 12, "date": "2023-01-12", "bookAndChapterIds": ["1045", "1046", "1047", "1048"]}, {"day": 13, "date": "2023-01-13", "bookAndChapterIds": ["1049", "1050", "2001", "2002"]}, {"day": 14, "date": "2023-01-14", "bookAndChapterIds": ["2003", "2004", "2005", "2006"]}, {"day": 15, "date": "2023-01-15", "bookAndChapterIds": ["2007", "2008", "2009", "2010"]}, {"day": 16, "date": "2023-01-16", "bookAndChapterIds": ["2011", "2012", "2013", "2014"]}, {"day": 17, "date": "2023-01-17", "bookAndChapterIds": ["2015", "2016", "2017", "2018"]}, {"day": 18, "date": "2023-01-18", "bookAndChapterIds": ["2019", "2020", "2021", "2022"]}, {"day": 19, "date": "2023-01-19", "bookAndChapterIds": ["2023", "2024", "2025", "2026"]}, {"day": 20, "date": "2023-01-20", "bookAndChapterIds": ["2027", "2028", "2029", "2030"]}, {"day": 21, "date": "2023-01-21", "bookAndChapterIds": ["2031", "2032", "2033", "2034"]}, {"day": 22, "date": "2023-01-22", "bookAndChapterIds": ["2035", "2036", "2037", "2038"]}, {"day": 23, "date": "2023-01-23", "bookAndChapterIds": ["2039", "2040", "3001", "3002"]}, {"day": 24, "date": "2023-01-24", "bookAndChapterIds": ["3003", "3004", "3005", "3006"]}, {"day": 25, "date": "2023-01-25", "bookAndChapterIds": ["3007", "3008", "3009", "3010"]}, {"day": 26, "date": "2023-01-26", "bookAndChapterIds": ["3011", "3012", "3013", "3014"]}, {"day": 27, "date": "2023-01-27", "bookAndChapterIds": ["3015", "3016", "3017", "3018"]}, {"day": 28, "date": "2023-01-28", "bookAndChapterIds": ["3019", "3020", "3021", "3022"]}, {"day": 29, "date": "2023-01-29", "bookAndChapterIds": ["3023", "3024", "3025", "3026"]}, {"day": 30, "date": "2023-01-30", "bookAndChapterIds": ["3027", "4001", "4002", "4003"]}, {"day": 31, "date": "2023-01-31", "bookAndChapterIds": ["4004", "4005", "4006", "4007"]}, {"day": 32, "date": "2023-02-01", "bookAndChapterIds": ["4008", "4009", "4010", "4011"]}, {"day": 33, "date": "2023-02-02", "bookAndChapterIds": ["4012", "4013", "4014", "4015"]}, {"day": 34, "date": "2023-02-03", "bookAndChapterIds": ["4016", "4017", "4018", "4019"]}, {"day": 35, "date": "2023-02-04", "bookAndChapterIds": ["4020", "4021", "4022", "4023"]}, {"day": 36, "date": "2023-02-05", "bookAndChapterIds": ["4024", "4025", "4026", "4027"]}, {"day": 37, "date": "2023-02-06", "bookAndChapterIds": ["4028", "4029", "4030", "4031"]}, {"day": 38, "date": "2023-02-07", "bookAndChapterIds": ["4032", "4033", "4034", "4035"]}, {"day": 39, "date": "2023-02-08", "bookAndChapterIds": ["4036", "5001", "5002", "5003"]}, {"day": 40, "date": "2023-02-09", "bookAndChapterIds": ["5004", "5005", "5006", "5007"]}, {"day": 41, "date": "2023-02-10", "bookAndChapterIds": ["5008", "5009", "5010", "5011"]}, {"day": 42, "date": "2023-02-11", "bookAndChapterIds": ["5012", "5013", "5014", "5015"]}, {"day": 43, "date": "2023-02-12", "bookAndChapterIds": ["5016", "5017", "5018", "5019"]}, {"day": 44, "date": "2023-02-13", "bookAndChapterIds": ["5020", "5021", "5022", "5023"]}, {"day": 45, "date": "2023-02-14", "bookAndChapterIds": ["5024", "5025", "5026", "5027"]}, {"day": 46, "date": "2023-02-15", "bookAndChapterIds": ["5028", "5029", "5030", "5031"]}, {"day": 47, "date": "2023-02-16", "bookAndChapterIds": ["5032", "5033", "5034", "6001"]}, {"day": 48, "date": "2023-02-17", "bookAndChapterIds": ["6002", "6003", "6004", "6005"]}, {"day": 49, "date": "2023-02-18", "bookAndChapterIds": ["6006", "6007", "6008", "6009"]}, {"day": 50, "date": "2023-02-19", "bookAndChapterIds": ["6010", "6011", "6012", "6013"]}, {"day": 51, "date": "2023-02-20", "bookAndChapterIds": ["6014", "6015", "6016", "6017"]}, {"day": 52, "date": "2023-02-21", "bookAndChapterIds": ["6018", "6019", "6020", "6021"]}, {"day": 53, "date": "2023-02-22", "bookAndChapterIds": ["6022", "6023", "6024", "7001"]}, {"day": 54, "date": "2023-02-23", "bookAndChapterIds": ["7002", "7003", "7004", "7005"]}, {"day": 55, "date": "2023-02-24", "bookAndChapterIds": ["7006", "7007", "7008", "7009"]}, {"day": 56, "date": "2023-02-25", "bookAndChapterIds": ["7010", "7011", "7012", "7013"]}, {"day": 57, "date": "2023-02-26", "bookAndChapterIds": ["7014", "7015", "7016", "7017"]}, {"day": 58, "date": "2023-02-27", "bookAndChapterIds": ["7018", "7019", "7020", "7021"]}, {"day": 59, "date": "2023-02-28", "bookAndChapterIds": ["8001", "8002", "8003", "8004"]}, {"day": 60, "date": "2023-03-01", "bookAndChapterIds": ["9001", "9002", "9003", "9004"]}, {"day": 61, "date": "2023-03-02", "bookAndChapterIds": ["9005", "9006", "9007", "9008"]}, {"day": 62, "date": "2023-03-03", "bookAndChapterIds": ["9009", "9010", "9011", "9012"]}, {"day": 63, "date": "2023-03-04", "bookAndChapterIds": ["9013", "9014", "9015", "9016"]}, {"day": 64, "date": "2023-03-05", "bookAndChapterIds": ["9017", "9018", "9019", "9020"]}, {"day": 65, "date": "2023-03-06", "bookAndChapterIds": ["9021", "9022", "9023", "9024"]}, {"day": 66, "date": "2023-03-07", "bookAndChapterIds": ["9025", "9026", "9027", "9028"]}, {"day": 67, "date": "2023-03-08", "bookAndChapterIds": ["9029", "9030", "9031", "10001"]}, {"day": 68, "date": "2023-03-09", "bookAndChapterIds": ["10002", "10003", "10004", "10005"]}, {"day": 69, "date": "2023-03-10", "bookAndChapterIds": ["10006", "10007", "10008", "10009"]}, {"day": 70, "date": "2023-03-11", "bookAndChapterIds": ["10010", "10011", "10012", "10013"]}, {"day": 71, "date": "2023-03-12", "bookAndChapterIds": ["10014", "10015", "10016", "10017"]}, {"day": 72, "date": "2023-03-13", "bookAndChapterIds": ["10018", "10019", "10020", "10021"]}, {"day": 73, "date": "2023-03-14", "bookAndChapterIds": ["10022", "10023", "10024", "11001"]}, {"day": 74, "date": "2023-03-15", "bookAndChapterIds": ["11002", "11003", "11004", "11005"]}, {"day": 75, "date": "2023-03-16", "bookAndChapterIds": ["11006", "11007", "11008", "11009"]}, {"day": 76, "date": "2023-03-17", "bookAndChapterIds": ["11010", "11011", "11012", "11013"]}, {"day": 77, "date": "2023-03-18", "bookAndChapterIds": ["11014", "11015", "11016", "11017"]}, {"day": 78, "date": "2023-03-19", "bookAndChapterIds": ["11018", "11019", "11020", "11021"]}, {"day": 79, "date": "2023-03-20", "bookAndChapterIds": ["11022", "12001", "12002", "12003"]}, {"day": 80, "date": "2023-03-21", "bookAndChapterIds": ["12004", "12005", "12006", "12007"]}, {"day": 81, "date": "2023-03-22", "bookAndChapterIds": ["12008", "12009", "12010", "12011"]}, {"day": 82, "date": "2023-03-23", "bookAndChapterIds": ["12012", "12013", "12014", "12015"]}, {"day": 83, "date": "2023-03-24", "bookAndChapterIds": ["12016", "12017", "12018", "12019"]}, {"day": 84, "date": "2023-03-25", "bookAndChapterIds": ["12020", "12021", "12022", "12023"]}, {"day": 85, "date": "2023-03-26", "bookAndChapterIds": ["12024", "12025", "13001", "13002"]}, {"day": 86, "date": "2023-03-27", "bookAndChapterIds": ["13003", "13004", "13005", "13006"]}, {"day": 87, "date": "2023-03-28", "bookAndChapterIds": ["13007", "13008", "13009", "13010"]}, {"day": 88, "date": "2023-03-29", "bookAndChapterIds": ["13011", "13012", "13013", "13014"]}, {"day": 89, "date": "2023-03-30", "bookAndChapterIds": ["13015", "13016", "13017", "13018"]}, {"day": 90, "date": "2023-03-31", "bookAndChapterIds": ["13019", "13020", "13021", "13022"]}, {"day": 91, "date": "2023-04-01", "bookAndChapterIds": ["13023", "13024", "13025", "13026"]}, {"day": 92, "date": "2023-04-02", "bookAndChapterIds": ["13027", "13028", "13029", "14001"]}, {"day": 93, "date": "2023-04-03", "bookAndChapterIds": ["14002", "14003", "14004", "14005"]}, {"day": 94, "date": "2023-04-04", "bookAndChapterIds": ["14006", "14007", "14008", "14009"]}, {"day": 95, "date": "2023-04-05", "bookAndChapterIds": ["14010", "14011", "14012"]}, {"day": 96, "date": "2023-04-06", "bookAndChapterIds": ["14013", "14014", "14015"]}, {"day": 97, "date": "2023-04-07", "bookAndChapterIds": ["14016", "14017", "14018"]}, {"day": 98, "date": "2023-04-08", "bookAndChapterIds": ["14019", "14020", "14021"]}, {"day": 99, "date": "2023-04-09", "bookAndChapterIds": ["14022", "14023", "14024"]}, {"day": 100, "date": "2023-04-10", "bookAndChapterIds": ["14025", "14026", "14027"]}, {"day": 101, "date": "2023-04-11", "bookAndChapterIds": ["14028", "14029", "14030"]}, {"day": 102, "date": "2023-04-12", "bookAndChapterIds": ["14031", "14032", "14033"]}, {"day": 103, "date": "2023-04-13", "bookAndChapterIds": ["14034", "14035", "14036"]}, {"day": 104, "date": "2023-04-14", "bookAndChapterIds": ["15001", "15002", "15003"]}, {"day": 105, "date": "2023-04-15", "bookAndChapterIds": ["15004", "15005", "15006"]}, {"day": 106, "date": "2023-04-16", "bookAndChapterIds": ["15007", "15008", "15009"]}, {"day": 107, "date": "2023-04-17", "bookAndChapterIds": ["15010", "16001", "16002"]}, {"day": 108, "date": "2023-04-18", "bookAndChapterIds": ["16003", "16004", "16005"]}, {"day": 109, "date": "2023-04-19", "bookAndChapterIds": ["16006", "16007", "16008"]}, {"day": 110, "date": "2023-04-20", "bookAndChapterIds": ["16009", "16010", "16011"]}, {"day": 111, "date": "2023-04-21", "bookAndChapterIds": ["16012", "16013", "17001"]}, {"day": 112, "date": "2023-04-22", "bookAndChapterIds": ["17002", "17003", "17004"]}, {"day": 113, "date": "2023-04-23", "bookAndChapterIds": ["17005", "17006", "17007"]}, {"day": 114, "date": "2023-04-24", "bookAndChapterIds": ["17008", "17009", "17010"]}, {"day": 115, "date": "2023-04-25", "bookAndChapterIds": ["18001", "18002", "18003"]}, {"day": 116, "date": "2023-04-26", "bookAndChapterIds": ["18004", "18005", "18006"]}, {"day": 117, "date": "2023-04-27", "bookAndChapterIds": ["18007", "18008", "18009"]}, {"day": 118, "date": "2023-04-28", "bookAndChapterIds": ["18010", "18011", "18012"]}, {"day": 119, "date": "2023-04-29", "bookAndChapterIds": ["18013", "18014", "18015"]}, {"day": 120, "date": "2023-04-30", "bookAndChapterIds": ["18016", "18017", "18018"]}, {"day": 121, "date": "2023-05-01", "bookAndChapterIds": ["18019", "18020", "18021"]}, {"day": 122, "date": "2023-05-02", "bookAndChapterIds": ["18022", "18023", "18024"]}, {"day": 123, "date": "2023-05-03", "bookAndChapterIds": ["18025", "18026", "18027"]}, {"day": 124, "date": "2023-05-04", "bookAndChapterIds": ["18028", "18029", "18030"]}, {"day": 125, "date": "2023-05-05", "bookAndChapterIds": ["18031", "18032", "18033"]}, {"day": 126, "date": "2023-05-06", "bookAndChapterIds": ["18034", "18035", "18036"]}, {"day": 127, "date": "2023-05-07", "bookAndChapterIds": ["18037", "18038", "18039"]}, {"day": 128, "date": "2023-05-08", "bookAndChapterIds": ["18040", "18041", "18042"]}, {"day": 129, "date": "2023-05-09", "bookAndChapterIds": ["19001", "19002", "19003"]}, {"day": 130, "date": "2023-05-10", "bookAndChapterIds": ["19004", "19005", "19006"]}, {"day": 131, "date": "2023-05-11", "bookAndChapterIds": ["19007", "19008", "19009"]}, {"day": 132, "date": "2023-05-12", "bookAndChapterIds": ["19010", "19011", "19012"]}, {"day": 133, "date": "2023-05-13", "bookAndChapterIds": ["19013", "19014", "19015"]}, {"day": 134, "date": "2023-05-14", "bookAndChapterIds": ["19016", "19017", "19018"]}, {"day": 135, "date": "2023-05-15", "bookAndChapterIds": ["19019", "19020", "19021"]}, {"day": 136, "date": "2023-05-16", "bookAndChapterIds": ["19022", "19023", "19024"]}, {"day": 137, "date": "2023-05-17", "bookAndChapterIds": ["19025", "19026", "19027"]}, {"day": 138, "date": "2023-05-18", "bookAndChapterIds": ["19028", "19029", "19030"]}, {"day": 139, "date": "2023-05-19", "bookAndChapterIds": ["19031", "19032", "19033"]}, {"day": 140, "date": "2023-05-20", "bookAndChapterIds": ["19034", "19035", "19036"]}, {"day": 141, "date": "2023-05-21", "bookAndChapterIds": ["19037", "19038", "19039"]}, {"day": 142, "date": "2023-05-22", "bookAndChapterIds": ["19040", "19041", "19042"]}, {"day": 143, "date": "2023-05-23", "bookAndChapterIds": ["19043", "19044", "19045"]}, {"day": 144, "date": "2023-05-24", "bookAndChapterIds": ["19046", "19047", "19048"]}, {"day": 145, "date": "2023-05-25", "bookAndChapterIds": ["19049", "19050", "19051"]}, {"day": 146, "date": "2023-05-26", "bookAndChapterIds": ["19052", "19053", "19054"]}, {"day": 147, "date": "2023-05-27", "bookAndChapterIds": ["19055", "19056", "19057"]}, {"day": 148, "date": "2023-05-28", "bookAndChapterIds": ["19058", "19059", "19060"]}, {"day": 149, "date": "2023-05-29", "bookAndChapterIds": ["19061", "19062", "19063"]}, {"day": 150, "date": "2023-05-30", "bookAndChapterIds": ["19064", "19065", "19066"]}, {"day": 151, "date": "2023-05-31", "bookAndChapterIds": ["19067", "19068", "19069"]}, {"day": 152, "date": "2023-06-01", "bookAndChapterIds": ["19070", "19071", "19072"]}, {"day": 153, "date": "2023-06-02", "bookAndChapterIds": ["19073", "19074", "19075"]}, {"day": 154, "date": "2023-06-03", "bookAndChapterIds": ["19076", "19077", "19078"]}, {"day": 155, "date": "2023-06-04", "bookAndChapterIds": ["19079", "19080", "19081"]}, {"day": 156, "date": "2023-06-05", "bookAndChapterIds": ["19082", "19083", "19084"]}, {"day": 157, "date": "2023-06-06", "bookAndChapterIds": ["19085", "19086", "19087"]}, {"day": 158, "date": "2023-06-07", "bookAndChapterIds": ["19088", "19089", "19090"]}, {"day": 159, "date": "2023-06-08", "bookAndChapterIds": ["19091", "19092", "19093"]}, {"day": 160, "date": "2023-06-09", "bookAndChapterIds": ["19094", "19095", "19096"]}, {"day": 161, "date": "2023-06-10", "bookAndChapterIds": ["19097", "19098", "19099"]}, {"day": 162, "date": "2023-06-11", "bookAndChapterIds": ["19100", "19101", "19102"]}, {"day": 163, "date": "2023-06-12", "bookAndChapterIds": ["19103", "19104", "19105"]}, {"day": 164, "date": "2023-06-13", "bookAndChapterIds": ["19106", "19107", "19108"]}, {"day": 165, "date": "2023-06-14", "bookAndChapterIds": ["19109", "19110", "19111"]}, {"day": 166, "date": "2023-06-15", "bookAndChapterIds": ["19112", "19113", "19114"]}, {"day": 167, "date": "2023-06-16", "bookAndChapterIds": ["19115", "19116", "19117"]}, {"day": 168, "date": "2023-06-17", "bookAndChapterIds": ["19118", "19119", "19120"]}, {"day": 169, "date": "2023-06-18", "bookAndChapterIds": ["19121", "19122", "19123"]}, {"day": 170, "date": "2023-06-19", "bookAndChapterIds": ["19124", "19125", "19126"]}, {"day": 171, "date": "2023-06-20", "bookAndChapterIds": ["19127", "19128", "19129"]}, {"day": 172, "date": "2023-06-21", "bookAndChapterIds": ["19130", "19131", "19132"]}, {"day": 173, "date": "2023-06-22", "bookAndChapterIds": ["19133", "19134", "19135"]}, {"day": 174, "date": "2023-06-23", "bookAndChapterIds": ["19136", "19137", "19138"]}, {"day": 175, "date": "2023-06-24", "bookAndChapterIds": ["19139", "19140", "19141"]}, {"day": 176, "date": "2023-06-25", "bookAndChapterIds": ["19142", "19143", "19144"]}, {"day": 177, "date": "2023-06-26", "bookAndChapterIds": ["19145", "19146", "19147"]}, {"day": 178, "date": "2023-06-27", "bookAndChapterIds": ["19148", "19149", "19150"]}, {"day": 179, "date": "2023-06-28", "bookAndChapterIds": ["20001", "20002", "20003"]}, {"day": 180, "date": "2023-06-29", "bookAndChapterIds": ["20004", "20005", "20006"]}, {"day": 181, "date": "2023-06-30", "bookAndChapterIds": ["20007", "20008", "20009"]}, {"day": 182, "date": "2023-07-01", "bookAndChapterIds": ["20010", "20011", "20012"]}, {"day": 183, "date": "2023-07-02", "bookAndChapterIds": ["20013", "20014", "20015"]}, {"day": 184, "date": "2023-07-03", "bookAndChapterIds": ["20016", "20017", "20018"]}, {"day": 185, "date": "2023-07-04", "bookAndChapterIds": ["20019", "20020", "20021"]}, {"day": 186, "date": "2023-07-05", "bookAndChapterIds": ["20022", "20023", "20024"]}, {"day": 187, "date": "2023-07-06", "bookAndChapterIds": ["20025", "20026", "20027"]}, {"day": 188, "date": "2023-07-07", "bookAndChapterIds": ["20028", "20029", "20030"]}, {"day": 189, "date": "2023-07-08", "bookAndChapterIds": ["20031", "21001", "21002"]}, {"day": 190, "date": "2023-07-09", "bookAndChapterIds": ["21003", "21004", "21005"]}, {"day": 191, "date": "2023-07-10", "bookAndChapterIds": ["21006", "21007", "21008"]}, {"day": 192, "date": "2023-07-11", "bookAndChapterIds": ["21009", "21010", "21011"]}, {"day": 193, "date": "2023-07-12", "bookAndChapterIds": ["21012", "22001", "22002"]}, {"day": 194, "date": "2023-07-13", "bookAndChapterIds": ["22003", "22004", "22005"]}, {"day": 195, "date": "2023-07-14", "bookAndChapterIds": ["22006", "22007", "22008"]}, {"day": 196, "date": "2023-07-15", "bookAndChapterIds": ["23001", "23002", "23003"]}, {"day": 197, "date": "2023-07-16", "bookAndChapterIds": ["23004", "23005", "23006"]}, {"day": 198, "date": "2023-07-17", "bookAndChapterIds": ["23007", "23008", "23009"]}, {"day": 199, "date": "2023-07-18", "bookAndChapterIds": ["23010", "23011", "23012"]}, {"day": 200, "date": "2023-07-19", "bookAndChapterIds": ["23013", "23014", "23015"]}, {"day": 201, "date": "2023-07-20", "bookAndChapterIds": ["23016", "23017", "23018"]}, {"day": 202, "date": "2023-07-21", "bookAndChapterIds": ["23019", "23020", "23021"]}, {"day": 203, "date": "2023-07-22", "bookAndChapterIds": ["23022", "23023", "23024"]}, {"day": 204, "date": "2023-07-23", "bookAndChapterIds": ["23025", "23026", "23027"]}, {"day": 205, "date": "2023-07-24", "bookAndChapterIds": ["23028", "23029", "23030"]}, {"day": 206, "date": "2023-07-25", "bookAndChapterIds": ["23031", "23032", "23033"]}, {"day": 207, "date": "2023-07-26", "bookAndChapterIds": ["23034", "23035", "23036"]}, {"day": 208, "date": "2023-07-27", "bookAndChapterIds": ["23037", "23038", "23039"]}, {"day": 209, "date": "2023-07-28", "bookAndChapterIds": ["23040", "23041", "23042"]}, {"day": 210, "date": "2023-07-29", "bookAndChapterIds": ["23043", "23044", "23045"]}, {"day": 211, "date": "2023-07-30", "bookAndChapterIds": ["23046", "23047", "23048"]}, {"day": 212, "date": "2023-07-31", "bookAndChapterIds": ["23049", "23050", "23051"]}, {"day": 213, "date": "2023-08-01", "bookAndChapterIds": ["23052", "23053", "23054"]}, {"day": 214, "date": "2023-08-02", "bookAndChapterIds": ["23055", "23056", "23057"]}, {"day": 215, "date": "2023-08-03", "bookAndChapterIds": ["23058", "23059", "23060"]}, {"day": 216, "date": "2023-08-04", "bookAndChapterIds": ["23061", "23062", "23063"]}, {"day": 217, "date": "2023-08-05", "bookAndChapterIds": ["23064", "23065", "23066"]}, {"day": 218, "date": "2023-08-06", "bookAndChapterIds": ["24001", "24002", "24003"]}, {"day": 219, "date": "2023-08-07", "bookAndChapterIds": ["24004", "24005", "24006"]}, {"day": 220, "date": "2023-08-08", "bookAndChapterIds": ["24007", "24008", "24009"]}, {"day": 221, "date": "2023-08-09", "bookAndChapterIds": ["24010", "24011", "24012"]}, {"day": 222, "date": "2023-08-10", "bookAndChapterIds": ["24013", "24014", "24015"]}, {"day": 223, "date": "2023-08-11", "bookAndChapterIds": ["24016", "24017", "24018"]}, {"day": 224, "date": "2023-08-12", "bookAndChapterIds": ["24019", "24020", "24021"]}, {"day": 225, "date": "2023-08-13", "bookAndChapterIds": ["24022", "24023", "24024"]}, {"day": 226, "date": "2023-08-14", "bookAndChapterIds": ["24025", "24026", "24027"]}, {"day": 227, "date": "2023-08-15", "bookAndChapterIds": ["24028", "24029", "24030"]}, {"day": 228, "date": "2023-08-16", "bookAndChapterIds": ["24031", "24032", "24033"]}, {"day": 229, "date": "2023-08-17", "bookAndChapterIds": ["24034", "24035", "24036"]}, {"day": 230, "date": "2023-08-18", "bookAndChapterIds": ["24037", "24038", "24039"]}, {"day": 231, "date": "2023-08-19", "bookAndChapterIds": ["24040", "24041", "24042"]}, {"day": 232, "date": "2023-08-20", "bookAndChapterIds": ["24043", "24044", "24045"]}, {"day": 233, "date": "2023-08-21", "bookAndChapterIds": ["24046", "24047", "24048"]}, {"day": 234, "date": "2023-08-22", "bookAndChapterIds": ["24049", "24050", "24051"]}, {"day": 235, "date": "2023-08-23", "bookAndChapterIds": ["24052", "25001", "25002"]}, {"day": 236, "date": "2023-08-24", "bookAndChapterIds": ["25003", "25004", "25005"]}, {"day": 237, "date": "2023-08-25", "bookAndChapterIds": ["26001", "26002", "26003"]}, {"day": 238, "date": "2023-08-26", "bookAndChapterIds": ["26004", "26005", "26006"]}, {"day": 239, "date": "2023-08-27", "bookAndChapterIds": ["26007", "26008", "26009"]}, {"day": 240, "date": "2023-08-28", "bookAndChapterIds": ["26010", "26011", "26012"]}, {"day": 241, "date": "2023-08-29", "bookAndChapterIds": ["26013", "26014", "26015"]}, {"day": 242, "date": "2023-08-30", "bookAndChapterIds": ["26016", "26017", "26018"]}, {"day": 243, "date": "2023-08-31", "bookAndChapterIds": ["26019", "26020", "26021"]}, {"day": 244, "date": "2023-09-01", "bookAndChapterIds": ["26022", "26023", "26024"]}, {"day": 245, "date": "2023-09-02", "bookAndChapterIds": ["26025", "26026", "26027"]}, {"day": 246, "date": "2023-09-03", "bookAndChapterIds": ["26028", "26029", "26030"]}, {"day": 247, "date": "2023-09-04", "bookAndChapterIds": ["26031", "26032", "26033"]}, {"day": 248, "date": "2023-09-05", "bookAndChapterIds": ["26034", "26035", "26036"]}, {"day": 249, "date": "2023-09-06", "bookAndChapterIds": ["26037", "26038", "26039"]}, {"day": 250, "date": "2023-09-07", "bookAndChapterIds": ["26040", "26041", "26042"]}, {"day": 251, "date": "2023-09-08", "bookAndChapterIds": ["26043", "26044", "26045"]}, {"day": 252, "date": "2023-09-09", "bookAndChapterIds": ["26046", "26047", "26048"]}, {"day": 253, "date": "2023-09-10", "bookAndChapterIds": ["27001", "27002", "27003"]}, {"day": 254, "date": "2023-09-11", "bookAndChapterIds": ["27004", "27005", "27006"]}, {"day": 255, "date": "2023-09-12", "bookAndChapterIds": ["27007", "27008", "27009"]}, {"day": 256, "date": "2023-09-13", "bookAndChapterIds": ["27010", "27011", "27012"]}, {"day": 257, "date": "2023-09-14", "bookAndChapterIds": ["28001", "28002", "28003"]}, {"day": 258, "date": "2023-09-15", "bookAndChapterIds": ["28004", "28005", "28006"]}, {"day": 259, "date": "2023-09-16", "bookAndChapterIds": ["28007", "28008", "28009"]}, {"day": 260, "date": "2023-09-17", "bookAndChapterIds": ["28010", "28011", "28012"]}, {"day": 261, "date": "2023-09-18", "bookAndChapterIds": ["28013", "28014", "29001"]}, {"day": 262, "date": "2023-09-19", "bookAndChapterIds": ["29002", "29003", "30001"]}, {"day": 263, "date": "2023-09-20", "bookAndChapterIds": ["30002", "30003", "30004"]}, {"day": 264, "date": "2023-09-21", "bookAndChapterIds": ["30005", "30006", "30007"]}, {"day": 265, "date": "2023-09-22", "bookAndChapterIds": ["30008", "30009", "31001"]}, {"day": 266, "date": "2023-09-23", "bookAndChapterIds": ["32001", "32002", "32003"]}, {"day": 267, "date": "2023-09-24", "bookAndChapterIds": ["32004", "33001", "33002"]}, {"day": 268, "date": "2023-09-25", "bookAndChapterIds": ["33003", "33004", "33005"]}, {"day": 269, "date": "2023-09-26", "bookAndChapterIds": ["33006", "33007", "34001"]}, {"day": 270, "date": "2023-09-27", "bookAndChapterIds": ["34002", "34003", "35001"]}, {"day": 271, "date": "2023-09-28", "bookAndChapterIds": ["35002", "35003", "36001"]}, {"day": 272, "date": "2023-09-29", "bookAndChapterIds": ["36002", "36003", "37001"]}, {"day": 273, "date": "2023-09-30", "bookAndChapterIds": ["37002", "38001", "38002"]}, {"day": 274, "date": "2023-10-01", "bookAndChapterIds": ["38003", "38004", "38005"]}, {"day": 275, "date": "2023-10-02", "bookAndChapterIds": ["38006", "38007", "38008"]}, {"day": 276, "date": "2023-10-03", "bookAndChapterIds": ["38009", "38010", "38011"]}, {"day": 277, "date": "2023-10-04", "bookAndChapterIds": ["38012", "38013", "38014"]}, {"day": 278, "date": "2023-10-05", "bookAndChapterIds": ["39001", "39002", "39003"]}, {"day": 279, "date": "2023-10-06", "bookAndChapterIds": ["39004", "40001", "40002"]}, {"day": 280, "date": "2023-10-07", "bookAndChapterIds": ["40003", "40004", "40005"]}, {"day": 281, "date": "2023-10-08", "bookAndChapterIds": ["40006", "40007", "40008"]}, {"day": 282, "date": "2023-10-09", "bookAndChapterIds": ["40009", "40010", "40011"]}, {"day": 283, "date": "2023-10-10", "bookAndChapterIds": ["40012", "40013", "40014"]}, {"day": 284, "date": "2023-10-11", "bookAndChapterIds": ["40015", "40016", "40017"]}, {"day": 285, "date": "2023-10-12", "bookAndChapterIds": ["40018", "40019", "40020"]}, {"day": 286, "date": "2023-10-13", "bookAndChapterIds": ["40021", "40022", "40023"]}, {"day": 287, "date": "2023-10-14", "bookAndChapterIds": ["40024", "40025", "40026"]}, {"day": 288, "date": "2023-10-15", "bookAndChapterIds": ["40027", "40028", "41001"]}, {"day": 289, "date": "2023-10-16", "bookAndChapterIds": ["41002", "41003", "41004"]}, {"day": 290, "date": "2023-10-17", "bookAndChapterIds": ["41005", "41006", "41007"]}, {"day": 291, "date": "2023-10-18", "bookAndChapterIds": ["41008", "41009", "41010"]}, {"day": 292, "date": "2023-10-19", "bookAndChapterIds": ["41011", "41012", "41013"]}, {"day": 293, "date": "2023-10-20", "bookAndChapterIds": ["41014", "41015", "41016"]}, {"day": 294, "date": "2023-10-21", "bookAndChapterIds": ["42001", "42002", "42003"]}, {"day": 295, "date": "2023-10-22", "bookAndChapterIds": ["42004", "42005", "42006"]}, {"day": 296, "date": "2023-10-23", "bookAndChapterIds": ["42007", "42008", "42009"]}, {"day": 297, "date": "2023-10-24", "bookAndChapterIds": ["42010", "42011", "42012"]}, {"day": 298, "date": "2023-10-25", "bookAndChapterIds": ["42013", "42014", "42015"]}, {"day": 299, "date": "2023-10-26", "bookAndChapterIds": ["42016", "42017", "42018"]}, {"day": 300, "date": "2023-10-27", "bookAndChapterIds": ["42019", "42020", "42021"]}, {"day": 301, "date": "2023-10-28", "bookAndChapterIds": ["42022", "42023", "42024"]}, {"day": 302, "date": "2023-10-29", "bookAndChapterIds": ["43001", "43002", "43003"]}, {"day": 303, "date": "2023-10-30", "bookAndChapterIds": ["43004", "43005", "43006"]}, {"day": 304, "date": "2023-10-31", "bookAndChapterIds": ["43007", "43008", "43009"]}, {"day": 305, "date": "2023-11-01", "bookAndChapterIds": ["43010", "43011", "43012"]}, {"day": 306, "date": "2023-11-02", "bookAndChapterIds": ["43013", "43014", "43015"]}, {"day": 307, "date": "2023-11-03", "bookAndChapterIds": ["43016", "43017", "43018"]}, {"day": 308, "date": "2023-11-04", "bookAndChapterIds": ["43019", "43020", "43021"]}, {"day": 309, "date": "2023-11-05", "bookAndChapterIds": ["44001", "44002", "44003"]}, {"day": 310, "date": "2023-11-06", "bookAndChapterIds": ["44004", "44005", "44006"]}, {"day": 311, "date": "2023-11-07", "bookAndChapterIds": ["44007", "44008", "44009"]}, {"day": 312, "date": "2023-11-08", "bookAndChapterIds": ["44010", "44011", "44012"]}, {"day": 313, "date": "2023-11-09", "bookAndChapterIds": ["44013", "44014", "44015"]}, {"day": 314, "date": "2023-11-10", "bookAndChapterIds": ["44016", "44017", "44018"]}, {"day": 315, "date": "2023-11-11", "bookAndChapterIds": ["44019", "44020", "44021"]}, {"day": 316, "date": "2023-11-12", "bookAndChapterIds": ["44022", "44023", "44024"]}, {"day": 317, "date": "2023-11-13", "bookAndChapterIds": ["44025", "44026", "44027"]}, {"day": 318, "date": "2023-11-14", "bookAndChapterIds": ["44028", "45001", "45002"]}, {"day": 319, "date": "2023-11-15", "bookAndChapterIds": ["45003", "45004", "45005"]}, {"day": 320, "date": "2023-11-16", "bookAndChapterIds": ["45006", "45007", "45008"]}, {"day": 321, "date": "2023-11-17", "bookAndChapterIds": ["45009", "45010", "45011"]}, {"day": 322, "date": "2023-11-18", "bookAndChapterIds": ["45012", "45013", "45014"]}, {"day": 323, "date": "2023-11-19", "bookAndChapterIds": ["45015", "45016", "46001"]}, {"day": 324, "date": "2023-11-20", "bookAndChapterIds": ["46002", "46003", "46004"]}, {"day": 325, "date": "2023-11-21", "bookAndChapterIds": ["46005", "46006", "46007"]}, {"day": 326, "date": "2023-11-22", "bookAndChapterIds": ["46008", "46009", "46010"]}, {"day": 327, "date": "2023-11-23", "bookAndChapterIds": ["46011", "46012", "46013"]}, {"day": 328, "date": "2023-11-24", "bookAndChapterIds": ["46014", "46015", "46016"]}, {"day": 329, "date": "2023-11-25", "bookAndChapterIds": ["47001", "47002", "47003"]}, {"day": 330, "date": "2023-11-26", "bookAndChapterIds": ["47004", "47005", "47006"]}, {"day": 331, "date": "2023-11-27", "bookAndChapterIds": ["47007", "47008", "47009"]}, {"day": 332, "date": "2023-11-28", "bookAndChapterIds": ["47010", "47011", "47012"]}, {"day": 333, "date": "2023-11-29", "bookAndChapterIds": ["47013", "48001", "48002"]}, {"day": 334, "date": "2023-11-30", "bookAndChapterIds": ["48003", "48004", "48005"]}, {"day": 335, "date": "2023-12-01", "bookAndChapterIds": ["48006", "49001", "49002"]}, {"day": 336, "date": "2023-12-02", "bookAndChapterIds": ["49003", "49004", "49005"]}, {"day": 337, "date": "2023-12-03", "bookAndChapterIds": ["49006", "50001", "50002"]}, {"day": 338, "date": "2023-12-04", "bookAndChapterIds": ["50003", "50004", "51001"]}, {"day": 339, "date": "2023-12-05", "bookAndChapterIds": ["51002", "51003", "51004"]}, {"day": 340, "date": "2023-12-06", "bookAndChapterIds": ["52001", "52002", "52003"]}, {"day": 341, "date": "2023-12-07", "bookAndChapterIds": ["52004", "52005", "53001"]}, {"day": 342, "date": "2023-12-08", "bookAndChapterIds": ["53002", "53003", "54001"]}, {"day": 343, "date": "2023-12-09", "bookAndChapterIds": ["54002", "54003", "54004"]}, {"day": 344, "date": "2023-12-10", "bookAndChapterIds": ["54005", "54006", "55001"]}, {"day": 345, "date": "2023-12-11", "bookAndChapterIds": ["55002", "55003", "55004"]}, {"day": 346, "date": "2023-12-12", "bookAndChapterIds": ["56001", "56002", "56003"]}, {"day": 347, "date": "2023-12-13", "bookAndChapterIds": ["57001", "58001", "58002"]}, {"day": 348, "date": "2023-12-14", "bookAndChapterIds": ["58003", "58004", "58005"]}, {"day": 349, "date": "2023-12-15", "bookAndChapterIds": ["58006", "58007", "58008"]}, {"day": 350, "date": "2023-12-16", "bookAndChapterIds": ["58009", "58010", "58011"]}, {"day": 351, "date": "2023-12-17", "bookAndChapterIds": ["58012", "58013", "59001"]}, {"day": 352, "date": "2023-12-18", "bookAndChapterIds": ["59002", "59003", "59004"]}, {"day": 353, "date": "2023-12-19", "bookAndChapterIds": ["59005", "60001", "60002"]}, {"day": 354, "date": "2023-12-20", "bookAndChapterIds": ["60003", "60004", "60005"]}, {"day": 355, "date": "2023-12-21", "bookAndChapterIds": ["61001", "61002", "61003"]}, {"day": 356, "date": "2023-12-22", "bookAndChapterIds": ["62001", "62002", "62003"]}, {"day": 357, "date": "2023-12-23", "bookAndChapterIds": ["62004", "62005", "63001"]}, {"day": 358, "date": "2023-12-24", "bookAndChapterIds": ["64001", "65001", "66001"]}, {"day": 359, "date": "2023-12-25", "bookAndChapterIds": ["66002", "66003", "66004"]}, {"day": 360, "date": "2023-12-26", "bookAndChapterIds": ["66005", "66006", "66007"]}, {"day": 361, "date": "2023-12-27", "bookAndChapterIds": ["66008", "66009", "66010"]}, {"day": 362, "date": "2023-12-28", "bookAndChapterIds": ["66011", "66012", "66013"]}, {"day": 363, "date": "2023-12-29", "bookAndChapterIds": ["66014", "66015", "66016"]}, {"day": 364, "date": "2023-12-30", "bookAndChapterIds": ["66017", "66018", "66019"]}, {"day": 365, "date": "2023-12-31", "bookAndChapterIds": ["66020", "66021", "66022"]}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"daysRequested": {"type": "string"}, "daysFilled": {"type": "string"}, "sections": {"type": "string"}, "datesInfo": {"type": "object", "properties": {"todaysDate": {"type": "string"}, "startDate": {"type": "string"}, "daysUntilStartDate": {"type": "integer"}, "endDate": {"type": "string"}}, "required": ["daysUntilStartDate", "endDate", "startDate", "todaysDate"]}, "chaptersInfo": {"type": "object", "properties": {"totalChapters": {"type": "integer"}, "averageChaptersPerDay": {"type": "number"}, "mostChapters": {"type": "object", "properties": {"mostChaptersInOneDay": {"type": "integer"}, "mostChaptersBeginningDay": {"type": "integer"}, "mostChaptersEndingDay": {"type": "integer"}, "mostChaptersBeginningDate": {"type": "string"}, "mostChaptersEndingDate": {"type": "string"}}, "required": ["mostChaptersBeginningDate", "mostChaptersBeginningDay", "mostChaptersEndingDate", "mostChaptersEndingDay", "mostChaptersInOneDay"]}, "leastChapters": {"type": "object", "properties": {"leastChaptersInOneDay": {"type": "integer"}, "leastChaptersBeginningDay": {"type": "integer"}, "leastChaptersEndingDay": {"type": "string"}, "leastChaptersBeginningDate": {"type": "string"}, "leastChaptersEndingDate": {"type": "string"}}, "required": ["leastChaptersBeginningDate", "leastChaptersBeginningDay", "leastChaptersEndingDate", "leastChaptersEndingDay", "leastChaptersInOneDay"]}}, "required": ["averageChaptersPerDay", "leastChapters", "mostChapters", "totalChapters"]}, "readingTime": {"type": "object", "properties": {"readersAge": {"type": "string"}, "readersAgeRequested": {"type": "string"}, "silentReading": {"type": "object", "properties": {"averageWordsPerMinuteByAge": {"type": "integer"}, "averagePerChapterInMinutes": {"type": "number"}, "averagePerDayInMinutes": {"type": "integer"}, "averagePerDayInHours": {"type": "number"}, "averageChaptersTotalInMinutes": {"type": "number"}, "averageChaptersTotalInHours": {"type": "number"}}, "required": ["averageChaptersTotalInHours", "averageChaptersTotalInMinutes", "averagePerChapterInMinutes", "averagePerDayInHours", "averagePerDayInMinutes", "averageWordsPerMinuteByAge"]}, "oralReading": {"type": "object", "properties": {"averageWordsPerMinuteByAge": {"type": "number"}, "averagePerChapterInMinutes": {"type": "number"}, "averagePerDayInMinutes": {"type": "integer"}, "averagePerDayInHours": {"type": "number"}, "averageChaptersTotalInMinutes": {"type": "number"}, "averageChaptersTotalInHours": {"type": "number"}}, "required": ["averageChaptersTotalInHours", "averageChaptersTotalInMinutes", "averagePerChapterInMinutes", "averagePerDayInHours", "averagePerDayInMinutes", "averageWordsPerMinuteByAge"]}}, "required": ["oralReading", "readersAge", "readersAgeRequested", "silentReading"]}, "day": {"type": "integer"}, "date": {"type": "string"}, "bookAndChapterIds": {"type": "array", "items": {"type": "string"}}}}}
0530bfad-fbb9-43a9-9202-401198899d2e/f7c2193b-b78b-400c-b922-c1828c60fd79/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetVerseCount
Returns the number of verses for the specified book and chapter.
200
Response
{"verseCount": 25}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"verseCount": {"type": "integer"}}, "required": ["verseCount"]}
0530bfad-fbb9-43a9-9202-401198899d2e/830c902f-7ce5-4ce8-8f1b-a652dfd8f786/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetSearchCount
GetSearchCount will return the total count of results for any search term (query) entered. For example, 'GetSearchCount?query=Jesus&versionId=kjv' will return 943 - the number of times that the word, "Jesus" appears in the KJV.
200
Response
{"searchCount": 943}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"searchCount": {"type": "integer"}}, "required": ["searchCount"]}
0530bfad-fbb9-43a9-9202-401198899d2e/22d570cb-37cc-4e46-9161-60ffa7072ae9/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetSearch
Will return all the results of the query entered. For example, 'GetSearch?query=Jesus&versionId=kjv ' will return all the results of the Bible wherein 'Jesus' is found.
200
Response
[{"id": "27009025", "b": "27", "c": "9", "v": "25", "t": "Know therefore and understand, that from the going forth of the commandment to restore and to build Jerusalem unto the Messiah the Prince shall be seven weeks, and threescore and two weeks: the street shall be built again, and the wall, even in troublous times."}, {"id": "27009026", "b": "27", "c": "9", "v": "26", "t": "And after threescore and two weeks shall Messiah be cut off, but not for himself: and the people of the prince that shall come shall destroy the city and the sanctuary; and the end thereof shall be with a flood, and unto the end of the war desolations are determined."}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "b": {"type": "string"}, "c": {"type": "string"}, "v": {"type": "string"}, "t": {"type": "string"}}, "required": ["b", "c", "id", "t", "v"]}}
0530bfad-fbb9-43a9-9202-401198899d2e/3d431b80-4b1c-4631-928b-e5f833caa084/0/0
IQ Bible
Build a powerful Biblical interface in your app via scripture and audio narration, but also pull the original Hebrew or Greek. In addition, use features like cross-references, search, and Strong’s Concordance.
9.7
GetBooksNT
Returns a list of only the New Testament books in the language specified with the '?language=[language]' parameter.
200
Response
[{"b": "40", "n": "Matthew", "t": "NT", "g": "5"}, {"b": "41", "n": "Mark", "t": "NT", "g": "5"}, {"b": "42", "n": "Luke", "t": "NT", "g": "5"}, {"b": "43", "n": "John", "t": "NT", "g": "5"}, {"b": "44", "n": "Acts", "t": "NT", "g": "6"}, {"b": "45", "n": "Romans", "t": "NT", "g": "7"}, {"b": "46", "n": "1 Corinthians", "t": "NT", "g": "7"}, {"b": "47", "n": "2 Corinthians", "t": "NT", "g": "7"}, {"b": "48", "n": "Galatians", "t": "NT", "g": "7"}, {"b": "49", "n": "Ephesians", "t": "NT", "g": "7"}, {"b": "50", "n": "Philippians", "t": "NT", "g": "7"}, {"b": "51", "n": "Colossians", "t": "NT", "g": "7"}, {"b": "52", "n": "1 Thessalonians", "t": "NT", "g": "7"}, {"b": "53", "n": "2 Thessalonians", "t": "NT", "g": "7"}, {"b": "54", "n": "1 Timothy", "t": "NT", "g": "7"}, {"b": "55", "n": "2 Timothy", "t": "NT", "g": "7"}, {"b": "56", "n": "Titus", "t": "NT", "g": "7"}, {"b": "57", "n": "Philemon", "t": "NT", "g": "7"}, {"b": "58", "n": "Hebrews", "t": "NT", "g": "7"}, {"b": "59", "n": "James", "t": "NT", "g": "7"}, {"b": "60", "n": "1 Peter", "t": "NT", "g": "7"}, {"b": "61", "n": "2 Peter", "t": "NT", "g": "7"}, {"b": "62", "n": "1 John", "t": "NT", "g": "7"}, {"b": "63", "n": "2 John", "t": "NT", "g": "7"}, {"b": "64", "n": "3 John", "t": "NT", "g": "7"}, {"b": "65", "n": "Jude", "t": "NT", "g": "7"}, {"b": "66", "n": "Revelation", "t": "NT", "g": "8"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"b": {"type": "string"}, "n": {"type": "string"}, "t": {"type": "string"}, "g": {"type": "string"}}, "required": ["b", "g", "n", "t"]}}
4feaf8ee-bba2-4782-9516-18f962915907/107ea0dd-4699-43ad-8907-8ddf7f0342a9/0/0
Opensea Pro
Opensea Pro API - 1,000+ requests/min Simple & high performance Opensea Pro API, backed by rotating proxies & API keys Crypto Payments Available Lifetime Unlimited Requests Licenses Available Private Plans with 16 / 32 / 64 / 128 requests/second Available Ready made bots written in node.js already configured to work with RapidApi Available. Join our Discord to inquire & find out the latest information and tools: https://discord.gg/Yezs2VDhBV
8.7
List NFT for sale
This endpoint is used to list an NFT for sale through Opensea Pro , to be able to use this endpoint you need an auth token.
200
New Example
{"order": {"created_date": "2023-01-01T00:00:00.000000", "closing_date": "2023-01-01T00:00:00.000000", "listing_time": 1, "expiration_time": 1, "order_hash": "0x1234567890123456789012345678901234567890123456789012345678901234", "protocol_data": {"parameters": {"offerer": "0x1234567890123456789012345678901234567890", "offer": [{"itemType": 1, "token": "0x1234567890123456789012345678901234567890", "identifierOrCriteria": "Placeholder", "startAmount": "Placeholder", "endAmount": "Placeholder"}], "consideration": [{"itemType": 1, "token": "0x1234567890123456789012345678901234567890", "identifierOrCriteria": "Placeholder", "startAmount": "Placeholder", "endAmount": "Placeholder", "recipient": "0x1234567890123456789012345678901234567890"}, {"itemType": 1, "token": "0x1234567890123456789012345678901234567890", "identifierOrCriteria": "Placeholder", "startAmount": "Placeholder", "endAmount": "Placeholder", "recipient": "0x1234567890123456789012345678901234567890"}, {"itemType": 1, "token": "0x1234567890123456789012345678901234567890", "identifierOrCriteria": "Placeholder", "startAmount": "Placeholder", "endAmount": "Placeholder", "recipient": "0x1234567890123456789012345678901234567890"}], "startTime": "Placeholder", "endTime": "Placeholder", "orderType": 1, "zone": "0x1234567890123456789012345678901234567890", "zoneHash": "0x1234567890123456789012345678901234567890123456789012345678901234", "salt": "0x1234567890123456789012345678901234567890123456789012345678901234", "conduitKey": "0x1234567890123456789012345678901234567890123456789012345678901234", "totalOriginalConsiderationItems": 1, "counter": 1}, "signature": "0xPlaceholder"}, "protocol_address": "0x1234567890123456789012345678901234567890", "current_price": "Placeholder", "maker": {"user": 1, "profile_img_url": "https://example.com/placeholder", "address": "0x1234567890123456789012345678901234567890", "config": "Placeholder"}, "taker": "Placeholder", "maker_fees": [], "taker_fees": [], "side": "Placeholder", "order_type": "Placeholder", "cancelled": 1, "finalized": 1, "marked_invalid": 1, "remaining_quantity": 1, "relay_id": "Placeholder", "criteria_proof": "Placeholder", "maker_asset_bundle": {"assets": [{"id": 1, "token_id": "Placeholder", "num_sales": 1, "background_color": "Placeholder", "image_url": "https://example.com/placeholder", "image_preview_url": "https://example.com/placeholder", "image_thumbnail_url": "https://example.com/placeholder", "image_original_url": "2023-01-01T00:00:00.000000", "animation_url": "https://example.com/placeholder", "animation_original_url": "https://example.com/placeholder", "name": "Placeholder", "description": "Placeholder", "external_link": "Placeholder", "asset_contract": {"address": "0x1234567890123456789012345678901234567890", "asset_contract_type": "Placeholder", "chain_identifier": "Placeholder", "created_date": "2023-01-01T00:00:00.000000", "name": "Placeholder", "nft_version": "Placeholder", "opensea_version": "Placeholder", "owner": 1, "schema_name": "Placeholder", "symbol": "Placeholder", "total_supply": "Placeholder", "description": "Placeholder", "external_link": "https://example.com/placeholder", "image_url": "https://example.com/placeholder", "default_to_fiat": 1, "dev_buyer_fee_basis_points": 1, "dev_seller_fee_basis_points": 1, "only_proxied_transfers": 1, "opensea_buyer_fee_basis_points": 1, "opensea_seller_fee_basis_points": 1, "buyer_fee_basis_points": 1, "seller_fee_basis_points": 1, "payout_address": "0x1234567890123456789012345678901234567890"}, "permalink": "https://example.com/placeholder", "collection": {"banner_image_url": "https://example.com/placeholder", "chat_url": "Placeholder", "created_date": "2023-01-01T00:00:00.000000", "default_to_fiat": 1, "description": "Placeholder", "dev_buyer_fee_basis_points": "Placeholder", "dev_seller_fee_basis_points": "Placeholder", "discord_url": "Placeholder", "display_data": {"card_display_style": "Placeholder"}, "external_url": "https://example.com/placeholder", "featured": 1, "featured_image_url": "Placeholder", "hidden": 1, "safelist_request_status": "Placeholder", "image_url": "https://example.com/placeholder", "is_subject_to_whitelist": 1, "large_image_url": "Placeholder", "medium_username": "Placeholder", "name": "Placeholder", "only_proxied_transfers": 1, "opensea_buyer_fee_basis_points": "Placeholder", "opensea_seller_fee_basis_points": 1, "payout_address": "0x1234567890123456789012345678901234567890", "require_email": 1, "short_description": "Placeholder", "slug": "Placeholder", "telegram_url": "Placeholder", "twitter_username": "Placeholder", "instagram_username": "Placeholder", "wiki_url": "Placeholder", "is_nsfw": 1, "fees": {"seller_fees": {"0x1234567890123456789012345678901234567890": 1}, "opensea_fees": {"0x1234567890123456789012345678901234567890": 1}}, "is_rarity_enabled": 1, "is_creator_fees_enforced": 1}, "decimals": 1, "token_metadata": "https://example.com/placeholder", "is_nsfw": 1, "owner": "Placeholder"}], "maker": "Placeholder", "slug": "Placeholder", "name": "Placeholder", "description": "Placeholder", "external_link": "Placeholder", "asset_contract": "Placeholder", "permalink": "Placeholder", "seaport_sell_orders": "Placeholder"}, "taker_asset_bundle": {"assets": [{"id": 1, "token_id": "Placeholder", "num_sales": 1, "background_color": "Placeholder", "image_url": "https://example.com/placeholder", "image_preview_url": "https://example.com/placeholder", "image_thumbnail_url": "https://example.com/placeholder", "image_original_url": "https://example.com/placeholder", "animation_url": "Placeholder", "animation_original_url": "Placeholder", "name": "Placeholder", "description": "Placeholder", "external_link": "Placeholder", "asset_contract": {"address": "0x1234567890123456789012345678901234567890", "asset_contract_type": "Placeholder", "chain_identifier": "Placeholder", "created_date": "2023-01-01T00:00:00.000000", "name": "Placeholder", "nft_version": "Placeholder", "opensea_version": "Placeholder", "owner": "Placeholder", "schema_name": "Placeholder", "symbol": "Placeholder", "total_supply": "Placeholder", "description": "Placeholder", "external_link": "Placeholder", "image_url": "Placeholder", "default_to_fiat": 1, "dev_buyer_fee_basis_points": 1, "dev_seller_fee_basis_points": 1, "only_proxied_transfers": 1, "opensea_buyer_fee_basis_points": 1, "opensea_seller_fee_basis_points": 1, "buyer_fee_basis_points": 1, "seller_fee_basis_points": 1, "payout_address": "Placeholder"}, "permalink": "https://example.com/placeholder", "collection": {"banner_image_url": "Placeholder", "chat_url": "Placeholder", "created_date": "2023-01-01T00:00:00.000000", "default_to_fiat": 1, "description": "Placeholder", "dev_buyer_fee_basis_points": "Placeholder", "dev_seller_fee_basis_points": "Placeholder", "discord_url": "Placeholder", "display_data": {"card_display_style": "Placeholder", "images": []}, "external_url": "Placeholder", "featured": 1, "featured_image_url": "Placeholder", "hidden": 1, "safelist_request_status": "Placeholder", "image_url": "Placeholder", "is_subject_to_whitelist": 1, "large_image_url": "Placeholder", "medium_username": "Placeholder", "name": "Placeholder", "only_proxied_transfers": 1, "opensea_buyer_fee_basis_points": "Placeholder", "opensea_seller_fee_basis_points": 1, "payout_address": "Placeholder", "require_email": 1, "short_description": "Placeholder", "slug": "Placeholder", "telegram_url": "Placeholder", "twitter_username": "Placeholder", "instagram_username": "Placeholder", "wiki_url": "Placeholder", "is_nsfw": 1, "fees": {"seller_fees": {}, "opensea_fees": {"0x1234567890123456789012345678901234567890": 1}}, "is_rarity_enabled": 1, "is_creator_fees_enforced": 1}, "decimals": 1, "token_metadata": "Placeholder", "is_nsfw": 1, "owner": "Placeholder"}], "maker": "Placeholder", "slug": "Placeholder", "name": "Placeholder", "description": "Placeholder", "external_link": "Placeholder", "asset_contract": "Placeholder", "permalink": "Placeholder", "seaport_sell_orders": "Placeholder"}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"order": {"type": "object", "properties": {"created_date": {"type": "string"}, "closing_date": {"type": "string"}, "listing_time": {"type": "integer"}, "expiration_time": {"type": "integer"}, "order_hash": {"type": "string"}, "protocol_data": {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"offerer": {"type": "string"}, "offer": {"type": "array", "items": {"type": "object", "properties": {"itemType": {"type": "integer"}, "token": {"type": "string"}, "identifierOrCriteria": {"type": "string"}, "startAmount": {"type": "string"}, "endAmount": {"type": "string"}}, "required": ["endAmount", "identifierOrCriteria", "itemType", "startAmount", "token"]}}, "consideration": {"type": "array", "items": {"type": "object", "properties": {"itemType": {"type": "integer"}, "token": {"type": "string"}, "identifierOrCriteria": {"type": "string"}, "startAmount": {"type": "string"}, "endAmount": {"type": "string"}, "recipient": {"type": "string"}}, "required": ["endAmount", "identifierOrCriteria", "itemType", "recipient", "startAmount", "token"]}}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "orderType": {"type": "integer"}, "zone": {"type": "string"}, "zoneHash": {"type": "string"}, "salt": {"type": "string"}, "conduitKey": {"type": "string"}, "totalOriginalConsiderationItems": {"type": "integer"}, "counter": {"type": "integer"}}, "required": ["conduitKey", "consideration", "counter", "endTime", "offer", "offerer", "orderType", "salt", "startTime", "totalOriginalConsiderationItems", "zone", "zoneHash"]}, "signature": {"type": "string"}}, "required": ["parameters", "signature"]}, "protocol_address": {"type": "string"}, "current_price": {"type": "string"}, "maker": {"type": "object", "properties": {"user": {"type": "integer"}, "profile_img_url": {"type": "string"}, "address": {"type": "string"}, "config": {"type": "string"}}, "required": ["address", "config", "profile_img_url", "user"]}, "taker": {"type": "string"}, "maker_fees": {"type": "array"}, "taker_fees": {"type": "array"}, "side": {"type": "string"}, "order_type": {"type": "string"}, "cancelled": {"type": "integer"}, "finalized": {"type": "integer"}, "marked_invalid": {"type": "integer"}, "remaining_quantity": {"type": "integer"}, "relay_id": {"type": "string"}, "criteria_proof": {"type": "string"}, "maker_asset_bundle": {"type": "object", "properties": {"assets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "token_id": {"type": "string"}, "num_sales": {"type": "integer"}, "background_color": {"type": "string"}, "image_url": {"type": "string"}, "image_preview_url": {"type": "string"}, "image_thumbnail_url": {"type": "string"}, "image_original_url": {"type": "string"}, "animation_url": {"type": "string"}, "animation_original_url": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "external_link": {"type": "string"}, "asset_contract": {"type": "object", "properties": {"address": {"type": "string"}, "asset_contract_type": {"type": "string"}, "chain_identifier": {"type": "string"}, "created_date": {"type": "string"}, "name": {"type": "string"}, "nft_version": {"type": "string"}, "opensea_version": {"type": "string"}, "owner": {"type": "integer"}, "schema_name": {"type": "string"}, "symbol": {"type": "string"}, "total_supply": {"type": "string"}, "description": {"type": "string"}, "external_link": {"type": "string"}, "image_url": {"type": "string"}, "default_to_fiat": {"type": "integer"}, "dev_buyer_fee_basis_points": {"type": "integer"}, "dev_seller_fee_basis_points": {"type": "integer"}, "only_proxied_transfers": {"type": "integer"}, "opensea_buyer_fee_basis_points": {"type": "integer"}, "opensea_seller_fee_basis_points": {"type": "integer"}, "buyer_fee_basis_points": {"type": "integer"}, "seller_fee_basis_points": {"type": "integer"}, "payout_address": {"type": "string"}}, "required": ["address", "asset_contract_type", "buyer_fee_basis_points", "chain_identifier", "created_date", "default_to_fiat", "description", "dev_buyer_fee_basis_points", "dev_seller_fee_basis_points", "external_link", "image_url", "name", "nft_version", "only_proxied_transfers", "opensea_buyer_fee_basis_points", "opensea_seller_fee_basis_points", "opensea_version", "owner", "payout_address", "schema_name", "seller_fee_basis_points", "symbol", "total_supply"]}, "permalink": {"type": "string"}, "collection": {"type": "object", "properties": {"banner_image_url": {"type": "string"}, "chat_url": {"type": "string"}, "created_date": {"type": "string"}, "default_to_fiat": {"type": "integer"}, "description": {"type": "string"}, "dev_buyer_fee_basis_points": {"type": "string"}, "dev_seller_fee_basis_points": {"type": "string"}, "discord_url": {"type": "string"}, "display_data": {"type": "object", "properties": {"card_display_style": {"type": "string"}}, "required": ["card_display_style"]}, "external_url": {"type": "string"}, "featured": {"type": "integer"}, "featured_image_url": {"type": "string"}, "hidden": {"type": "integer"}, "safelist_request_status": {"type": "string"}, "image_url": {"type": "string"}, "is_subject_to_whitelist": {"type": "integer"}, "large_image_url": {"type": "string"}, "medium_username": {"type": "string"}, "name": {"type": "string"}, "only_proxied_transfers": {"type": "integer"}, "opensea_buyer_fee_basis_points": {"type": "string"}, "opensea_seller_fee_basis_points": {"type": "integer"}, "payout_address": {"type": "string"}, "require_email": {"type": "integer"}, "short_description": {"type": "string"}, "slug": {"type": "string"}, "telegram_url": {"type": "string"}, "twitter_username": {"type": "string"}, "instagram_username": {"type": "string"}, "wiki_url": {"type": "string"}, "is_nsfw": {"type": "integer"}, "fees": {"type": "object", "properties": {"seller_fees": {"type": "object", "properties": {"0x1234567890123456789012345678901234567890": {"type": "integer"}}, "required": ["0x1234567890123456789012345678901234567890"]}, "opensea_fees": {"type": "object", "properties": {"0x1234567890123456789012345678901234567890": {"type": "integer"}}, "required": ["0x1234567890123456789012345678901234567890"]}}, "required": ["opensea_fees", "seller_fees"]}, "is_rarity_enabled": {"type": "integer"}, "is_creator_fees_enforced": {"type": "integer"}}, "required": ["banner_image_url", "chat_url", "created_date", "default_to_fiat", "description", "dev_buyer_fee_basis_points", "dev_seller_fee_basis_points", "discord_url", "display_data", "external_url", "featured", "featured_image_url", "fees", "hidden", "image_url", "instagram_username", "is_creator_fees_enforced", "is_nsfw", "is_rarity_enabled", "is_subject_to_whitelist", "large_image_url", "medium_username", "name", "only_proxied_transfers", "opensea_buyer_fee_basis_points", "opensea_seller_fee_basis_points", "payout_address", "require_email", "safelist_request_status", "short_description", "slug", "telegram_url", "twitter_username", "wiki_url"]}, "decimals": {"type": "integer"}, "token_metadata": {"type": "string"}, "is_nsfw": {"type": "integer"}, "owner": {"type": "string"}}, "required": ["animation_original_url", "animation_url", "asset_contract", "background_color", "collection", "decimals", "description", "external_link", "id", "image_original_url", "image_preview_url", "image_thumbnail_url", "image_url", "is_nsfw", "name", "num_sales", "owner", "permalink", "token_id", "token_metadata"]}}, "maker": {"type": "string"}, "slug": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "external_link": {"type": "string"}, "asset_contract": {"type": "string"}, "permalink": {"type": "string"}, "seaport_sell_orders": {"type": "string"}}, "required": ["asset_contract", "assets", "description", "external_link", "maker", "name", "permalink", "seaport_sell_orders", "slug"]}, "taker_asset_bundle": {"type": "object", "properties": {"assets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "token_id": {"type": "string"}, "num_sales": {"type": "integer"}, "background_color": {"type": "string"}, "image_url": {"type": "string"}, "image_preview_url": {"type": "string"}, "image_thumbnail_url": {"type": "string"}, "image_original_url": {"type": "string"}, "animation_url": {"type": "string"}, "animation_original_url": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "external_link": {"type": "string"}, "asset_contract": {"type": "object", "properties": {"address": {"type": "string"}, "asset_contract_type": {"type": "string"}, "chain_identifier": {"type": "string"}, "created_date": {"type": "string"}, "name": {"type": "string"}, "nft_version": {"type": "string"}, "opensea_version": {"type": "string"}, "owner": {"type": "string"}, "schema_name": {"type": "string"}, "symbol": {"type": "string"}, "total_supply": {"type": "string"}, "description": {"type": "string"}, "external_link": {"type": "string"}, "image_url": {"type": "string"}, "default_to_fiat": {"type": "integer"}, "dev_buyer_fee_basis_points": {"type": "integer"}, "dev_seller_fee_basis_points": {"type": "integer"}, "only_proxied_transfers": {"type": "integer"}, "opensea_buyer_fee_basis_points": {"type": "integer"}, "opensea_seller_fee_basis_points": {"type": "integer"}, "buyer_fee_basis_points": {"type": "integer"}, "seller_fee_basis_points": {"type": "integer"}, "payout_address": {"type": "string"}}, "required": ["address", "asset_contract_type", "buyer_fee_basis_points", "chain_identifier", "created_date", "default_to_fiat", "description", "dev_buyer_fee_basis_points", "dev_seller_fee_basis_points", "external_link", "image_url", "name", "nft_version", "only_proxied_transfers", "opensea_buyer_fee_basis_points", "opensea_seller_fee_basis_points", "opensea_version", "owner", "payout_address", "schema_name", "seller_fee_basis_points", "symbol", "total_supply"]}, "permalink": {"type": "string"}, "collection": {"type": "object", "properties": {"banner_image_url": {"type": "string"}, "chat_url": {"type": "string"}, "created_date": {"type": "string"}, "default_to_fiat": {"type": "integer"}, "description": {"type": "string"}, "dev_buyer_fee_basis_points": {"type": "string"}, "dev_seller_fee_basis_points": {"type": "string"}, "discord_url": {"type": "string"}, "display_data": {"type": "object", "properties": {"card_display_style": {"type": "string"}, "images": {"type": "array"}}, "required": ["card_display_style", "images"]}, "external_url": {"type": "string"}, "featured": {"type": "integer"}, "featured_image_url": {"type": "string"}, "hidden": {"type": "integer"}, "safelist_request_status": {"type": "string"}, "image_url": {"type": "string"}, "is_subject_to_whitelist": {"type": "integer"}, "large_image_url": {"type": "string"}, "medium_username": {"type": "string"}, "name": {"type": "string"}, "only_proxied_transfers": {"type": "integer"}, "opensea_buyer_fee_basis_points": {"type": "string"}, "opensea_seller_fee_basis_points": {"type": "integer"}, "payout_address": {"type": "string"}, "require_email": {"type": "integer"}, "short_description": {"type": "string"}, "slug": {"type": "string"}, "telegram_url": {"type": "string"}, "twitter_username": {"type": "string"}, "instagram_username": {"type": "string"}, "wiki_url": {"type": "string"}, "is_nsfw": {"type": "integer"}, "fees": {"type": "object", "properties": {"seller_fees": {"type": "object"}, "opensea_fees": {"type": "object", "properties": {"0x1234567890123456789012345678901234567890": {"type": "integer"}}, "required": ["0x1234567890123456789012345678901234567890"]}}, "required": ["opensea_fees", "seller_fees"]}, "is_rarity_enabled": {"type": "integer"}, "is_creator_fees_enforced": {"type": "integer"}}, "required": ["banner_image_url", "chat_url", "created_date", "default_to_fiat", "description", "dev_buyer_fee_basis_points", "dev_seller_fee_basis_points", "discord_url", "display_data", "external_url", "featured", "featured_image_url", "fees", "hidden", "image_url", "instagram_username", "is_creator_fees_enforced", "is_nsfw", "is_rarity_enabled", "is_subject_to_whitelist", "large_image_url", "medium_username", "name", "only_proxied_transfers", "opensea_buyer_fee_basis_points", "opensea_seller_fee_basis_points", "payout_address", "require_email", "safelist_request_status", "short_description", "slug", "telegram_url", "twitter_username", "wiki_url"]}, "decimals": {"type": "integer"}, "token_metadata": {"type": "string"}, "is_nsfw": {"type": "integer"}, "owner": {"type": "string"}}, "required": ["animation_original_url", "animation_url", "asset_contract", "background_color", "collection", "decimals", "description", "external_link", "id", "image_original_url", "image_preview_url", "image_thumbnail_url", "image_url", "is_nsfw", "name", "num_sales", "owner", "permalink", "token_id", "token_metadata"]}}, "maker": {"type": "string"}, "slug": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "external_link": {"type": "string"}, "asset_contract": {"type": "string"}, "permalink": {"type": "string"}, "seaport_sell_orders": {"type": "string"}}, "required": ["asset_contract", "assets", "description", "external_link", "maker", "name", "permalink", "seaport_sell_orders", "slug"]}}, "required": ["cancelled", "closing_date", "created_date", "criteria_proof", "current_price", "expiration_time", "finalized", "listing_time", "maker", "maker_asset_bundle", "maker_fees", "marked_invalid", "order_hash", "order_type", "protocol_address", "protocol_data", "relay_id", "remaining_quantity", "side", "taker", "taker_asset_bundle", "taker_fees"]}}, "required": ["order"]}
4feaf8ee-bba2-4782-9516-18f962915907/450a0e4c-7284-4312-b0d7-30555f5aff0f/0/0
Opensea Pro
Opensea Pro API - 1,000+ requests/min Simple & high performance Opensea Pro API, backed by rotating proxies & API keys Crypto Payments Available Lifetime Unlimited Requests Licenses Available Private Plans with 16 / 32 / 64 / 128 requests/second Available Ready made bots written in node.js already configured to work with RapidApi Available. Join our Discord to inquire & find out the latest information and tools: https://discord.gg/Yezs2VDhBV
8.7
Retrieve auth message
You can generate an auth Token by using the 'Retrieve auth message' endpoint with your wallet address. Once you get the response, sign the 'message' string with ethers.js const signature = await ethersSigner.signMessage(response.data.message); Then use the 'Retrieve auth token' endpoint to get your Token, by inputting the response parameters from 'Retrieve auth message' plus the generated signature.
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
4feaf8ee-bba2-4782-9516-18f962915907/501bf0bf-5d5a-4ea8-8973-16ede89dc849/0/0
Opensea Pro
Opensea Pro API - 1,000+ requests/min Simple & high performance Opensea Pro API, backed by rotating proxies & API keys Crypto Payments Available Lifetime Unlimited Requests Licenses Available Private Plans with 16 / 32 / 64 / 128 requests/second Available Ready made bots written in node.js already configured to work with RapidApi Available. Join our Discord to inquire & find out the latest information and tools: https://discord.gg/Yezs2VDhBV
8.7
Retrieve auth token
You can generate an auth Token by using the 'Retrieve auth message' endpoint with your wallet address. Once you get the response, sign the 'message' string with ethers.js const signature = await ethersSigner.signMessage(response.data.message); Then use the 'Retrieve auth token' endpoint to get your Token, by inputting the response parameters from 'Retrieve auth message' plus the generated signature.
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
9f1cf77e-5d42-4376-89f4-bb893ec84aa6/0a65b9e6-c5fc-40cc-88d3-b827e3fcc660/0/0
Curp México
Para validar la información de un curp en méxico
9.5
porCurp
Para validar por curp
401
Response
{"error": 401, "estatus": "error", "mensaje": "La longitud del curp no es valida"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "integer"}, "estatus": {"type": "string"}, "mensaje": {"type": "string"}}, "required": ["error", "estatus", "mensaje"]}
9f1cf77e-5d42-4376-89f4-bb893ec84aa6/0a65b9e6-c5fc-40cc-88d3-b827e3fcc660/1/0
Curp México
Para validar la información de un curp en méxico
9.5
porCurp
Para validar por curp
200
Correcta
{"datos": {"AnioReg": "1948", "ApellidoMaterno": "DE GORTARI", "ApellidoPaterno": "SALINAS", "CRIP": "", "Curp": "SAGC480403HDFLRR03", "CveEntidadEmisora": "", "CveMunicipioReg": "999", "DocProbatorio": "1", "FechaNacimiento": "1948-04-03", "Foja": "0", "FolioCarta": "0", "Libro": "0", "Nacionalidad": "MEX", "Nombre": "CARLOS", "NumActa": "329", "NumEntidadReg": "9", "NumRegExtranjeros": "0", "Sexo": "H", "StatusCurp": "AN", "Tomo": "0", "estatus": "correcto"}, "estatus": "ok"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"datos": {"type": "object", "properties": {"AnioReg": {"type": "string"}, "ApellidoMaterno": {"type": "string"}, "ApellidoPaterno": {"type": "string"}, "CRIP": {"type": "string"}, "Curp": {"type": "string"}, "CveEntidadEmisora": {"type": "string"}, "CveMunicipioReg": {"type": "string"}, "DocProbatorio": {"type": "string"}, "FechaNacimiento": {"type": "string"}, "Foja": {"type": "string"}, "FolioCarta": {"type": "string"}, "Libro": {"type": "string"}, "Nacionalidad": {"type": "string"}, "Nombre": {"type": "string"}, "NumActa": {"type": "string"}, "NumEntidadReg": {"type": "string"}, "NumRegExtranjeros": {"type": "string"}, "Sexo": {"type": "string"}, "StatusCurp": {"type": "string"}, "Tomo": {"type": "string"}, "estatus": {"type": "string"}}, "required": ["AnioReg", "ApellidoMaterno", "ApellidoPaterno", "CRIP", "Curp", "CveEntidadEmisora", "CveMunicipioReg", "DocProbatorio", "FechaNacimiento", "Foja", "FolioCarta", "Libro", "Nacionalidad", "Nombre", "NumActa", "NumEntidadReg", "NumRegExtranjeros", "Sexo", "StatusCurp", "Tomo", "estatus"]}, "estatus": {"type": "string"}}, "required": ["datos", "estatus"]}
f56bd85a-f0c7-4532-8c02-19b4a9fd836b/a25e2ce2-050f-4a98-a015-efceecb3dea3/0/0
War in Ukraine. Combat losses of russia.
Total combat losses of the russian forces. Official statistics of the General Staff of the Armed Forces of Ukraine.
null
getAllStatisticalTerms
Endpoint for selecting information about statistical terms.
200
null
{"message": "The data were fetched successfully.", "data": {}}
{"type": "object", "properties": {"message": {"type": "string"}, "data": {"type": "object"}}}
f56bd85a-f0c7-4532-8c02-19b4a9fd836b/03a43c44-db31-462d-9830-5c42f3e2ca04/0/0
War in Ukraine. Combat losses of russia.
Total combat losses of the russian forces. Official statistics of the General Staff of the Armed Forces of Ukraine.
null
getStatisticalTerm
Endpoint for selecting information about statistical term.
200
null
{"message": "The data were fetched successfully.", "data": {"title": "Tanks", "icon": "https://russianwarship.rip/images/icons/icon-tank.svg"}}
{"type": "object", "properties": {"message": {"type": "string"}, "data": {"type": "object", "required": ["title", "icon"], "properties": {"title": {"type": "string"}, "icon": {"type": "string", "format": "url"}}}}}
f56bd85a-f0c7-4532-8c02-19b4a9fd836b/4f51ff06-703f-4c44-953e-5bf692c41ba8/0/0
War in Ukraine. Combat losses of russia.
Total combat losses of the russian forces. Official statistics of the General Staff of the Armed Forces of Ukraine.
null
getLatestStatistic
Endpoint for selecting information about the latest statistic record with increase.
200
null
{"message": "The data were fetched successfully.", "data": {"date": "2022-04-14", "day": 50, "resource": "https://www.facebook.com/MinistryofDefence.UA/posts/295952562717203", "stats": {"personnel_units": 19900, "tanks": 753, "armoured_fighting_vehicles": 1968, "artillery_systems": 366, "mlrs": 122, "aa_warfare_systems": 64, "planes": 160, "helicopters": 144, "vehicles_fuel_tanks": 1437, "warships_cutters": 7, "cruise_missiles": 0, "uav_systems": 134, "special_military_equip": 25, "atgm_srbm_systems": 4}, "increase": {"personnel_units": 100, "tanks": 14, "armoured_fighting_vehicles": 4, "artillery_systems": 8, "mlrs": 7, "aa_warfare_systems": 0, "planes": 2, "helicopters": 1, "vehicles_fuel_tanks": 8, "warships_cutters": 0, "cruise_missiles": 0, "uav_systems": 2, "special_military_equip": 0, "atgm_srbm_systems": 0}}}
{"type": "object", "properties": {"message": {"type": "string"}, "data": {"type": "object", "required": ["date", "day", "resource", "stats"], "properties": {"date": {"type": "string", "format": "YYYY-MM-DD"}, "day": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "resource": {"type": "string", "format": "url"}, "stats": {"type": "object", "required": ["personnel_units", "tanks", "armoured_fighting_vehicles", "artillery_systems", "mlrs", "aa_warfare_systems", "planes", "helicopters", "vehicles_fuel_tanks", "warships_cutters", "cruise_missiles", "uav_systems", "special_military_equip", "atgm_srbm_systems"], "properties": {"personnel_units": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "tanks": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "armoured_fighting_vehicles": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "artillery_systems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "mlrs": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "aa_warfare_systems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "planes": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "helicopters": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "vehicles_fuel_tanks": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "warships_cutters": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "cruise_missiles": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "uav_systems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "special_military_equip": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "atgm_srbm_systems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}, "increase": {"type": "object", "required": ["personnel_units", "tanks", "armoured_fighting_vehicles", "artillery_systems", "mlrs", "aa_warfare_systems", "planes", "helicopters", "vehicles_fuel_tanks", "warships_cutters", "cruise_missiles", "uav_systems", "special_military_equip", "atgm_srbm_systems"], "properties": {"personnel_units": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "tanks": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "armoured_fighting_vehicles": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "artillery_systems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "mlrs": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "aa_warfare_systems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "planes": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "helicopters": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "vehicles_fuel_tanks": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "warships_cutters": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "cruise_missiles": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "uav_systems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "special_military_equip": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "atgm_srbm_systems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}}}}}
f56bd85a-f0c7-4532-8c02-19b4a9fd836b/3fc00f53-94b2-4505-92a9-60e94f70b82b/0/0
War in Ukraine. Combat losses of russia.
Total combat losses of the russian forces. Official statistics of the General Staff of the Armed Forces of Ukraine.
null
getAllStatistics
Endpoint for selecting basic information about all statistics.
422
null
{"message": "The given data was invalid.", "errors": {}}
{"type": "object", "properties": {"message": {"type": "string"}, "errors": {"type": "object"}}}
f56bd85a-f0c7-4532-8c02-19b4a9fd836b/3fc00f53-94b2-4505-92a9-60e94f70b82b/1/0
War in Ukraine. Combat losses of russia.
Total combat losses of the russian forces. Official statistics of the General Staff of the Armed Forces of Ukraine.
null
getAllStatistics
Endpoint for selecting basic information about all statistics.
200
null
{"message": "The data were fetched successfully.", "data": {"records": [{"date": "2022-04-14", "day": 50, "resource": "https://www.facebook.com/MinistryofDefence.UA/posts/295952562717203", "stats": {"personnel_units": 19900, "tanks": 753, "armoured_fighting_vehicles": 1968, "artillery_systems": 366, "mlrs": 122, "aa_warfare_systems": 64, "planes": 160, "helicopters": 144, "vehicles_fuel_tanks": 1437, "warships_cutters": 7, "cruise_missiles": 0, "uav_systems": 134, "special_military_equip": 25, "atgm_srbm_systems": 4}}], "paging": {"next_url": "https://russianwarship.rip/api/v1/statistics?offset=50&limit=1", "prev_url": "https://russianwarship.rip/api/v1/statistics?offset=48&limit=1", "first_url": "https://russianwarship.rip/api/v1/statistics?offset=0&limit=1", "last_url": "https://russianwarship.rip/api/v1/statistics?offset=59&limit=1"}}}
{"type": "object", "properties": {"message": {"type": "string"}, "data": {"type": "object", "required": ["records", "paging"], "properties": {"records": {"type": "array", "items": {"type": "object", "required": ["date", "day", "resource", "stats"], "properties": {"date": {"type": "string", "format": "YYYY-MM-DD"}, "day": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "resource": {"type": "string", "format": "url"}, "stats": {"type": "object", "required": ["personnel_units", "tanks", "armoured_fighting_vehicles", "artillery_systems", "mlrs", "aa_warfare_systems", "planes", "helicopters", "vehicles_fuel_tanks", "warships_cutters", "cruise_missiles", "uav_systems", "special_military_equip", "atgm_srbm_systems"], "properties": {"personnel_units": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "tanks": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "armoured_fighting_vehicles": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "artillery_systems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "mlrs": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "aa_warfare_systems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "planes": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "helicopters": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "vehicles_fuel_tanks": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "warships_cutters": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "cruise_missiles": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "uav_systems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "special_military_equip": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "atgm_srbm_systems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}}}}, "paging": {"type": "object", "required": ["next_url", "prev_url", "first_url", "last_url"], "properties": {"next_url": {"type": "string", "format": "url"}, "prev_url": {"type": "string", "format": "url"}, "first_url": {"type": "string", "format": "url"}, "last_url": {"type": "string", "format": "url"}}}}}}}
f56bd85a-f0c7-4532-8c02-19b4a9fd836b/1e5acef6-cd30-47c2-9dac-44fed57b3c5e/0/0
War in Ukraine. Combat losses of russia.
Total combat losses of the russian forces. Official statistics of the General Staff of the Armed Forces of Ukraine.
null
getStatisticByDate
Endpoint for selecting basic information about a statistic by date.
200
null
{"message": "The data were fetched successfully.", "data": {"date": "2022-04-14", "day": 50, "resource": "https://www.facebook.com/MinistryofDefence.UA/posts/295952562717203", "stats": {"personnel_units": 19900, "tanks": 753, "armoured_fighting_vehicles": 1968, "artillery_systems": 366, "mlrs": 122, "aa_warfare_systems": 64, "planes": 160, "helicopters": 144, "vehicles_fuel_tanks": 1437, "warships_cutters": 7, "cruise_missiles": 0, "uav_systems": 134, "special_military_equip": 25, "atgm_srbm_systems": 4}}}
{"type": "object", "properties": {"message": {"type": "string"}, "data": {"type": "object", "required": ["date", "day", "resource", "stats"], "properties": {"date": {"type": "string", "format": "YYYY-MM-DD"}, "day": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "resource": {"type": "string", "format": "url"}, "stats": {"type": "object", "required": ["personnel_units", "tanks", "armoured_fighting_vehicles", "artillery_systems", "mlrs", "aa_warfare_systems", "planes", "helicopters", "vehicles_fuel_tanks", "warships_cutters", "cruise_missiles", "uav_systems", "special_military_equip", "atgm_srbm_systems"], "properties": {"personnel_units": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "tanks": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "armoured_fighting_vehicles": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "artillery_systems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "mlrs": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "aa_warfare_systems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "planes": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "helicopters": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "vehicles_fuel_tanks": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "warships_cutters": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "cruise_missiles": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "uav_systems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "special_military_equip": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "atgm_srbm_systems": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}}}}}
f56bd85a-f0c7-4532-8c02-19b4a9fd836b/1e5acef6-cd30-47c2-9dac-44fed57b3c5e/1/0
War in Ukraine. Combat losses of russia.
Total combat losses of the russian forces. Official statistics of the General Staff of the Armed Forces of Ukraine.
null
getStatisticByDate
Endpoint for selecting basic information about a statistic by date.
422
null
{"message": "The given data was invalid.", "errors": {}}
{"type": "object", "properties": {"message": {"type": "string"}, "errors": {"type": "object"}}}
2e4391fa-0d27-4730-89a6-9c4cf41fa1fb/afcd9065-cc7b-4221-b187-dc9bb3cd47cd/0/0
Local Data for Better Health, County Data 2022 release | USA
This dataset contains model-based county-level estimates for the PLACES 2022 release. PLACES covers the entire United States—50 states and the District of Columbia (DC)—at county, place, census tract, and ZIP Code Tabulation Area levels. It provides information uniformly on this large scale for local areas at 4 geographic levels. Estimates were provided by the Centers for Disease Control and Prevention (CDC), Division of Population Health, Epidemiology and Surveillance Branch. PLACES was fund...
6.5
Meta
Retrieve meta data
200
Successful Response
{"id": "duw2-7jbt", "name": "PLACES: Local Data for Better Health, County Data 2022 release", "assetType": "dataset", "attribution": "Centers for Disease Control and Prevention, National Center for Chronic Disease Prevention and Health Promotion, Division of Population Health", "attributionLink": "http://www.cdc.gov/nccdphp/dph/", "averageRating": 0, "category": "500 Cities & Places", "createdAt": 1686855300, "description": "This dataset contains model-based county-level estimates for the PLACES 2022 release. PLACES covers the entire United States\u201450 states and the District of Columbia (DC)\u2014at county, place, census tract, and ZIP Code Tabulation Area levels. It provides information uniformly on this large scale for local areas at 4 geographic levels. Estimates were provided by the Centers for Disease Control and Prevention (CDC), Division of Population Health, Epidemiology and Surveillance Branch. PLACES was funded by the Robert Wood Johnson Foundation in conjunction with the CDC Foundation. This dataset includes estimates for 29 measures: 13 for health outcomes, 9 for preventive services use, 4 for chronic disease-related health risk behaviors, and 3 for health status. These estimates can be used to identify emerging health problems and to help develop and carry out effective, targeted public health prevention activities. Because the small area model cannot detect effects due to local interventions, users are cautioned against using these estimates for program or policy evaluations. Data sources used to generate these model-based estimates include Behavioral Risk Factor Surveillance System (BRFSS) 2020 or 2019 data, Census Bureau 2020 or 2019 county population estimate data, and American Community Survey 2016\u20132020 or 2015\u20132019 estimates. The 2022 release uses 2020 BRFSS data for 25 measures and 2019 BRFSS data for 4 measures (high blood pressure, taking high blood pressure medication, high cholesterol, and cholesterol screening) that the survey collects data on every other year. More information about the methodology can be found at www.cdc.gov/places.", "displayType": "table", "downloadCount": 41, "hideFromCatalog": false, "hideFromDataJson": false, "licenseId": "PUBLIC_DOMAIN", "newBackend": true, "numberOfComments": 0, "oid": 39683696, "provenance": "official", "publicationAppendEnabled": false, "publicationDate": 1686855351, "publicationGroup": 19182808, "publicationStage": "published", "rowsUpdatedAt": 1686855337, "rowsUpdatedBy": "fjjr-gap9", "tableId": 19182808, "totalTimesRated": 0, "viewCount": 84, "viewLastModified": 1686855351, "viewType": "tabular", "approvals": [{"reviewedAt": 1689098801, "reviewedAutomatically": true, "state": "approved", "submissionId": 5618987, "submissionObject": "public_audience_request", "submissionOutcome": "change_audience", "submittedAt": 1689098801, "workflowId": 2100, "submissionDetails": {"permissionType": "READ"}, "submissionOutcomeApplication": {"endedAt": 1689098801, "failureCount": 0, "startedAt": 1689098801, "status": "success"}, "submitter": {"id": "fjjr-gap9", "displayName": "CDC UserSA"}}], "clientContext": {"clientContextVariables": [], "inheritedVariables": {}}, "columns": [{"id": -1, "name": "sid", "dataTypeName": "meta_data", "fieldName": ":sid", "position": 0, "renderTypeName": "meta_data", "format": {}, "flags": ["hidden"]}, {"id": -1, "name": "id", "dataTypeName": "meta_data", "fieldName": ":id", "position": 0, "renderTypeName": "meta_data", "format": {}, "flags": ["hidden"]}, {"id": -1, "name": "position", "dataTypeName": "meta_data", "fieldName": ":position", "position": 0, "renderTypeName": "meta_data", "format": {}, "flags": ["hidden"]}, {"id": -1, "name": "created_at", "dataTypeName": "meta_data", "fieldName": ":created_at", "position": 0, "renderTypeName": "meta_data", "format": {}, "flags": ["hidden"]}, {"id": -1, "name": "created_meta", "dataTypeName": "meta_data", "fieldName": ":created_meta", "position": 0, "renderTypeName": "meta_data", "format": {}, "flags": ["hidden"]}, {"id": -1, "name": "updated_at", "dataTypeName": "meta_data", "fieldName": ":updated_at", "position": 0, "renderTypeName": "meta_data", "format": {}, "flags": ["hidden"]}, {"id": -1, "name": "updated_meta", "dataTypeName": "meta_data", "fieldName": ":updated_meta", "position": 0, "renderTypeName": "meta_data", "format": {}, "flags": ["hidden"]}, {"id": -1, "name": "meta", "dataTypeName": "meta_data", "fieldName": ":meta", "position": 0, "renderTypeName": "meta_data", "format": {}, "flags": ["hidden"]}, {"id": 576996068, "name": "Year", "dataTypeName": "text", "description": "Year", "fieldName": "year", "position": 1, "renderTypeName": "text", "tableColumnId": 147197208, "width": 112, "cachedContents": {"non_null": "188456", "largest": "2020", "null": "0", "top": [{"item": "2020", "count": "163488"}, {"item": "2019", "count": "24968"}], "smallest": "2019", "count": "188456", "cardinality": "2"}, "format": {}}, {"id": 576996069, "name": "StateAbbr", "dataTypeName": "text", "description": "State abbreviation", "fieldName": "stateabbr", "position": 2, "renderTypeName": "text", "tableColumnId": 147197209, "width": 101, "cachedContents": {"non_null": "188456", "largest": "WY", "null": "0", "top": [{"item": "TX", "count": "15240"}, {"item": "GA", "count": "9540"}, {"item": "VA", "count": "7980"}, {"item": "KY", "count": "7200"}, {"item": "MO", "count": "6900"}, {"item": "KS", "count": "6300"}, {"item": "IL", "count": "6120"}, {"item": "NC", "count": "6000"}, {"item": "IA", "count": "5940"}, {"item": "TN", "count": "5700"}, {"item": "NE", "count": "5580"}, {"item": "IN", "count": "5520"}, {"item": "OH", "count": "5280"}, {"item": "MN", "count": "5220"}, {"item": "MI", "count": "4980"}, {"item": "MS", "count": "4920"}, {"item": "OK", "count": "4620"}, {"item": "AR", "count": "4500"}, {"item": "WI", "count": "4320"}, {"item": "AL", "count": "4020"}], "smallest": "AK", "count": "188456", "cardinality": "52"}, "format": {}}, {"id": 576996070, "name": "StateDesc", "dataTypeName": "text", "description": "State Name", "fieldName": "statedesc", "position": 3, "renderTypeName": "text", "tableColumnId": 147197210, "width": 146, "cachedContents": {"non_null": "188456", "largest": "Wyoming", "null": "0", "top": [{"item": "Texas", "count": "15240"}, {"item": "Georgia", "count": "9540"}, {"item": "Virginia", "count": "7980"}, {"item": "Kentucky", "count": "7200"}, {"item": "Missouri", "count": "6900"}, {"item": "Kansas", "count": "6300"}, {"item": "Illinois", "count": "6120"}, {"item": "North Carolina", "count": "6000"}, {"item": "Iowa", "count": "5940"}, {"item": "Tennessee", "count": "5700"}, {"item": "Nebraska", "count": "5580"}, {"item": "Indiana", "count": "5520"}, {"item": "Ohio", "count": "5280"}, {"item": "Minnesota", "count": "5220"}, {"item": "Michigan", "count": "4980"}, {"item": "Mississippi", "count": "4920"}, {"item": "Oklahoma", "count": "4620"}, {"item": "Arkansas", "count": "4500"}, {"item": "Wisconsin", "count": "4320"}, {"item": "Pennsylvania", "count": "4020"}], "smallest": "Alabama", "count": "188456", "cardinality": "52"}, "format": {}}, {"id": 576996071, "name": "LocationName", "dataTypeName": "text", "description": "County name", "fieldName": "locationname", "position": 4, "renderTypeName": "text", "tableColumnId": 147197211, "cachedContents": {"non_null": "188396", "largest": "Ziebach", "null": "60", "top": [{"item": "Washington", "count": "1860"}, {"item": "Jefferson", "count": "1560"}, {"item": "Franklin", "count": "1500"}, {"item": "Jackson", "count": "1440"}, {"item": "Lincoln", "count": "1440"}, {"item": "Madison", "count": "1200"}, {"item": "Montgomery", "count": "1080"}, {"item": "Clay", "count": "1080"}, {"item": "Union", "count": "1072"}, {"item": "Marion", "count": "1020"}, {"item": "Monroe", "count": "1020"}, {"item": "Wayne", "count": "960"}, {"item": "Grant", "count": "900"}, {"item": "Greene", "count": "840"}, {"item": "Warren", "count": "832"}, {"item": "Carroll", "count": "780"}, {"item": "Lee", "count": "720"}, {"item": "Lake", "count": "720"}, {"item": "Adams", "count": "720"}, {"item": "Polk", "count": "720"}], "smallest": "Abbeville", "count": "188456", "cardinality": "1840"}, "format": {}}, {"id": 576996072, "name": "DataSource", "dataTypeName": "text", "description": "Data source", "fieldName": "datasource", "position": 5, "renderTypeName": "text", "tableColumnId": 147197212, "cachedContents": {"non_null": "188456", "largest": "BRFSS", "null": "0", "top": [{"item": "BRFSS", "count": "188456"}], "smallest": "BRFSS", "count": "188456", "cardinality": "1"}, "format": {}}, {"id": 576996073, "name": "Category", "dataTypeName": "text", "description": "Topic", "fieldName": "category", "position": 6, "renderTypeName": "text", "tableColumnId": 147197213, "cachedContents": {"non_null": "188456", "largest": "Prevention", "null": "0", "top": [{"item": "Health Outcomes", "count": "81652"}, {"item": "Prevention", "count": "62788"}, {"item": "Health Risk Behaviors", "count": "25152"}, {"item": "Health Status", "count": "18864"}], "smallest": "Health Outcomes", "count": "188456", "cardinality": "4"}, "format": {}}, {"id": 576996074, "name": "Measure", "dataTypeName": "text", "description": "Measure full name", "fieldName": "measure", "position": 7, "renderTypeName": "text", "tableColumnId": 147197214, "cachedContents": {"non_null": "188456", "largest": "Visits to doctor for routine checkup within the past year among adults aged >=18 years", "null": "0", "top": [{"item": "Visits to doctor for routine checkup within the past year among adults aged >=18 years", "count": "6288"}, {"item": "Arthritis among adults aged >=18 years", "count": "6288"}, {"item": "Binge drinking among adults aged >=18 years", "count": "6288"}, {"item": "Cancer (excluding skin cancer) among adults aged >=18 years", "count": "6288"}, {"item": "Cervical cancer screening among adult women aged 21-65 years", "count": "6288"}, {"item": "Sleeping less than 7 hours among adults aged >=18 years", "count": "6288"}, {"item": "Stroke among adults aged >=18 years", "count": "6288"}, {"item": "Visits to dentist or dental clinic among adults aged >=18 years", "count": "6288"}, {"item": "All teeth lost among adults aged >=65 years", "count": "6288"}, {"item": "Chronic kidney disease among adults aged >=18 years", "count": "6288"}, {"item": "Chronic obstructive pulmonary disease among adults aged >=18 years", "count": "6288"}, {"item": "Coronary heart disease among adults aged >=18 years", "count": "6288"}, {"item": "Current asthma among adults aged >=18 years", "count": "6288"}, {"item": "Current lack of health insurance among adults aged 18-64 years", "count": "6288"}, {"item": "Current smoking among adults aged >=18 years", "count": "6288"}, {"item": "Depression among adults aged >=18 years", "count": "6288"}, {"item": "Diagnosed diabetes among adults aged >=18 years", "count": "6288"}, {"item": "Fair or poor self-rated health status among adults aged >=18 years", "count": "6288"}, {"item": "Fecal occult blood test, sigmoidoscopy, or colonoscopy among adults aged 50-75 years", "count": "6288"}, {"item": "Mammography use among women aged 50-74 years", "count": "6288"}], "smallest": "All teeth lost among adults aged >=65 years", "count": "188456", "cardinality": "30"}, "format": {}}, {"id": 576996075, "name": "Data_Value_Unit", "dataTypeName": "text", "description": "The data value unit, such as \"%\" for percentage", "fieldName": "data_value_unit", "position": 8, "renderTypeName": "text", "tableColumnId": 147197215, "width": 119, "cachedContents": {"non_null": "188456", "largest": "%", "null": "0", "top": [{"item": "%", "count": "188456"}], "smallest": "%", "count": "188456", "cardinality": "1"}, "format": {}}, {"id": 576996076, "name": "Data_Value_Type", "dataTypeName": "text", "description": "The data type, such as age-adjusted prevalence or crude prevalence", "fieldName": "data_value_type", "position": 9, "renderTypeName": "text", "tableColumnId": 147197216, "cachedContents": {"non_null": "188456", "largest": "Crude prevalence", "null": "0", "top": [{"item": "Age-adjusted prevalence", "count": "94228"}, {"item": "Crude prevalence", "count": "94228"}], "smallest": "Age-adjusted prevalence", "count": "188456", "cardinality": "2"}, "format": {}}, {"id": 576996077, "name": "Data_Value", "dataTypeName": "number", "description": "Data Value, such as 14.7", "fieldName": "data_value", "position": 10, "renderTypeName": "number", "tableColumnId": 147197217, "width": 136, "cachedContents": {"non_null": "188456", "largest": "93.2", "null": "0", "top": [{"item": "6.1", "count": "1306"}, {"item": "6.0", "count": "1072"}, {"item": "2.9", "count": "777"}, {"item": "2.8", "count": "773"}, {"item": "9.7", "count": "768"}, {"item": "2.7", "count": "751"}, {"item": "10.0", "count": "739"}, {"item": "2.6", "count": "739"}, {"item": "10.1", "count": "735"}, {"item": "9.9", "count": "723"}, {"item": "3.0", "count": "720"}, {"item": "9.4", "count": "705"}, {"item": "9.8", "count": "702"}, {"item": "3.1", "count": "702"}, {"item": "10.7", "count": "699"}, {"item": "9.3", "count": "693"}, {"item": "3.2", "count": "685"}, {"item": "10.3", "count": "684"}, {"item": "9.5", "count": "679"}, {"item": "9.6", "count": "677"}], "smallest": "1.7", "count": "188456", "cardinality": "903"}, "format": {}}, {"id": 576996078, "name": "Data_Value_Footnote_Symbol", "dataTypeName": "text", "description": "Footnote symbol", "fieldName": "data_value_footnote_symbol", "position": 11, "renderTypeName": "text", "tableColumnId": 147197218, "width": 135, "cachedContents": {"non_null": "0", "null": "188456", "count": "188456", "cardinality": "0"}, "format": {}}, {"id": 576996079, "name": "Data_Value_Footnote", "dataTypeName": "text", "description": "Footnote text", "fieldName": "data_value_footnote", "position": 12, "renderTypeName": "text", "tableColumnId": 147197219, "cachedContents": {"non_null": "0", "null": "188456", "count": "188456", "cardinality": "0"}, "format": {}}, {"id": 576996080, "name": "Low_Confidence_Limit", "dataTypeName": "number", "description": "Low confidence limit", "fieldName": "low_confidence_limit", "position": 13, "renderTypeName": "number", "tableColumnId": 147197220, "width": 166, "cachedContents": {"non_null": "188456", "largest": "92.6", "null": "0", "top": [{"item": "5.8", "count": "1370"}, {"item": "5.7", "count": "1296"}, {"item": "2.5", "count": "849"}, {"item": "9.3", "count": "831"}, {"item": "2.6", "count": "820"}, {"item": "5.6", "count": "817"}, {"item": "2.9", "count": "812"}, {"item": "9.2", "count": "811"}, {"item": "9.1", "count": "809"}, {"item": "2.8", "count": "808"}, {"item": "9.5", "count": "806"}, {"item": "8.8", "count": "798"}, {"item": "2.4", "count": "796"}, {"item": "2.7", "count": "793"}, {"item": "9.4", "count": "790"}, {"item": "9.7", "count": "788"}, {"item": "9.6", "count": "774"}, {"item": "8.9", "count": "773"}, {"item": "8.6", "count": "770"}, {"item": "9.0", "count": "768"}], "smallest": "1.5", "count": "188456", "cardinality": "900"}, "format": {"precision": "1"}}, {"id": 576996081, "name": "High_Confidence_Limit", "dataTypeName": "number", "description": "High confidence limit", "fieldName": "high_confidence_limit", "position": 14, "renderTypeName": "number", "tableColumnId": 147197221, "width": 144, "cachedContents": {"non_null": "188456", "largest": "93.7", "null": "0", "top": [{"item": "6.4", "count": "1198"}, {"item": "6.3", "count": "884"}, {"item": "3.1", "count": "705"}, {"item": "3.2", "count": "699"}, {"item": "3.0", "count": "695"}, {"item": "2.9", "count": "674"}, {"item": "3.3", "count": "658"}, {"item": "10.2", "count": "657"}, {"item": "3.4", "count": "653"}, {"item": "6.5", "count": "652"}, {"item": "10.3", "count": "633"}, {"item": "10.5", "count": "622"}, {"item": "3.5", "count": "610"}, {"item": "10.8", "count": "607"}, {"item": "2.8", "count": "604"}, {"item": "10.1", "count": "599"}, {"item": "6.2", "count": "597"}, {"item": "10.4", "count": "593"}, {"item": "10.6", "count": "591"}, {"item": "10.7", "count": "590"}], "smallest": "1.9", "count": "188456", "cardinality": "911"}, "format": {"precision": "1"}}, {"id": 576996082, "name": "TotalPopulation", "dataTypeName": "number", "description": "Total population of census 2020 estimates", "fieldName": "totalpopulation", "position": 15, "renderTypeName": "number", "tableColumnId": 147197222, "width": 159, "cachedContents": {"non_null": "188456", "largest": "331449281", "null": "0", "top": [{"item": "8368", "count": "180"}, {"item": "2986", "count": "180"}, {"item": "77574", "count": "120"}, {"item": "11190", "count": "120"}, {"item": "1956", "count": "120"}, {"item": "4046", "count": "120"}, {"item": "8099", "count": "120"}, {"item": "30367", "count": "120"}, {"item": "1487", "count": "120"}, {"item": "34319", "count": "120"}, {"item": "5680", "count": "120"}, {"item": "10639", "count": "120"}, {"item": "10737", "count": "120"}, {"item": "33633", "count": "120"}, {"item": "40755", "count": "120"}, {"item": "5336", "count": "120"}, {"item": "13764", "count": "120"}, {"item": "8351", "count": "120"}, {"item": "7949", "count": "120"}, {"item": "64711", "count": "120"}], "smallest": "87", "count": "188456", "cardinality": "3068"}, "format": {}}, {"id": 576996085, "name": "LocationID", "dataTypeName": "text", "description": "County FIPS", "fieldName": "locationid", "position": 18, "renderTypeName": "text", "tableColumnId": 147197225, "width": 199, "cachedContents": {"non_null": "188456", "largest": "59", "null": "0", "top": [{"item": "50003", "count": "60"}, {"item": "29003", "count": "60"}, {"item": "31007", "count": "60"}, {"item": "16025", "count": "60"}, {"item": "51115", "count": "60"}, {"item": "48085", "count": "60"}, {"item": "48181", "count": "60"}, {"item": "08099", "count": "60"}, {"item": "13157", "count": "60"}, {"item": "36067", "count": "60"}, {"item": "53063", "count": "60"}, {"item": "29155", "count": "60"}, {"item": "20165", "count": "60"}, {"item": "51083", "count": "60"}, {"item": "19095", "count": "60"}, {"item": "28017", "count": "60"}, {"item": "48069", "count": "60"}, {"item": "48257", "count": "60"}, {"item": "40001", "count": "60"}, {"item": "05089", "count": "60"}], "smallest": "01001", "count": "188456", "cardinality": "3144"}, "format": {}}, {"id": 576996086, "name": "CategoryID", "dataTypeName": "text", "description": "Identifier for Topic/Category", "fieldName": "categoryid", "position": 19, "renderTypeName": "text", "tableColumnId": 147197226, "cachedContents": {"non_null": "188456", "largest": "RISKBEH", "null": "0", "top": [{"item": "HLTHOUT", "count": "81652"}, {"item": "PREVENT", "count": "62788"}, {"item": "RISKBEH", "count": "25152"}, {"item": "HLTHSTAT", "count": "18864"}], "smallest": "HLTHOUT", "count": "188456", "cardinality": "4"}, "format": {}}, {"id": 576996087, "name": "MeasureId", "dataTypeName": "text", "description": "Measure identifier", "fieldName": "measureid", "position": 20, "renderTypeName": "text", "tableColumnId": 147197227, "cachedContents": {"non_null": "188456", "largest": "TEETHLOST", "null": "0", "top": [{"item": "TEETHLOST", "count": "6288"}, {"item": "ARTHRITIS", "count": "6288"}, {"item": "BINGE", "count": "6288"}, {"item": "PHLTH", "count": "6288"}, {"item": "SLEEP", "count": "6288"}, {"item": "STROKE", "count": "6288"}, {"item": "ACCESS2", "count": "6288"}, {"item": "CANCER", "count": "6288"}, {"item": "CASTHMA", "count": "6288"}, {"item": "CERVICAL", "count": "6288"}, {"item": "CHD", "count": "6288"}, {"item": "CHECKUP", "count": "6288"}, {"item": "COLON_SCREEN", "count": "6288"}, {"item": "COPD", "count": "6288"}, {"item": "COREM", "count": "6288"}, {"item": "COREW", "count": "6288"}, {"item": "CSMOKING", "count": "6288"}, {"item": "DENTAL", "count": "6288"}, {"item": "DEPRESSION", "count": "6288"}, {"item": "DIABETES", "count": "6288"}], "smallest": "ACCESS2", "count": "188456", "cardinality": "30"}, "format": {}}, {"id": 576996088, "name": "DataValueTypeID", "dataTypeName": "text", "description": "Identifier for the data value type", "fieldName": "datavaluetypeid", "position": 21, "renderTypeName": "text", "tableColumnId": 147197228, "cachedContents": {"non_null": "188456", "largest": "CrdPrv", "null": "0", "top": [{"item": "AgeAdjPrv", "count": "94228"}, {"item": "CrdPrv", "count": "94228"}], "smallest": "AgeAdjPrv", "count": "188456", "cardinality": "2"}, "format": {}}, {"id": 576996089, "name": "Short_Question_Text", "dataTypeName": "text", "description": "Measure short name", "fieldName": "short_question_text", "position": 22, "renderTypeName": "text", "tableColumnId": 147197229, "cachedContents": {"non_null": "188456", "largest": "Taking BP Medication", "null": "0", "top": [{"item": "All Teeth Lost", "count": "6288"}, {"item": "Annual Checkup", "count": "6288"}, {"item": "Arthritis", "count": "6288"}, {"item": "Binge Drinking", "count": "6288"}, {"item": "Cancer (except skin)", "count": "6288"}, {"item": "Cervical Cancer Screening", "count": "6288"}, {"item": "Physical Health", "count": "6288"}, {"item": "Physical Inactivity", "count": "6288"}, {"item": "Sleep <7 hours", "count": "6288"}, {"item": "Stroke", "count": "6288"}, {"item": "Chronic Kidney Disease", "count": "6288"}, {"item": "Colorectal Cancer Screening", "count": "6288"}, {"item": "COPD", "count": "6288"}, {"item": "Core preventive services for older men", "count": "6288"}, {"item": "Core preventive services for older women", "count": "6288"}, {"item": "Coronary Heart Disease", "count": "6288"}, {"item": "Current Asthma", "count": "6288"}, {"item": "Current Smoking", "count": "6288"}, {"item": "Dental Visit", "count": "6288"}, {"item": "Depression", "count": "6288"}], "smallest": "All Teeth Lost", "count": "188456", "cardinality": "30"}, "format": {}}, {"id": 576996090, "name": "Geolocation", "dataTypeName": "point", "description": "Geolocation", "fieldName": "geolocation", "position": 23, "renderTypeName": "point", "tableColumnId": 147197230, "cachedContents": {"non_null": "188396", "null": "60", "top": [{"item": {"coordinates": [-76.2974556, 42.1780565], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-80.2521319, 40.2000054], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-88.9475579, 33.9332767], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-123.0976146, 45.5535419], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [178.338813, 51.9594469], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-86.2044615, 32.2028812], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-71.018253, 42.3385513], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-76.3569725, 36.8593388], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-86.467177, 43.6039542], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-116.7502379, 44.00243], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-106.3000246, 38.7345986], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-85.0023313, 40.434956], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-89.662435, 39.7568863], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-97.6475541, 46.4492764], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-86.6571192, 46.5217365], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-96.0842298, 33.1233077], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-71.088894, 41.7485884], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-89.3495158, 37.1836583], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-91.9892745, 30.5834409], "type": "Point"}, "count": "60"}, {"item": {"coordinates": [-82.4482992, 33.7921507], "type": "Point"}, "count": "60"}], "count": "188456", "cardinality": "3143"}, "format": {}}], "grants": [{"inherited": false, "type": "viewer", "flags": ["public"]}], "license": {"name": "Public Domain"}, "metadata": {"custom_fields": {"Common Core": {"Contact Email": "[email protected]", "Described By": "https://chronicdata.cdc.gov/dataset/PLACES-Local-Data-for-Better-Health-County-Data-20/swc5-untb", "References": "https://www.cdc.gov/places/measure-definitions/index.html", "Contact Name": "PLACES Public Inquiries", "Program Code": "009:020", "Publisher": "Centers for Disease Control and Prevention", "Bureau Code": "009:20", "Public Access Level": "Public Domain"}, "Dataset Information": {"Glossary/Methodology ": "http://www.cdc.gov/places/"}}}, "owner": {"id": "fjjr-gap9", "displayName": "CDC UserSA", "screenName": "CDC UserSA", "type": "interactive", "flags": ["acceptedEula", "mayBeStoriesCoOwner"]}, "query": {}, "rights": ["read"], "tableAuthor": {"id": "fjjr-gap9", "displayName": "CDC UserSA", "screenName": "CDC UserSA", "type": "interactive", "flags": ["acceptedEula", "mayBeStoriesCoOwner"]}, "tags": ["places", "county", "brfss", "prevalence", "risk", "behaviors", "outcomes", "prevention", "health", "status"], "flags": ["default", "ownerMayBeContacted", "restorable", "restorePossibleForType"]}
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "assetType": {"type": "string"}, "attribution": {"type": "string"}, "attributionLink": {"type": "string"}, "averageRating": {"type": "integer"}, "category": {"type": "string"}, "createdAt": {"type": "integer"}, "description": {"type": "string"}, "displayType": {"type": "string"}, "downloadCount": {"type": "integer"}, "hideFromCatalog": {"type": "boolean"}, "hideFromDataJson": {"type": "boolean"}, "licenseId": {"type": "string"}, "newBackend": {"type": "boolean"}, "numberOfComments": {"type": "integer"}, "oid": {"type": "integer"}, "provenance": {"type": "string"}, "publicationAppendEnabled": {"type": "boolean"}, "publicationDate": {"type": "integer"}, "publicationGroup": {"type": "integer"}, "publicationStage": {"type": "string"}, "rowsUpdatedAt": {"type": "integer"}, "rowsUpdatedBy": {"type": "string"}, "tableId": {"type": "integer"}, "totalTimesRated": {"type": "integer"}, "viewCount": {"type": "integer"}, "viewLastModified": {"type": "integer"}, "viewType": {"type": "string"}, "approvals": {"type": "array", "items": {"type": "object", "properties": {"reviewedAt": {"type": "integer"}, "reviewedAutomatically": {"type": "boolean"}, "state": {"type": "string"}, "submissionId": {"type": "integer"}, "submissionObject": {"type": "string"}, "submissionOutcome": {"type": "string"}, "submittedAt": {"type": "integer"}, "workflowId": {"type": "integer"}, "submissionDetails": {"type": "object", "properties": {"permissionType": {"type": "string"}}}, "submissionOutcomeApplication": {"type": "object", "properties": {"endedAt": {"type": "integer"}, "failureCount": {"type": "integer"}, "startedAt": {"type": "integer"}, "status": {"type": "string"}}}, "submitter": {"type": "object", "properties": {"id": {"type": "string"}, "displayName": {"type": "string"}}}}}}, "clientContext": {"type": "object", "properties": {"clientContextVariables": {"type": "array"}, "inheritedVariables": {"type": "object"}}}, "columns": {"type": "array", "items": {"type": "object"}}, "grants": {"type": "array", "items": {"type": "object", "properties": {"inherited": {"type": "boolean"}, "type": {"type": "string"}, "flags": {"type": "array", "items": {"type": "string"}}}}}, "license": {"type": "object", "properties": {"name": {"type": "string"}}}, "metadata": {"type": "object", "properties": {"custom_fields": {"type": "object", "properties": {"Common Core": {"type": "object", "properties": {"Contact Email": {"type": "string"}, "Described By": {"type": "string"}, "References": {"type": "string"}, "Contact Name": {"type": "string"}, "Program Code": {"type": "string"}, "Publisher": {"type": "string"}, "Bureau Code": {"type": "string"}, "Public Access Level": {"type": "string"}}}, "Dataset Information": {"type": "object", "properties": {"Glossary/Methodology ": {"type": "string"}}}}}}}, "owner": {"type": "object", "properties": {"id": {"type": "string"}, "displayName": {"type": "string"}, "screenName": {"type": "string"}, "type": {"type": "string"}, "flags": {"type": "array", "items": {"type": "string"}}}}, "query": {"type": "object"}, "rights": {"type": "array", "items": {"type": "string"}}, "tableAuthor": {"type": "object", "properties": {"id": {"type": "string"}, "displayName": {"type": "string"}, "screenName": {"type": "string"}, "type": {"type": "string"}, "flags": {"type": "array", "items": {"type": "string"}}}}, "tags": {"type": "array", "items": {"type": "string"}}, "flags": {"type": "array", "items": {"type": "string"}}}}
2e4391fa-0d27-4730-89a6-9c4cf41fa1fb/6190fcb9-6573-40d6-a75e-38f0bd5f400e/0/0
Local Data for Better Health, County Data 2022 release | USA
This dataset contains model-based county-level estimates for the PLACES 2022 release. PLACES covers the entire United States—50 states and the District of Columbia (DC)—at county, place, census tract, and ZIP Code Tabulation Area levels. It provides information uniformly on this large scale for local areas at 4 geographic levels. Estimates were provided by the Centers for Disease Control and Prevention (CDC), Division of Population Health, Epidemiology and Surveillance Branch. PLACES was fund...
6.5
Data
Retrieves data
200
Successful
{"page": 1, "totalRecords": 188457, "numRecords": 10, "nextPage": 2, "previousPage": 0, "numPages": 1, "data": [{"row": 1, "sid": {"data": "row-v9pr-njsp_shmu", "description": "", "type": "meta_data"}, "id": {"data": "00000000-0000-0000-7099-8BB9F6C69862", "description": "", "type": "meta_data"}, "position": {"data": 0, "description": "", "type": "meta_data"}, "created_at": {"data": 1686855313, "description": "", "type": "number"}, "created_meta": {"data": null, "description": "", "type": "meta_data"}, "updated_at": {"data": 1686855313, "description": "", "type": "number"}, "updated_meta": {"data": null, "description": "", "type": "meta_data"}, "meta": {"data": "{ }", "description": "", "type": "meta_data"}, "Year": {"data": 2020, "description": "Year", "type": "number"}, "StateAbbr": {"data": "US", "description": "State abbreviation", "type": "text"}, "StateDesc": {"data": "United States", "description": "State Name", "type": "text"}, "LocationName": {"data": null, "description": "County name", "type": "text"}, "DataSource": {"data": "BRFSS", "description": "Data source", "type": "text"}, "Category": {"data": "Prevention", "description": "Topic", "type": "text"}, "Measure": {"data": "Current lack of health insurance among adults aged 18-64 years", "description": "Measure full name", "type": "text"}, "Data_Value_Unit": {"data": "%", "description": "The data value unit, such as \"%\" for percentage", "type": "text"}, "Data_Value_Type": {"data": "Crude prevalence", "description": "The data type, such as age-adjusted prevalence or crude prevalence", "type": "text"}, "Data_Value": {"data": 15.3, "description": "Data Value, such as 14.7", "type": "number"}, "Data_Value_Footnote_Symbol": {"data": null, "description": "Footnote symbol", "type": "text"}, "Data_Value_Footnote": {"data": null, "description": "Footnote text", "type": "text"}, "Low_Confidence_Limit": {"data": 15, "description": "Low confidence limit", "type": "number"}, "High_Confidence_Limit": {"data": 15.7, "description": "High confidence limit", "type": "number"}, "TotalPopulation": {"data": 331449281, "description": "Total population of census 2020 estimates", "type": "number"}, "LocationID": {"data": 59, "description": "County FIPS", "type": "number"}, "CategoryID": {"data": "PREVENT", "description": "Identifier for Topic/Category", "type": "text"}, "MeasureId": {"data": "ACCESS2", "description": "Measure identifier", "type": "text"}, "DataValueTypeID": {"data": "CrdPrv", "description": "Identifier for the data value type", "type": "text"}, "Short_Question_Text": {"data": "Health Insurance", "description": "Measure short name", "type": "text"}, "Geolocation": {"data": null, "description": "Geolocation", "type": "point"}}, {"row": 2, "sid": {"data": "row-sz9e.56vr.2wnn", "description": "", "type": "meta_data"}, "id": {"data": "00000000-0000-0000-A5B3-9C90F9E1DBA4", "description": "", "type": "meta_data"}, "position": {"data": 0, "description": "", "type": "meta_data"}, "created_at": {"data": 1686855313, "description": "", "type": "number"}, "created_meta": {"data": null, "description": "", "type": "meta_data"}, "updated_at": {"data": 1686855313, "description": "", "type": "number"}, "updated_meta": {"data": null, "description": "", "type": "meta_data"}, "meta": {"data": "{ }", "description": "", "type": "meta_data"}, "Year": {"data": 2020, "description": "Year", "type": "number"}, "StateAbbr": {"data": "AL", "description": "State abbreviation", "type": "text"}, "StateDesc": {"data": "Alabama", "description": "State Name", "type": "text"}, "LocationName": {"data": "Talladega", "description": "County name", "type": "text"}, "DataSource": {"data": "BRFSS", "description": "Data source", "type": "text"}, "Category": {"data": "Health Outcomes", "description": "Topic", "type": "text"}, "Measure": {"data": "Diagnosed diabetes among adults aged >=18 years", "description": "Measure full name", "type": "text"}, "Data_Value_Unit": {"data": "%", "description": "The data value unit, such as \"%\" for percentage", "type": "text"}, "Data_Value_Type": {"data": "Crude prevalence", "description": "The data type, such as age-adjusted prevalence or crude prevalence", "type": "text"}, "Data_Value": {"data": 15.1, "description": "Data Value, such as 14.7", "type": "number"}, "Data_Value_Footnote_Symbol": {"data": null, "description": "Footnote symbol", "type": "text"}, "Data_Value_Footnote": {"data": null, "description": "Footnote text", "type": "text"}, "Low_Confidence_Limit": {"data": 14.3, "description": "Low confidence limit", "type": "number"}, "High_Confidence_Limit": {"data": 15.9, "description": "High confidence limit", "type": "number"}, "TotalPopulation": {"data": 79985, "description": "Total population of census 2020 estimates", "type": "number"}, "LocationID": {"data": 1121, "description": "County FIPS", "type": "number"}, "CategoryID": {"data": "HLTHOUT", "description": "Identifier for Topic/Category", "type": "text"}, "MeasureId": {"data": "DIABETES", "description": "Measure identifier", "type": "text"}, "DataValueTypeID": {"data": "CrdPrv", "description": "Identifier for the data value type", "type": "text"}, "Short_Question_Text": {"data": "Diabetes", "description": "Measure short name", "type": "text"}, "Geolocation": {"data": "POINT (-86.1759302 33.3693135)", "description": "Geolocation", "type": "point"}}, {"row": 3, "sid": {"data": "row-x6hu-2wgi_txis", "description": "", "type": "meta_data"}, "id": {"data": "00000000-0000-0000-94DD-A703B146139A", "description": "", "type": "meta_data"}, "position": {"data": 0, "description": "", "type": "meta_data"}, "created_at": {"data": 1686855313, "description": "", "type": "number"}, "created_meta": {"data": null, "description": "", "type": "meta_data"}, "updated_at": {"data": 1686855313, "description": "", "type": "number"}, "updated_meta": {"data": null, "description": "", "type": "meta_data"}, "meta": {"data": "{ }", "description": "", "type": "meta_data"}, "Year": {"data": 2020, "description": "Year", "type": "number"}, "StateAbbr": {"data": "AL", "description": "State abbreviation", "type": "text"}, "StateDesc": {"data": "Alabama", "description": "State Name", "type": "text"}, "LocationName": {"data": "Tallapoosa", "description": "County name", "type": "text"}, "DataSource": {"data": "BRFSS", "description": "Data source", "type": "text"}, "Category": {"data": "Health Outcomes", "description": "Topic", "type": "text"}, "Measure": {"data": "Diagnosed diabetes among adults aged >=18 years", "description": "Measure full name", "type": "text"}, "Data_Value_Unit": {"data": "%", "description": "The data value unit, such as \"%\" for percentage", "type": "text"}, "Data_Value_Type": {"data": "Crude prevalence", "description": "The data type, such as age-adjusted prevalence or crude prevalence", "type": "text"}, "Data_Value": {"data": 16, "description": "Data Value, such as 14.7", "type": "number"}, "Data_Value_Footnote_Symbol": {"data": null, "description": "Footnote symbol", "type": "text"}, "Data_Value_Footnote": {"data": null, "description": "Footnote text", "type": "text"}, "Low_Confidence_Limit": {"data": 15, "description": "Low confidence limit", "type": "number"}, "High_Confidence_Limit": {"data": 17, "description": "High confidence limit", "type": "number"}, "TotalPopulation": {"data": 40133, "description": "Total population of census 2020 estimates", "type": "number"}, "LocationID": {"data": 1123, "description": "County FIPS", "type": "number"}, "CategoryID": {"data": "HLTHOUT", "description": "Identifier for Topic/Category", "type": "text"}, "MeasureId": {"data": "DIABETES", "description": "Measure identifier", "type": "text"}, "DataValueTypeID": {"data": "CrdPrv", "description": "Identifier for the data value type", "type": "text"}, "Short_Question_Text": {"data": "Diabetes", "description": "Measure short name", "type": "text"}, "Geolocation": {"data": "POINT (-85.7996176 32.8633076)", "description": "Geolocation", "type": "point"}}, {"row": 4, "sid": {"data": "row-tcm7_srvj_auqr", "description": "", "type": "meta_data"}, "id": {"data": "00000000-0000-0000-CC2B-C55554B440D1", "description": "", "type": "meta_data"}, "position": {"data": 0, "description": "", "type": "meta_data"}, "created_at": {"data": 1686855313, "description": "", "type": "number"}, "created_meta": {"data": null, "description": "", "type": "meta_data"}, "updated_at": {"data": 1686855313, "description": "", "type": "number"}, "updated_meta": {"data": null, "description": "", "type": "meta_data"}, "meta": {"data": "{ }", "description": "", "type": "meta_data"}, "Year": {"data": 2020, "description": "Year", "type": "number"}, "StateAbbr": {"data": "AL", "description": "State abbreviation", "type": "text"}, "StateDesc": {"data": "Alabama", "description": "State Name", "type": "text"}, "LocationName": {"data": "Wilcox", "description": "County name", "type": "text"}, "DataSource": {"data": "BRFSS", "description": "Data source", "type": "text"}, "Category": {"data": "Prevention", "description": "Topic", "type": "text"}, "Measure": {"data": "Visits to doctor for routine checkup within the past year among adults aged >=18 years", "description": "Measure full name", "type": "text"}, "Data_Value_Unit": {"data": "%", "description": "The data value unit, such as \"%\" for percentage", "type": "text"}, "Data_Value_Type": {"data": "Age-adjusted prevalence", "description": "The data type, such as age-adjusted prevalence or crude prevalence", "type": "text"}, "Data_Value": {"data": 79.4, "description": "Data Value, such as 14.7", "type": "number"}, "Data_Value_Footnote_Symbol": {"data": null, "description": "Footnote symbol", "type": "text"}, "Data_Value_Footnote": {"data": null, "description": "Footnote text", "type": "text"}, "Low_Confidence_Limit": {"data": 78.4, "description": "Low confidence limit", "type": "number"}, "High_Confidence_Limit": {"data": 80.4, "description": "High confidence limit", "type": "number"}, "TotalPopulation": {"data": 10206, "description": "Total population of census 2020 estimates", "type": "number"}, "LocationID": {"data": 1131, "description": "County FIPS", "type": "number"}, "CategoryID": {"data": "PREVENT", "description": "Identifier for Topic/Category", "type": "text"}, "MeasureId": {"data": "CHECKUP", "description": "Measure identifier", "type": "text"}, "DataValueTypeID": {"data": "AgeAdjPrv", "description": "Identifier for the data value type", "type": "text"}, "Short_Question_Text": {"data": "Annual Checkup", "description": "Measure short name", "type": "text"}, "Geolocation": {"data": "POINT (-87.3049349 31.9900824)", "description": "Geolocation", "type": "point"}}, {"row": 5, "sid": {"data": "row-2ra3_ehv6_h54g", "description": "", "type": "meta_data"}, "id": {"data": "00000000-0000-0000-27D1-CB82F8970308", "description": "", "type": "meta_data"}, "position": {"data": 0, "description": "", "type": "meta_data"}, "created_at": {"data": 1686855313, "description": "", "type": "number"}, "created_meta": {"data": null, "description": "", "type": "meta_data"}, "updated_at": {"data": 1686855313, "description": "", "type": "number"}, "updated_meta": {"data": null, "description": "", "type": "meta_data"}, "meta": {"data": "{ }", "description": "", "type": "meta_data"}, "Year": {"data": 2020, "description": "Year", "type": "number"}, "StateAbbr": {"data": "AK", "description": "State abbreviation", "type": "text"}, "StateDesc": {"data": "Alaska", "description": "State Name", "type": "text"}, "LocationName": {"data": "Aleutians East", "description": "County name", "type": "text"}, "DataSource": {"data": "BRFSS", "description": "Data source", "type": "text"}, "Category": {"data": "Prevention", "description": "Topic", "type": "text"}, "Measure": {"data": "Cervical cancer screening among adult women aged 21-65 years", "description": "Measure full name", "type": "text"}, "Data_Value_Unit": {"data": "%", "description": "The data value unit, such as \"%\" for percentage", "type": "text"}, "Data_Value_Type": {"data": "Crude prevalence", "description": "The data type, such as age-adjusted prevalence or crude prevalence", "type": "text"}, "Data_Value": {"data": 68.3, "description": "Data Value, such as 14.7", "type": "number"}, "Data_Value_Footnote_Symbol": {"data": null, "description": "Footnote symbol", "type": "text"}, "Data_Value_Footnote": {"data": null, "description": "Footnote text", "type": "text"}, "Low_Confidence_Limit": {"data": 65.2, "description": "Low confidence limit", "type": "number"}, "High_Confidence_Limit": {"data": 71.4, "description": "High confidence limit", "type": "number"}, "TotalPopulation": {"data": 3401, "description": "Total population of census 2020 estimates", "type": "number"}, "LocationID": {"data": 2013, "description": "County FIPS", "type": "number"}, "CategoryID": {"data": "PREVENT", "description": "Identifier for Topic/Category", "type": "text"}, "MeasureId": {"data": "CERVICAL", "description": "Measure identifier", "type": "text"}, "DataValueTypeID": {"data": "CrdPrv", "description": "Identifier for the data value type", "type": "text"}, "Short_Question_Text": {"data": "Cervical Cancer Screening", "description": "Measure short name", "type": "text"}, "Geolocation": {"data": "POINT (-161.9974772 55.2450437)", "description": "Geolocation", "type": "point"}}, {"row": 6, "sid": {"data": "row-shw7.pm5p-iaqf", "description": "", "type": "meta_data"}, "id": {"data": "00000000-0000-0000-68CD-7FC55DA791AE", "description": "", "type": "meta_data"}, "position": {"data": 0, "description": "", "type": "meta_data"}, "created_at": {"data": 1686855313, "description": "", "type": "number"}, "created_meta": {"data": null, "description": "", "type": "meta_data"}, "updated_at": {"data": 1686855313, "description": "", "type": "number"}, "updated_meta": {"data": null, "description": "", "type": "meta_data"}, "meta": {"data": "{ }", "description": "", "type": "meta_data"}, "Year": {"data": 2020, "description": "Year", "type": "number"}, "StateAbbr": {"data": "AK", "description": "State abbreviation", "type": "text"}, "StateDesc": {"data": "Alaska", "description": "State Name", "type": "text"}, "LocationName": {"data": "Anchorage", "description": "County name", "type": "text"}, "DataSource": {"data": "BRFSS", "description": "Data source", "type": "text"}, "Category": {"data": "Health Outcomes", "description": "Topic", "type": "text"}, "Measure": {"data": "Depression among adults aged >=18 years", "description": "Measure full name", "type": "text"}, "Data_Value_Unit": {"data": "%", "description": "The data value unit, such as \"%\" for percentage", "type": "text"}, "Data_Value_Type": {"data": "Crude prevalence", "description": "The data type, such as age-adjusted prevalence or crude prevalence", "type": "text"}, "Data_Value": {"data": 16.5, "description": "Data Value, such as 14.7", "type": "number"}, "Data_Value_Footnote_Symbol": {"data": null, "description": "Footnote symbol", "type": "text"}, "Data_Value_Footnote": {"data": null, "description": "Footnote text", "type": "text"}, "Low_Confidence_Limit": {"data": 15.8, "description": "Low confidence limit", "type": "number"}, "High_Confidence_Limit": {"data": 17.3, "description": "High confidence limit", "type": "number"}, "TotalPopulation": {"data": 287095, "description": "Total population of census 2020 estimates", "type": "number"}, "LocationID": {"data": 2020, "description": "County FIPS", "type": "number"}, "CategoryID": {"data": "HLTHOUT", "description": "Identifier for Topic/Category", "type": "text"}, "MeasureId": {"data": "DEPRESSION", "description": "Measure identifier", "type": "text"}, "DataValueTypeID": {"data": "CrdPrv", "description": "Identifier for the data value type", "type": "text"}, "Short_Question_Text": {"data": "Depression", "description": "Measure short name", "type": "text"}, "Geolocation": {"data": "POINT (-149.2843294 61.1742503)", "description": "Geolocation", "type": "point"}}, {"row": 7, "sid": {"data": "row-p35t.ygix~qhtt", "description": "", "type": "meta_data"}, "id": {"data": "00000000-0000-0000-0C11-97A374A2C930", "description": "", "type": "meta_data"}, "position": {"data": 0, "description": "", "type": "meta_data"}, "created_at": {"data": 1686855313, "description": "", "type": "number"}, "created_meta": {"data": null, "description": "", "type": "meta_data"}, "updated_at": {"data": 1686855313, "description": "", "type": "number"}, "updated_meta": {"data": null, "description": "", "type": "meta_data"}, "meta": {"data": "{ }", "description": "", "type": "meta_data"}, "Year": {"data": 2020, "description": "Year", "type": "number"}, "StateAbbr": {"data": "AK", "description": "State abbreviation", "type": "text"}, "StateDesc": {"data": "Alaska", "description": "State Name", "type": "text"}, "LocationName": {"data": "Dillingham", "description": "County name", "type": "text"}, "DataSource": {"data": "BRFSS", "description": "Data source", "type": "text"}, "Category": {"data": "Health Outcomes", "description": "Topic", "type": "text"}, "Measure": {"data": "Depression among adults aged >=18 years", "description": "Measure full name", "type": "text"}, "Data_Value_Unit": {"data": "%", "description": "The data value unit, such as \"%\" for percentage", "type": "text"}, "Data_Value_Type": {"data": "Crude prevalence", "description": "The data type, such as age-adjusted prevalence or crude prevalence", "type": "text"}, "Data_Value": {"data": 18.1, "description": "Data Value, such as 14.7", "type": "number"}, "Data_Value_Footnote_Symbol": {"data": null, "description": "Footnote symbol", "type": "text"}, "Data_Value_Footnote": {"data": null, "description": "Footnote text", "type": "text"}, "Low_Confidence_Limit": {"data": 17.1, "description": "Low confidence limit", "type": "number"}, "High_Confidence_Limit": {"data": 19.2, "description": "High confidence limit", "type": "number"}, "TotalPopulation": {"data": 4833, "description": "Total population of census 2020 estimates", "type": "number"}, "LocationID": {"data": 2070, "description": "County FIPS", "type": "number"}, "CategoryID": {"data": "HLTHOUT", "description": "Identifier for Topic/Category", "type": "text"}, "MeasureId": {"data": "DEPRESSION", "description": "Measure identifier", "type": "text"}, "DataValueTypeID": {"data": "CrdPrv", "description": "Identifier for the data value type", "type": "text"}, "Short_Question_Text": {"data": "Depression", "description": "Measure short name", "type": "text"}, "Geolocation": {"data": "POINT (-158.2671226 59.5433255)", "description": "Geolocation", "type": "point"}}, {"row": 8, "sid": {"data": "row-sxen~rb26-24ep", "description": "", "type": "meta_data"}, "id": {"data": "00000000-0000-0000-1F6A-6672A8F05131", "description": "", "type": "meta_data"}, "position": {"data": 0, "description": "", "type": "meta_data"}, "created_at": {"data": 1686855313, "description": "", "type": "number"}, "created_meta": {"data": null, "description": "", "type": "meta_data"}, "updated_at": {"data": 1686855313, "description": "", "type": "number"}, "updated_meta": {"data": null, "description": "", "type": "meta_data"}, "meta": {"data": "{ }", "description": "", "type": "meta_data"}, "Year": {"data": 2020, "description": "Year", "type": "number"}, "StateAbbr": {"data": "AK", "description": "State abbreviation", "type": "text"}, "StateDesc": {"data": "Alaska", "description": "State Name", "type": "text"}, "LocationName": {"data": "Fairbanks North Star", "description": "County name", "type": "text"}, "DataSource": {"data": "BRFSS", "description": "Data source", "type": "text"}, "Category": {"data": "Health Outcomes", "description": "Topic", "type": "text"}, "Measure": {"data": "Obesity among adults aged >=18 years", "description": "Measure full name", "type": "text"}, "Data_Value_Unit": {"data": "%", "description": "The data value unit, such as \"%\" for percentage", "type": "text"}, "Data_Value_Type": {"data": "Crude prevalence", "description": "The data type, such as age-adjusted prevalence or crude prevalence", "type": "text"}, "Data_Value": {"data": 30.6, "description": "Data Value, such as 14.7", "type": "number"}, "Data_Value_Footnote_Symbol": {"data": null, "description": "Footnote symbol", "type": "text"}, "Data_Value_Footnote": {"data": null, "description": "Footnote text", "type": "text"}, "Low_Confidence_Limit": {"data": 29.2, "description": "Low confidence limit", "type": "number"}, "High_Confidence_Limit": {"data": 31.7, "description": "High confidence limit", "type": "number"}, "TotalPopulation": {"data": 95651, "description": "Total population of census 2020 estimates", "type": "number"}, "LocationID": {"data": 2090, "description": "County FIPS", "type": "number"}, "CategoryID": {"data": "HLTHOUT", "description": "Identifier for Topic/Category", "type": "text"}, "MeasureId": {"data": "OBESITY", "description": "Measure identifier", "type": "text"}, "DataValueTypeID": {"data": "CrdPrv", "description": "Identifier for the data value type", "type": "text"}, "Short_Question_Text": {"data": "Obesity", "description": "Measure short name", "type": "text"}, "Geolocation": {"data": "POINT (-146.5481586 64.6760436)", "description": "Geolocation", "type": "point"}}, {"row": 9, "sid": {"data": "row-eife.t7rk~5t8s", "description": "", "type": "meta_data"}, "id": {"data": "00000000-0000-0000-5801-3477FB5655D1", "description": "", "type": "meta_data"}, "position": {"data": 0, "description": "", "type": "meta_data"}, "created_at": {"data": 1686855313, "description": "", "type": "number"}, "created_meta": {"data": null, "description": "", "type": "meta_data"}, "updated_at": {"data": 1686855313, "description": "", "type": "number"}, "updated_meta": {"data": null, "description": "", "type": "meta_data"}, "meta": {"data": "{ }", "description": "", "type": "meta_data"}, "Year": {"data": 2020, "description": "Year", "type": "number"}, "StateAbbr": {"data": "AK", "description": "State abbreviation", "type": "text"}, "StateDesc": {"data": "Alaska", "description": "State Name", "type": "text"}, "LocationName": {"data": "Haines", "description": "County name", "type": "text"}, "DataSource": {"data": "BRFSS", "description": "Data source", "type": "text"}, "Category": {"data": "Health Outcomes", "description": "Topic", "type": "text"}, "Measure": {"data": "Stroke among adults aged >=18 years", "description": "Measure full name", "type": "text"}, "Data_Value_Unit": {"data": "%", "description": "The data value unit, such as \"%\" for percentage", "type": "text"}, "Data_Value_Type": {"data": "Age-adjusted prevalence", "description": "The data type, such as age-adjusted prevalence or crude prevalence", "type": "text"}, "Data_Value": {"data": 2.9, "description": "Data Value, such as 14.7", "type": "number"}, "Data_Value_Footnote_Symbol": {"data": null, "description": "Footnote symbol", "type": "text"}, "Data_Value_Footnote": {"data": null, "description": "Footnote text", "type": "text"}, "Low_Confidence_Limit": {"data": 2.6, "description": "Low confidence limit", "type": "number"}, "High_Confidence_Limit": {"data": 3.1, "description": "High confidence limit", "type": "number"}, "TotalPopulation": {"data": 2614, "description": "Total population of census 2020 estimates", "type": "number"}, "LocationID": {"data": 2100, "description": "County FIPS", "type": "number"}, "CategoryID": {"data": "HLTHOUT", "description": "Identifier for Topic/Category", "type": "text"}, "MeasureId": {"data": "STROKE", "description": "Measure identifier", "type": "text"}, "DataValueTypeID": {"data": "AgeAdjPrv", "description": "Identifier for the data value type", "type": "text"}, "Short_Question_Text": {"data": "Stroke", "description": "Measure short name", "type": "text"}, "Geolocation": {"data": "POINT (-135.5757906 59.0984037)", "description": "Geolocation", "type": "point"}}, {"row": 10, "sid": {"data": "row-ix3y_wf4v_y7u9", "description": "", "type": "meta_data"}, "id": {"data": "00000000-0000-0000-C201-C8FDF5593524", "description": "", "type": "meta_data"}, "position": {"data": 0, "description": "", "type": "meta_data"}, "created_at": {"data": 1686855313, "description": "", "type": "number"}, "created_meta": {"data": null, "description": "", "type": "meta_data"}, "updated_at": {"data": 1686855313, "description": "", "type": "number"}, "updated_meta": {"data": null, "description": "", "type": "meta_data"}, "meta": {"data": "{ }", "description": "", "type": "meta_data"}, "Year": {"data": 2020, "description": "Year", "type": "number"}, "StateAbbr": {"data": "AK", "description": "State abbreviation", "type": "text"}, "StateDesc": {"data": "Alaska", "description": "State Name", "type": "text"}, "LocationName": {"data": "Ketchikan Gateway", "description": "County name", "type": "text"}, "DataSource": {"data": "BRFSS", "description": "Data source", "type": "text"}, "Category": {"data": "Health Outcomes", "description": "Topic", "type": "text"}, "Measure": {"data": "Arthritis among adults aged >=18 years", "description": "Measure full name", "type": "text"}, "Data_Value_Unit": {"data": "%", "description": "The data value unit, such as \"%\" for percentage", "type": "text"}, "Data_Value_Type": {"data": "Crude prevalence", "description": "The data type, such as age-adjusted prevalence or crude prevalence", "type": "text"}, "Data_Value": {"data": 23.6, "description": "Data Value, such as 14.7", "type": "number"}, "Data_Value_Footnote_Symbol": {"data": null, "description": "Footnote symbol", "type": "text"}, "Data_Value_Footnote": {"data": null, "description": "Footnote text", "type": "text"}, "Low_Confidence_Limit": {"data": 22.6, "description": "Low confidence limit", "type": "number"}, "High_Confidence_Limit": {"data": 24.6, "description": "High confidence limit", "type": "number"}, "TotalPopulation": {"data": 13747, "description": "Total population of census 2020 estimates", "type": "number"}, "LocationID": {"data": 2130, "description": "County FIPS", "type": "number"}, "CategoryID": {"data": "HLTHOUT", "description": "Identifier for Topic/Category", "type": "text"}, "MeasureId": {"data": "ARTHRITIS", "description": "Measure identifier", "type": "text"}, "DataValueTypeID": {"data": "CrdPrv", "description": "Identifier for the data value type", "type": "text"}, "Short_Question_Text": {"data": "Arthritis", "description": "Measure short name", "type": "text"}, "Geolocation": {"data": "POINT (-131.1066847 55.4499378)", "description": "Geolocation", "type": "point"}}]}
{"type": "object", "properties": {"page": {"type": "integer"}, "totalRecords": {"type": "integer"}, "numRecords": {"type": "integer"}, "nextPage": {"type": "integer"}, "previousPage": {"type": "integer"}, "numPages": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"row": {"type": "integer"}, "sid": {"type": "object", "properties": {"data": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "id": {"type": "object", "properties": {"data": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "position": {"type": "object", "properties": {"data": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "created_at": {"type": "object", "properties": {"data": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "created_meta": {"type": "object", "properties": {"data": {"type": "null"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "updated_at": {"type": "object", "properties": {"data": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "updated_meta": {"type": "object", "properties": {"data": {"type": "null"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "meta": {"type": "object", "properties": {"data": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "Year": {"type": "object", "properties": {"data": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "StateAbbr": {"type": "object", "properties": {"data": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "StateDesc": {"type": "object", "properties": {"data": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "LocationName": {"type": "object"}, "DataSource": {"type": "object", "properties": {"data": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "Category": {"type": "object", "properties": {"data": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "Measure": {"type": "object", "properties": {"data": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "Data_Value_Unit": {"type": "object", "properties": {"data": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "Data_Value_Type": {"type": "object", "properties": {"data": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "Data_Value": {"type": "object", "properties": {"data": {"type": "number"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "Data_Value_Footnote_Symbol": {"type": "object", "properties": {"data": {"type": "null"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "Data_Value_Footnote": {"type": "object", "properties": {"data": {"type": "null"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "Low_Confidence_Limit": {"type": "object", "properties": {"data": {"type": "number"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "High_Confidence_Limit": {"type": "object", "properties": {"data": {"type": "number"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "TotalPopulation": {"type": "object", "properties": {"data": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "LocationID": {"type": "object", "properties": {"data": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "CategoryID": {"type": "object", "properties": {"data": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "MeasureId": {"type": "object", "properties": {"data": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "DataValueTypeID": {"type": "object", "properties": {"data": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "Short_Question_Text": {"type": "object", "properties": {"data": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}}, "Geolocation": {"type": "object"}}}}}}
0b4e6966-286b-4fe8-8bc2-d776ccc37ef3/6ee0a65a-43a1-44c3-a821-a0137508f32e/0/0
WHO Covid-19 data
Global COVID-19 data (free to use). - latest data: Aug. 16, 2020
8.2
Get data
Get the data. (If no query parameters are provided, returns data for the most recent report)
200
Example_1
[{"cases": 69176, "daysSinceLastCase": 0, "deaths": 6820, "name": "Italy", "newCases": 5249, "newDeaths": 743, "region": "European Region", "reportDate": "2020-03-25T00:00:00.000Z", "reportNumber": 65, "territory": false, "transmissionType": 1}, {"cases": 39673, "daysSinceLastCase": 0, "deaths": 2696, "name": "Spain", "newCases": 6584, "newDeaths": 514, "region": "European Region", "reportDate": "2020-03-25T00:00:00.000Z", "reportNumber": 65, "territory": false, "transmissionType": 1}]
{"items": {"properties": {"cases": {"type": "integer"}, "daysSinceLastCase": {"type": "integer"}, "deaths": {"type": "integer"}, "name": {"type": "string"}, "newCases": {"type": "integer"}, "newDeaths": {"type": "integer"}, "region": {"type": "string"}, "reportDate": {"type": "string"}, "reportNumber": {"type": "integer"}, "territory": {"type": "boolean"}, "transmissionType": {"type": "integer"}}, "type": "object"}, "type": "array"}
8dfaebd6-d15e-49ed-ab52-020b0617b12c/c47afb0b-4f61-4071-9f32-81b7687f2c25/0/0
Image Extractor
Extract image URLs from web pages
8.2
Extract Images
Extract images from a web page
200
Response
["https://example.com/image1.png", "https://example.com/image2.svg", "https://example.com/image3.jpeg"]
{"type": "array", "items": {"type": "string"}}
8f2837d3-1fb3-4e8c-a1bf-cc8f9ac8695e/5e068545-2842-4e81-8b61-70b27e6ef168/0/0
Youtube Search API
Youtube API for search, videos, channels, trending, recommendation
8.1
Youtube Search
Youtube Search
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "title": "ValidationError"}, "type": "array", "title": "Detail"}}, "type": "object", "title": "HTTPValidationError"}
585a3ffb-70bd-447f-bbca-afedfd1da018/ec886124-0ad9-4bcf-8382-34513e599f84/0/0
Zillow Stable
Unlock the power of real estate data with the Zillow Stable API. Whether you're a seasoned real estate professional or just starting your property journey, our API provides the critical insights you need to make informed decisions. Access up-to-date property information, historical trends, and market analysis with ease. Say goodbye to uncertainty and hello to stability in your real estate endeavors. Elevate your business, streamline your processes, and find your real estate sweet spot with th...
8.2
Reviews
Get Reviews
200
Response
{"success": true, "message": "success", "results": {"reviews": [{"reviewComment": "After working with another real estate agent, I stopped halfway through and realized I needed to find someone who knew what they were doing. I called Kalav and she was incredibly helpful over the phone. I decided I was going to do all business through her and not the current agent I had. She did everything the right way legally from scratch and maintained communication all the way through the process. She would return my telephone calls and texts promptly. She explained everything clearly and helped me completely understand the process. I highly recommend her.", "reviewId": 8053586, "subRatings": [{"description": "Local knowledge", "score": 5}, {"description": "Process expertise", "score": 5}, {"description": "Responsiveness", "score": 5}, {"description": "Negotiation skills", "score": 5}], "reviewee": {"screenName": "kmistry7", "firstName": "Kalav", "lastName": "Mistry", "suffix": null, "showName": true, "profileImageUrlTemplate": "https://photos.zillowstatic.com/%s/ISucheman4c0da0000000000.jpg", "encodedZuid": "X1-ZU12o8nlht57021_9fxlz"}, "reviewer": {"screenName": "jjason76", "firstName": "JEREMY", "lastName": "JAYSON", "suffix": null, "showName": false, "profileImageUrlTemplate": null, "encodedZuid": "X1-ZU16rwfgy01lfyh_6plsx"}, "rating": 5, "createDate": "2023-10-05T05:25:00", "rebuttal": null, "workDescription": "Helped me rent a home."}, {"reviewComment": "Liz is amazing! We knew we wanted to work with her from the first email we got back from her because of how straightforward she is in demystifying the NYC rental market (which we all know is insane). She found us an amazing apartment at a great price before it had even been listed, which she only knew about because of how ingrained she is in the local community. Absolutely recommend working with her.", "reviewId": 8035797, "subRatings": [{"description": "Local knowledge", "score": 5}, {"description": "Process expertise", "score": 5}, {"description": "Responsiveness", "score": 5}, {"description": "Negotiation skills", "score": 5}], "reviewee": {"screenName": "egalvin7", "firstName": "Liz", "lastName": "Galvin", "suffix": null, "showName": true, "profileImageUrlTemplate": "https://photos.zillowstatic.com/%s/ISnqmtpbm5e7s81000000000.jpg", "encodedZuid": "X1-ZU150gyruf8yrrd_1brbr"}, "reviewer": {"screenName": "jaxpreyer", "firstName": null, "lastName": null, "suffix": null, "showName": true, "profileImageUrlTemplate": null, "encodedZuid": "X1-ZUra5thpyz7ls9_4n5nw"}, "rating": 5, "createDate": "2023-09-21T04:18:00", "rebuttal": null, "workDescription": "Helped me rent a home."}, {"reviewComment": "I have bought and sold more homes through the years then I care to remember so my experiences with realtors are numerous and varied. Of all associations with realtors, however, one stands out for his deft handling of the challenges of selling my condo during a difficult housing market. Luke Whittle worked tirelessly to see that I got near asking price for my apartment during an economic downturn when many condos in my neighborhood were going for 10 to 20% below asking. I thought mine would too but Luke held fast, prioritized my listing , and got the price I was looking for all while reassuring me not to worry. I would highly recommend without hesitation Luke Whittle for all your property buying and selling needs. ", "reviewId": 8030162, "subRatings": [{"description": "Local knowledge", "score": 5}, {"description": "Process expertise", "score": 5}, {"description": "Responsiveness", "score": 5}, {"description": "Negotiation skills", "score": 5}], "reviewee": {"screenName": "1Luke4Life", "firstName": "Luke", "lastName": "Whittle", "suffix": null, "showName": true, "profileImageUrlTemplate": "https://photos.zillowstatic.com/%s/ISh75c41r0356p0000000000.jpg", "encodedZuid": "X1-ZU1096bohdxf9xl_2yr7l"}, "reviewer": {"screenName": "lititzshirtfactory", "firstName": null, "lastName": null, "suffix": null, "showName": true, "profileImageUrlTemplate": null, "encodedZuid": "X1-ZU16sphu8g1l9mx_4aijn"}, "rating": 5, "createDate": "2023-09-16T13:19:00", "rebuttal": null, "workDescription": "Sold a Condo home in 2017 in Upper west side, Manhattan, NY."}, {"reviewComment": "Luke is the best to get the job done. He\u2019s super responsive, works really hard and is a delight to work with and be around. Luke is the realtor I will always go to get the real estate needs done in a fast and efficient fashion. ", "reviewId": 8028872, "subRatings": [{"description": "Local knowledge", "score": 5}, {"description": "Process expertise", "score": 5}, {"description": "Responsiveness", "score": 5}, {"description": "Negotiation skills", "score": 5}], "reviewee": {"screenName": "1Luke4Life", "firstName": "Luke", "lastName": "Whittle", "suffix": null, "showName": true, "profileImageUrlTemplate": "https://photos.zillowstatic.com/%s/ISh75c41r0356p0000000000.jpg", "encodedZuid": "X1-ZU1096bohdxf9xl_2yr7l"}, "reviewer": {"screenName": "zuser20140617160751278", "firstName": null, "lastName": null, "suffix": null, "showName": true, "profileImageUrlTemplate": null, "encodedZuid": "X1-ZUy9twmcsgukuh_1llb2"}, "rating": 5, "createDate": "2023-09-15T10:02:00", "rebuttal": null, "workDescription": "Eagle river, AK."}, {"reviewComment": "I worked with Liz in the Spring of 2021. I started out wanting to buy a condo, but I ended up renting. Throughout the process, Liz was very helpful, knowledgeable and always quickly responded. She still treats me the same in 2023! I am always happy to refer clients to Liz and when I purchase my next place, Liz will be my go-to Agent!", "reviewId": 8028736, "subRatings": [{"description": "Local knowledge", "score": 5}, {"description": "Process expertise", "score": 5}, {"description": "Responsiveness", "score": 5}, {"description": "Negotiation skills", "score": 5}], "reviewee": {"screenName": "egalvin7", "firstName": "Liz", "lastName": "Galvin", "suffix": null, "showName": true, "profileImageUrlTemplate": "https://photos.zillowstatic.com/%s/ISnqmtpbm5e7s81000000000.jpg", "encodedZuid": "X1-ZU150gyruf8yrrd_1brbr"}, "reviewer": {"screenName": "sarahspunt1", "firstName": null, "lastName": null, "suffix": null, "showName": true, "profileImageUrlTemplate": null, "encodedZuid": "X1-ZUt10k3plpsu89_282em"}, "rating": 5, "createDate": "2023-09-15T08:39:00", "rebuttal": null, "workDescription": "Helped me rent a home."}], "filters": [{"prompt": "All reviews", "count": 718, "serviceTypeIds": null}, {"serviceTypeIds": [1], "count": 290, "prompt": "Helped me buy"}, {"serviceTypeIds": [2], "count": 27, "prompt": "Helped me sell"}, {"serviceTypeIds": [3], "count": 29, "prompt": "Helped me buy and sell"}, {"serviceTypeIds": [7, 6, 4, 5, 999], "count": 84, "prompt": "We connected, but it did not work out"}, {"serviceTypeIds": [9, 10, 11, 12], "count": 286, "prompt": "Renting or property management"}]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"reviews": {"type": "array", "items": {"type": "object", "properties": {"reviewComment": {"type": "string"}, "reviewId": {"type": "integer"}, "subRatings": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "score": {"type": "integer"}}, "required": ["description", "score"]}}, "reviewee": {"type": "object", "properties": {"screenName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "suffix": {"type": "null"}, "showName": {"type": "boolean"}, "profileImageUrlTemplate": {"type": "string"}, "encodedZuid": {"type": "string"}}, "required": ["encodedZuid", "firstName", "lastName", "profileImageUrlTemplate", "screenName", "showName", "suffix"]}, "reviewer": {"type": "object", "properties": {"screenName": {"type": "string"}, "firstName": {"type": ["null", "string"]}, "lastName": {"type": ["null", "string"]}, "suffix": {"type": "null"}, "showName": {"type": "boolean"}, "profileImageUrlTemplate": {"type": "null"}, "encodedZuid": {"type": "string"}}, "required": ["encodedZuid", "firstName", "lastName", "profileImageUrlTemplate", "screenName", "showName", "suffix"]}, "rating": {"type": "integer"}, "createDate": {"type": "string"}, "rebuttal": {"type": "null"}, "workDescription": {"type": "string"}}, "required": ["createDate", "rating", "rebuttal", "reviewComment", "reviewId", "reviewee", "reviewer", "subRatings", "workDescription"]}}, "filters": {"type": "array", "items": {"type": "object", "properties": {"prompt": {"type": "string"}, "count": {"type": "integer"}, "serviceTypeIds": {"anyOf": [{"type": "null"}, {"type": "array", "items": {"type": "integer"}}]}}, "required": ["count", "prompt", "serviceTypeIds"]}}}, "required": ["filters", "reviews"]}}, "required": ["message", "results", "success"]}
585a3ffb-70bd-447f-bbca-afedfd1da018/10ea6137-847b-4732-98f8-4682fdde5d80/0/0
Zillow Stable
Unlock the power of real estate data with the Zillow Stable API. Whether you're a seasoned real estate professional or just starting your property journey, our API provides the critical insights you need to make informed decisions. Access up-to-date property information, historical trends, and market analysis with ease. Say goodbye to uncertainty and hello to stability in your real estate endeavors. Elevate your business, streamline your processes, and find your real estate sweet spot with th...
8.2
Past Sales
Past Sales
200
Response
{"success": true, "message": "success", "results": {"total": 1596, "past_sales": [{"represented": "Seller", "sold_date": "10/23/2023", "price": "$450,000", "zpid": 244725605, "image_url": "https://photos.zillowstatic.com/fp/ef3d029779a5225d46b93f7333b3b8c7-p_b.jpg", "image_alt": "215 E 24th St APT 503, New York, NY, 10010", "home_details_url": "/homedetails/215-E-24th-St-APT-503-New-York-NY-10010/244725605_zpid/", "street_address": "215 E 24th St APT 503", "city_state_zipcode": "New York, NY, 10010", "latitude": 40.739338, "longitude": -73.981705}, {"represented": "Buyer", "sold_date": "10/18/2023", "price": "$507,000", "zpid": 122587697, "image_url": "https://photos.zillowstatic.com/fp/af756ed79cfbb386582340d0c4cff18a-p_b.jpg", "image_alt": "570 Grand St APT H1103, New York, NY, 10002", "home_details_url": "/homedetails/570-Grand-St-APT-H1103-New-York-NY-10002/122587697_zpid/", "street_address": "570 Grand St APT H1103", "city_state_zipcode": "New York, NY, 10002", "latitude": 40.7142, "longitude": -73.9784}, {"represented": "Buyer", "sold_date": "10/11/2023", "price": "$708,000", "zpid": 2062469540, "image_url": "https://photos.zillowstatic.com/fp/35deee115639b99d9ebeeec764965cfb-p_b.jpg", "image_alt": "77 7th Ave APT 20M, New York, NY, 10011", "home_details_url": "/homedetails/77-7th-Ave-APT-20M-New-York-NY-10011/2062469540_zpid/", "street_address": "77 7th Ave APT 20M", "city_state_zipcode": "New York, NY, 10011", "latitude": 40.7388, "longitude": -73.9991}, {"represented": "Seller", "sold_date": "10/6/2023", "price": "$1,755,000", "zpid": 33066727, "image_url": "https://photos.zillowstatic.com/fp/4a308c911b8a9dbd298a0e2a2f54bb86-p_b.jpg", "image_alt": "40 Aldridge Road, Chappaqua, NY, 10514", "home_details_url": "/homedetails/40-Aldridge-Rd-Chappaqua-NY-10514/33066727_zpid/", "street_address": "40 Aldridge Road", "city_state_zipcode": "Chappaqua, NY, 10514", "latitude": 41.155037, "longitude": -73.770096}, {"represented": "Seller", "sold_date": "10/3/2023", "price": "$695,000", "zpid": 31538575, "image_url": "https://photos.zillowstatic.com/fp/a8c69bb96cd5b9abc1601cc0cfcc8447-p_b.jpg", "image_alt": "403 E 62nd St UNIT 10C, New York, NY, 10065", "home_details_url": "/homedetails/403-E-62nd-St-APT-10C-New-York-NY-10065/31538575_zpid/", "street_address": "403 E 62nd St UNIT 10C", "city_state_zipcode": "New York, NY, 10065", "latitude": 40.76147, "longitude": -73.95998}]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"total": {"type": "integer"}, "past_sales": {"type": "array", "items": {"type": "object", "properties": {"represented": {"type": "string"}, "sold_date": {"type": "string"}, "price": {"type": "string"}, "zpid": {"type": "integer"}, "image_url": {"type": "string"}, "image_alt": {"type": "string"}, "home_details_url": {"type": "string"}, "street_address": {"type": "string"}, "city_state_zipcode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["city_state_zipcode", "home_details_url", "image_alt", "image_url", "latitude", "longitude", "price", "represented", "sold_date", "street_address", "zpid"]}}}, "required": ["past_sales", "total"]}}, "required": ["message", "results", "success"]}
585a3ffb-70bd-447f-bbca-afedfd1da018/5284deb1-b3e0-4f21-8d41-c6a5dc613714/0/0
Zillow Stable
Unlock the power of real estate data with the Zillow Stable API. Whether you're a seasoned real estate professional or just starting your property journey, our API provides the critical insights you need to make informed decisions. Access up-to-date property information, historical trends, and market analysis with ease. Say goodbye to uncertainty and hello to stability in your real estate endeavors. Elevate your business, streamline your processes, and find your real estate sweet spot with th...
8.2
Rental Listing
Rental Listing
200
Response
{"success": true, "message": "success", "results": {"listings": [{"zpid": 2113334191, "home_type": "apartment", "address": {"line1": "49 W 68th St APT 4A", "line2": "New York, NY 10023", "city": "New York", "stateOrProvince": "NY", "postalCode": "10023"}, "bedrooms": 1, "bathrooms": 2, "openHouses": "", "hasOpenHouse": false, "primary_photo_url": "https://photos.zillowstatic.com/fp/9cc3efe46ed02185b8faf4a0ce0e9f60-a_a.jpg", "price": 3950, "price_currency": "usd", "status": "forRent", "latitude": 40.77459, "longitude": -73.97944, "brokerage_name": "Elegran | Forbes Global Properties", "home_marketing_status": "active", "home_marketing_type": "forRent", "has_vr_model": false, "listing_url": "/homedetails/49-W-68th-St-APT-4A-New-York-NY-10023/2113334191_zpid/"}, {"zpid": 2054741345, "home_type": "apartment", "address": {"line1": "309 E 119th St APT 1B", "line2": "New York, NY 10035", "city": "New York", "stateOrProvince": "NY", "postalCode": "10035"}, "bedrooms": 0, "bathrooms": 1, "openHouses": "", "hasOpenHouse": false, "primary_photo_url": "https://photos.zillowstatic.com/fp/5ffdeb2bdd6c0920937dfe34515e5ff7-a_a.jpg", "price": 2495, "price_currency": "usd", "status": "forRent", "latitude": 40.798897, "longitude": -73.93568, "brokerage_name": "Elegran | Forbes Global Properties", "home_marketing_status": "active", "home_marketing_type": "forRent", "has_vr_model": false, "listing_url": "/homedetails/309-E-119th-St-APT-1B-New-York-NY-10035/2054741345_zpid/"}, {"zpid": 2054741934, "home_type": "apartment", "address": {"line1": "309 E 119th St APT 1", "line2": "New York, NY 10035", "city": "New York", "stateOrProvince": "NY", "postalCode": "10035"}, "bedrooms": 1, "bathrooms": 1, "openHouses": "", "hasOpenHouse": false, "primary_photo_url": "https://photos.zillowstatic.com/fp/8aa73b3b2d3d78dc01a8ff5e7f55301c-a_a.jpg", "price": 2600, "price_currency": "usd", "status": "forRent", "latitude": 40.798897, "longitude": -73.93568, "brokerage_name": "Elegran | Forbes Global Properties", "home_marketing_status": "active", "home_marketing_type": "forRent", "has_vr_model": false, "listing_url": "/homedetails/309-E-119th-St-APT-1-New-York-NY-10035/2054741934_zpid/"}, {"zpid": 2095719783, "home_type": "apartment", "address": {"line1": "34 W 85th St APT 3", "line2": "New York, NY 10024", "city": "New York", "stateOrProvince": "NY", "postalCode": "10024"}, "bedrooms": 2, "bathrooms": 2, "openHouses": "", "hasOpenHouse": false, "primary_photo_url": "https://photos.zillowstatic.com/fp/8926c919f72c606bc1e3818f08c4d18e-a_a.jpg", "price": 4795, "price_currency": "usd", "status": "forRent", "latitude": 40.784916, "longitude": -73.97115, "brokerage_name": "Elegran | Forbes Global Properties", "home_marketing_status": "active", "home_marketing_type": "forRent", "has_vr_model": false, "listing_url": "/homedetails/34-W-85th-St-APT-3-New-York-NY-10024/2095719783_zpid/"}, {"zpid": 31507028, "home_type": "apartment", "address": {"line1": "155 E 34th St APT 8H", "line2": "New York, NY 10016", "city": "New York", "stateOrProvince": "NY", "postalCode": "10016"}, "bedrooms": 1, "bathrooms": 1, "openHouses": "", "hasOpenHouse": false, "primary_photo_url": "https://photos.zillowstatic.com/fp/ac0978b1869c46d404205bc183f3a3ab-a_a.jpg", "price": 3550, "price_currency": "usd", "status": "forRent", "latitude": 40.7462, "longitude": -73.97853, "brokerage_name": "Elegran | Forbes Global Properties", "home_marketing_status": "active", "home_marketing_type": "forRent", "has_vr_model": false, "listing_url": "/homedetails/155-E-34th-St-APT-8H-New-York-NY-10016/31507028_zpid/"}], "listing_count": 35}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"listings": {"type": "array", "items": {"type": "object", "properties": {"zpid": {"type": "integer"}, "home_type": {"type": "string"}, "address": {"type": "object", "properties": {"line1": {"type": "string"}, "line2": {"type": "string"}, "city": {"type": "string"}, "stateOrProvince": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["city", "line1", "line2", "postalCode", "stateOrProvince"]}, "bedrooms": {"type": "integer"}, "bathrooms": {"type": "integer"}, "openHouses": {"type": "string"}, "hasOpenHouse": {"type": "boolean"}, "primary_photo_url": {"type": "string"}, "price": {"type": "integer"}, "price_currency": {"type": "string"}, "status": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "brokerage_name": {"type": "string"}, "home_marketing_status": {"type": "string"}, "home_marketing_type": {"type": "string"}, "has_vr_model": {"type": "boolean"}, "listing_url": {"type": "string"}}, "required": ["address", "bathrooms", "bedrooms", "brokerage_name", "hasOpenHouse", "has_vr_model", "home_marketing_status", "home_marketing_type", "home_type", "latitude", "listing_url", "longitude", "openHouses", "price", "price_currency", "primary_photo_url", "status", "zpid"]}}, "listing_count": {"type": "integer"}}, "required": ["listing_count", "listings"]}}, "required": ["message", "results", "success"]}
585a3ffb-70bd-447f-bbca-afedfd1da018/05565a02-0ff8-4448-8014-a93aa922c2dc/0/0
Zillow Stable
Unlock the power of real estate data with the Zillow Stable API. Whether you're a seasoned real estate professional or just starting your property journey, our API provides the critical insights you need to make informed decisions. Access up-to-date property information, historical trends, and market analysis with ease. Say goodbye to uncertainty and hello to stability in your real estate endeavors. Elevate your business, streamline your processes, and find your real estate sweet spot with th...
8.2
Active Listing
Active Listing
200
Response
{"success": true, "message": "success", "results": {"listings": [{"zpid": 2054732726, "home_type": "condo", "address": {"line1": "8355 Lefferts Blvd APT 4", "line2": "Kew Gardens, NY 11415", "city": "Kew Gardens", "stateOrProvince": "NY", "postalCode": "11415"}, "bedrooms": 1, "bathrooms": 1, "openHouses": "", "hasOpenHouse": false, "primary_photo_url": "https://photos.zillowstatic.com/fp/c1b45aeee173b95cf1b3851193eadb2f-a_a.jpg", "price": 200000, "price_currency": "usd", "status": "fsba", "latitude": 40.70469, "longitude": -73.83255, "brokerage_name": "Elegran | Forbes Global Properties", "home_marketing_status": "active", "home_marketing_type": "forSale", "has_vr_model": false, "listing_url": "/homedetails/8355-Lefferts-Blvd-APT-4-Kew-Gardens-NY-11415/2054732726_zpid/"}, {"zpid": 72533827, "home_type": "condo", "address": {"line1": "45 E End Ave APT 14E", "line2": "New York, NY 10028", "city": "New York", "stateOrProvince": "NY", "postalCode": "10028"}, "bedrooms": 1, "bathrooms": 1, "openHouses": "", "hasOpenHouse": false, "primary_photo_url": "https://photos.zillowstatic.com/fp/fbb3e68d14d02f4cdfca44816491c38a-a_a.jpg", "price": 645000, "price_currency": "usd", "status": "fsba", "latitude": 40.7718, "longitude": -73.9466, "brokerage_name": "Elegran | Forbes Global Properties", "home_marketing_status": "active", "home_marketing_type": "forSale", "has_vr_model": false, "listing_url": "/homedetails/45-E-End-Ave-APT-14E-New-York-NY-10028/72533827_zpid/"}, {"zpid": 219702287, "home_type": "condo", "address": {"line1": "33 E End Ave #3M", "line2": "New York, NY 10028", "city": "New York", "stateOrProvince": "NY", "postalCode": "10028"}, "bedrooms": 1, "bathrooms": 1, "openHouses": "", "hasOpenHouse": false, "primary_photo_url": "https://photos.zillowstatic.com/fp/a002046c8becfa1e3456d3aa8aab2b49-a_a.jpg", "price": 725000, "price_currency": "usd", "status": "fsba", "latitude": 40.7714, "longitude": -73.947, "brokerage_name": "Elegran | Forbes Global Properties", "home_marketing_status": "active", "home_marketing_type": "forSale", "has_vr_model": false, "listing_url": "/homedetails/33-E-End-Ave-3M-New-York-NY-10028/219702287_zpid/"}, {"zpid": 300201361, "home_type": "condo", "address": {"line1": "45 E 22nd St #30B", "line2": "New York, NY 10010", "city": "New York", "stateOrProvince": "NY", "postalCode": "10010"}, "bedrooms": 2, "bathrooms": 2, "openHouses": "", "hasOpenHouse": false, "primary_photo_url": "https://photos.zillowstatic.com/fp/a32e70b2fbd5eabd86dbb716bb271d1d-a_a.jpg", "price": 4499000, "price_currency": "usd", "status": "fsba", "latitude": 40.7399, "longitude": -73.9873, "brokerage_name": "Elegran | Forbes Global Properties", "home_marketing_status": "active", "home_marketing_type": "forSale", "has_vr_model": false, "listing_url": "/homedetails/45-E-22nd-St-30B-New-York-NY-10010/300201361_zpid/"}, {"zpid": 83048577, "home_type": "condo", "address": {"line1": "133 Water St APT 12D", "line2": "Brooklyn, NY 11201", "city": "Brooklyn", "stateOrProvince": "NY", "postalCode": "11201"}, "bedrooms": 1, "bathrooms": 1, "openHouses": "", "hasOpenHouse": false, "primary_photo_url": "https://photos.zillowstatic.com/fp/4ee0bf1408f7b546f6ba63ba97007b94-a_a.jpg", "price": 960000, "price_currency": "usd", "status": "fsba", "latitude": 40.7034, "longitude": -73.989, "brokerage_name": "Elegran | Forbes Global Properties", "home_marketing_status": "active", "home_marketing_type": "forSale", "has_vr_model": false, "listing_url": "/homedetails/133-Water-St-APT-12D-Brooklyn-NY-11201/83048577_zpid/"}], "listing_count": 63}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"listings": {"type": "array", "items": {"type": "object", "properties": {"zpid": {"type": "integer"}, "home_type": {"type": "string"}, "address": {"type": "object", "properties": {"line1": {"type": "string"}, "line2": {"type": "string"}, "city": {"type": "string"}, "stateOrProvince": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["city", "line1", "line2", "postalCode", "stateOrProvince"]}, "bedrooms": {"type": "integer"}, "bathrooms": {"type": "integer"}, "openHouses": {"type": "string"}, "hasOpenHouse": {"type": "boolean"}, "primary_photo_url": {"type": "string"}, "price": {"type": "integer"}, "price_currency": {"type": "string"}, "status": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "brokerage_name": {"type": "string"}, "home_marketing_status": {"type": "string"}, "home_marketing_type": {"type": "string"}, "has_vr_model": {"type": "boolean"}, "listing_url": {"type": "string"}}, "required": ["address", "bathrooms", "bedrooms", "brokerage_name", "hasOpenHouse", "has_vr_model", "home_marketing_status", "home_marketing_type", "home_type", "latitude", "listing_url", "longitude", "openHouses", "price", "price_currency", "primary_photo_url", "status", "zpid"]}}, "listing_count": {"type": "integer"}}, "required": ["listing_count", "listings"]}}, "required": ["message", "results", "success"]}
585a3ffb-70bd-447f-bbca-afedfd1da018/948b06b2-47ee-460f-bbdd-5466f9304cac/0/0
Zillow Stable
Unlock the power of real estate data with the Zillow Stable API. Whether you're a seasoned real estate professional or just starting your property journey, our API provides the critical insights you need to make informed decisions. Access up-to-date property information, historical trends, and market analysis with ease. Say goodbye to uncertainty and hello to stability in your real estate endeavors. Elevate your business, streamline your processes, and find your real estate sweet spot with th...
8.2
List Commutes For Property
List Commutes For Property
200
New Example
{"success": true, "message": "success", "results": {"data": {"property": {"commute": null}}, "extensions": {}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"data": {"type": "object", "properties": {"property": {"type": "object", "properties": {"commute": {"type": "null"}}, "required": ["commute"]}}, "required": ["property"]}, "extensions": {"type": "object"}}, "required": ["data", "extensions"]}}, "required": ["message", "results", "success"]}
585a3ffb-70bd-447f-bbca-afedfd1da018/31ba8995-c7d4-4529-bd8b-2d491b2195f0/0/0
Zillow Stable
Unlock the power of real estate data with the Zillow Stable API. Whether you're a seasoned real estate professional or just starting your property journey, our API provides the critical insights you need to make informed decisions. Access up-to-date property information, historical trends, and market analysis with ease. Say goodbye to uncertainty and hello to stability in your real estate endeavors. Elevate your business, streamline your processes, and find your real estate sweet spot with th...
8.2
Search
Search for Agent, Home Improvement, Property Manager, Inspector, Photographers and Others
200
Response
{"success": true, "message": "success", "results": {"breadcrumbs": [{"text": "Florida", "url": "/professionals/real-estate-agent-reviews/fl/"}, {"text": "Miami", "url": null}], "search": {"userInput": {"profileType": "2", "locationText": "Miami, FL", "page": 1}, "region": {"regionId": 12700, "name": "Miami", "regionType": "CITY", "parentage": [{"regionId": 102001, "locationId": null, "name": "United States", "regionType": "COUNTRY"}, {"regionId": 14, "locationId": null, "name": "FL", "regionType": "STATE"}, {"regionId": 394856, "locationId": null, "name": "Miami-Fort Lauderdale-West Palm Beach", "regionType": "CBSA"}, {"regionId": 822226, "locationId": null, "name": "Miami-Ft. Lauderdale, FL", "regionType": "DMA"}, {"regionId": 2964, "locationId": null, "name": "Miami-Dade County", "regionType": "COUNTY"}, {"regionId": 72488, "locationId": null, "name": "33186", "regionType": "ZIPCODE"}, {"regionId": 72460, "locationId": null, "name": "33157", "regionType": "ZIPCODE"}, {"regionId": 72445, "locationId": null, "name": "33142", "regionType": "ZIPCODE"}, {"regionId": 72479, "locationId": null, "name": "33177", "regionType": "ZIPCODE"}, {"regionId": 72468, "locationId": null, "name": "33165", "regionType": "ZIPCODE"}, {"regionId": 72428, "locationId": null, "name": "33125", "regionType": "ZIPCODE"}, {"regionId": 72478, "locationId": null, "name": "33176", "regionType": "ZIPCODE"}, {"regionId": 72429, "locationId": null, "name": "33126", "regionType": "ZIPCODE"}, {"regionId": 72458, "locationId": null, "name": "33155", "regionType": "ZIPCODE"}, {"regionId": 72437, "locationId": null, "name": "33134", "regionType": "ZIPCODE"}, {"regionId": 72442, "locationId": null, "name": "33139", "regionType": "ZIPCODE"}, {"regionId": 72438, "locationId": null, "name": "33135", "regionType": "ZIPCODE"}, {"regionId": 72476, "locationId": null, "name": "33174", "regionType": "ZIPCODE"}, {"regionId": 72433, "locationId": null, "name": "33130", "regionType": "ZIPCODE"}, {"regionId": 72453, "locationId": null, "name": "33150", "regionType": "ZIPCODE"}, {"regionId": 72436, "locationId": null, "name": "33133", "regionType": "ZIPCODE"}, {"regionId": 72446, "locationId": null, "name": "33143", "regionType": "ZIPCODE"}, {"regionId": 72459, "locationId": null, "name": "33156", "regionType": "ZIPCODE"}, {"regionId": 72475, "locationId": null, "name": "33173", "regionType": "ZIPCODE"}, {"regionId": 72430, "locationId": null, "name": "33127", "regionType": "ZIPCODE"}, {"regionId": 72448, "locationId": null, "name": "33145", "regionType": "ZIPCODE"}, {"regionId": 72447, "locationId": null, "name": "33144", "regionType": "ZIPCODE"}, {"regionId": 72441, "locationId": null, "name": "33138", "regionType": "ZIPCODE"}, {"regionId": 72469, "locationId": null, "name": "33166", "regionType": "ZIPCODE"}, {"regionId": 72434, "locationId": null, "name": "33131", "regionType": "ZIPCODE"}, {"regionId": 72440, "locationId": null, "name": "33137", "regionType": "ZIPCODE"}, {"regionId": 72489, "locationId": null, "name": "33187", "regionType": "ZIPCODE"}, {"regionId": 72439, "locationId": null, "name": "33136", "regionType": "ZIPCODE"}, {"regionId": 72452, "locationId": null, "name": "33149", "regionType": "ZIPCODE"}, {"regionId": 72432, "locationId": null, "name": "33129", "regionType": "ZIPCODE"}, {"regionId": 72492, "locationId": null, "name": "33190", "regionType": "ZIPCODE"}, {"regionId": 72435, "locationId": null, "name": "33132", "regionType": "ZIPCODE"}, {"regionId": 72431, "locationId": null, "name": "33128", "regionType": "ZIPCODE"}, {"regionId": 72426, "locationId": null, "name": "33122", "regionType": "ZIPCODE"}, {"regionId": 757359, "locationId": null, "name": "33191", "regionType": "ZIPCODE"}, {"regionId": 757360, "locationId": null, "name": "33206", "regionType": "ZIPCODE"}, {"regionId": 422743, "locationId": null, "name": "33106", "regionType": "ZIPCODE"}, {"regionId": 399571, "locationId": null, "name": "33222", "regionType": "ZIPCODE"}, {"regionId": 72423, "locationId": null, "name": "33116", "regionType": "ZIPCODE"}, {"regionId": 72420, "locationId": null, "name": "33111", "regionType": "ZIPCODE"}, {"regionId": 72416, "locationId": null, "name": "33102", "regionType": "ZIPCODE"}, {"regionId": 72421, "locationId": null, "name": "33112", "regionType": "ZIPCODE"}, {"regionId": 72415, "locationId": null, "name": "33101", "regionType": "ZIPCODE"}, {"regionId": 72454, "locationId": null, "name": "33151", "regionType": "ZIPCODE"}, {"regionId": 72455, "locationId": null, "name": "33152", "regionType": "ZIPCODE"}, {"regionId": 72498, "locationId": null, "name": "33197", "regionType": "ZIPCODE"}, {"regionId": 72500, "locationId": null, "name": "33231", "regionType": "ZIPCODE"}, {"regionId": 72501, "locationId": null, "name": "33233", "regionType": "ZIPCODE"}, {"regionId": 72507, "locationId": null, "name": "33245", "regionType": "ZIPCODE"}, {"regionId": 72505, "locationId": null, "name": "33242", "regionType": "ZIPCODE"}, {"regionId": 72508, "locationId": null, "name": "33247", "regionType": "ZIPCODE"}, {"regionId": 72519, "locationId": null, "name": "33299", "regionType": "ZIPCODE"}, {"regionId": 72517, "locationId": null, "name": "33283", "regionType": "ZIPCODE"}]}}, "featuredAgents": [{"fullName": "Richard Corrales", "profileLink": "/profile/rc984/", "profilePhotoSrc": "https://photos.zillowstatic.com/h_g/ISvk7sklynscqv0000000000.jpg", "phoneNumber": "(305) 928-2153", "reviewRating": 4.8, "numReviews": 26, "reviewLink": "/profile/rc984/#reviews", "isTopAgent": false}, {"fullName": "Lorena Arnold", "profileLink": "/profile/lorenamarnold/", "profilePhotoSrc": "https://photos.zillowstatic.com/h_g/ISb1zsppaqvgbf0000000000.jpg", "phoneNumber": "(270) 770-4545", "reviewRating": 5, "numReviews": 18, "reviewLink": "/profile/lorenamarnold/#reviews", "isTopAgent": true}, {"fullName": "Osmany (Ozzy) Mondaca", "profileLink": "/profile/OsmanyMondaca/", "profilePhotoSrc": "https://photos.zillowstatic.com/h_g/ISr5lth3l6domr1000000000.jpg", "phoneNumber": "(251) 237-7488", "reviewRating": 5, "numReviews": 83, "reviewLink": "/profile/OsmanyMondaca/#reviews", "isTopAgent": false}], "mapUrl": "https://maps.googleapis.com/maps/api/staticmap?center=25.698453,-80.331965&zoom=9&size=400x160&maptype=roadmap&key=AIzaSyCadFmqeT-wY9jYJ9TJi5x8J1GzggZ5oFQ&style=feature%3Aadministrative.land_parcel%7Celement%3Aall%7Cvisibility%3Aoff%7C&style=feature%3Aadministrative.locality%7Celement%3Alabels.text.fill%7Ccolor%3A0x666666%7C&style=feature%3Aadministrative.neighborhood%7Celement%3Alabels.text.fill%7Ccolor%3A0x666666%7C&style=feature%3Aadministrative.province%7Celement%3Alabels.text.fill%7Ccolor%3A0x666666%7C&style=feature%3Alandscape%7Celement%3Alabels.text.fill%7Ccolor%3A0x666666%7C&style=feature%3Alandscape.man_made%7Celement%3Ageometry%7Csaturation%3A-100%7C&style=feature%3Alandscape.man_made%7Celement%3Ageometry.stroke%7Ccolor%3A0xdcdcdc%7C&style=feature%3Alandscape.natural%7Celement%3Aall%7Ccolor%3A0xe6e6e6%7C&style=feature%3Alandscape.natural%7Celement%3Alabels.text.fill%7Ccolor%3A0x7f7f7f%7C&style=feature%3Alandscape.natural.landcover%7Celement%3Aall%7Ccolor%3A0xe6e6e6%7C&style=feature%3Alandscape.natural.terrain%7Celement%3Aall%7Ccolor%3A0xe6e6e6%7C&style=feature%3Apoi%7Celement%3Ageometry.fill%7Ccolor%3A0xd6d6d6%7C&style=feature%3Apoi%7Celement%3Alabels.text%7Cvisibility%3Aoff%7C&style=feature%3Apoi.attraction%7Celement%3Aall%7Cvisibility%3Aoff%7C&style=feature%3Apoi.business%7Celement%3Aall%7Cvisibility%3Aoff%7C&style=feature%3Apoi.government%7Celement%3Alabels.icon%7Cvisibility%3Aoff%7C&style=feature%3Apoi.medical%7Celement%3Alabels.icon%7Cvisibility%3Aoff%7C&style=feature%3Apoi.medical%7Celement%3Alabels.text%7Cvisibility%3Aon%7C&style=feature%3Apoi.park%7Celement%3Aall%7Ccolor%3A0xb0d896%7C&style=feature%3Apoi.park%7Celement%3Alabels%7Cvisibility%3Aon%7Cweight%3A2.5%7C&style=feature%3Apoi.park%7Celement%3Alabels.text.fill%7Ccolor%3A0x787878%7Cinvert_lightness%3Atrue%7C&style=feature%3Apoi.park%7Celement%3Alabels.text.stroke%7Ccolor%3A0xffffff%7C&style=feature%3Apoi.place_of_worship%7Celement%3Alabels.icon%7Cvisibility%3Aoff%7C&style=feature%3Apoi.school%7Celement%3Alabels.icon%7Cvisibility%3Aoff%7C&style=feature%3Apoi.sports_complex%7Celement%3Alabels.icon%7Cvisibility%3Aoff%7C&style=feature%3Aroad%7Celement%3Ageometry%7Ccolor%3A0xf8f8f8%7C&style=feature%3Aroad%7Celement%3Alabels.text.fill%7Ccolor%3A0x666666%7C&style=feature%3Atransit%7Celement%3Alabels.text%7Cvisibility%3Aoff%7C&style=feature%3Awater%7Celement%3Ageometry%7Ccolor%3A0xb1bdd7%7C&style=feature%3Awater%7Celement%3Alabels.text.fill%7Ccolor%3A0xffffff%7C&style=feature%3Awater%7Celement%3Alabels.text.stroke%7Ccolor%3A0xa0aecc%7C&signature=xViy1PLc3mdpTXTSe4LN83clVj0=", "results": {"professionals": [{"agentLicense": "3160356", "businessName": "Real Estate Sales Force", "encodedZuid": "X1-ZUx6y02vup6io9_88dzc", "fullName": "Dinorah Guerra (RESF)", "location": "Coral Gables, FL", "phoneNumber": "(305) 677-8745", "profileLink": "/profile/RESalesForce/", "profilePhotoSrc": "https://photos.zillowstatic.com/h_g/IS7uetd0mgmgg71000000000.jpg", "reviewExcerpt": "Even let her visit on my behalf, trusting she knew exactly what I was looking for.", "reviewExcerptDate": "2021-11-24 02:20:00", "reviewLink": "/profile/RESalesForce/#reviews", "numTotalReviews": 826, "reviews": "826 reviews", "reviewStarsRating": 4.988188976377953, "isTopAgent": false}, {"agentLicense": "", "businessName": "Howard Chase Real Estate", "encodedZuid": "X1-ZUyt65h0buw3rd_1is64", "fullName": "Catalina Tirado", "location": "Miami Beach, FL", "phoneNumber": "(305) 342-4987", "profileLink": "/profile/Catalina-Tirado/", "profilePhotoSrc": "https://photos.zillowstatic.com/h_g/IS2zz584a2tjdk0000000000.jpg", "reviewExcerpt": "Without her help, the closing date would have been delayed by at least one week!", "reviewExcerptDate": "2016-02-02 12:01:00", "reviewLink": "/profile/Catalina-Tirado/#reviews", "numTotalReviews": 48, "reviews": "48 reviews", "reviewStarsRating": 4.995762711864407, "isTopAgent": false}, {"agentLicense": "3105252", "businessName": "One Sotheby's International Realty", "encodedZuid": "X1-ZU10c9xvgzz9lop_1651v", "fullName": "Sebastian Acosta", "location": "Miami, FL", "phoneNumber": "(270) 743-1546", "profileLink": "/profile/acostasebastian/", "profilePhotoSrc": "https://photos.zillowstatic.com/h_g/ISne118mag9vbi1000000000.jpg", "reviewExcerpt": "Not a day went by that she had not either checked up or tried to give me new and ...", "reviewExcerptDate": "2022-10-20 12:43:00", "reviewLink": "/profile/acostasebastian/#reviews", "numTotalReviews": 140, "reviews": "140 reviews", "reviewStarsRating": 4.9655667144906745, "isTopAgent": true}, {"agentLicense": "", "businessName": "Blackbook Properties", "encodedZuid": "X1-ZUz2gn0jqap4i1_a80zf", "fullName": "Sep Niakan", "location": "Miami, FL", "phoneNumber": "(270) 770-3561", "profileLink": "/profile/Top-Agent-in-Miami/", "profilePhotoSrc": "https://photos.zillowstatic.com/h_g/ISqh62cdxmusf81000000000.jpg", "reviewExcerpt": "She was knowledgeable of the market, listened to what my needs were and provided ...", "reviewExcerptDate": "2019-01-22 19:49:00", "reviewLink": "/profile/Top-Agent-in-Miami/#reviews", "numTotalReviews": 149, "reviews": "149 reviews", "reviewStarsRating": 4.96875, "isTopAgent": false}, {"agentLicense": "CQ1054251", "businessName": "ONEPATH REALTY, LLC.", "encodedZuid": "X1-ZUvmg26t8xi0p5_46au8", "fullName": "ONEPATH REALTY - Abel Gilbert", "location": "Miami, FL", "phoneNumber": "(786) 481-1177", "profileLink": "/profile/ONEPATH-Team/", "profilePhotoSrc": "https://photos.zillowstatic.com/h_g/IS72l77032xprk0000000000.jpg", "reviewExcerpt": "She made us feel comfortable and well supported.", "reviewExcerptDate": "2023-10-20 09:07:00", "reviewLink": "/profile/ONEPATH-Team/#reviews", "numTotalReviews": 437, "reviews": "437 reviews", "reviewStarsRating": 4.988436632747456, "isTopAgent": true}, {"agentLicense": "3097334", "businessName": "The Halda Group @ Gray & Associates Properties, Inc.", "encodedZuid": "X1-ZUygfs8hrmktmx_7oq0q", "fullName": "Bryan Halda", "location": "Miami Beach, FL", "phoneNumber": "(305) 788-8470", "profileLink": "/profile/TheHaldaGroup/", "profilePhotoSrc": "https://photos.zillowstatic.com/h_g/ISr5l5v5ts4buj1000000000.jpg", "reviewExcerpt": "I didn\u2019t even know where to start and in less than an hour of talking to Bryan I ...", "reviewExcerptDate": "2022-01-05 05:44:00", "reviewLink": "/profile/TheHaldaGroup/#reviews", "numTotalReviews": 78, "reviews": "78 reviews", "reviewStarsRating": 4.961439588688946, "isTopAgent": false}, {"agentLicense": "3302089", "businessName": "OnePath Realty", "encodedZuid": "X1-ZUzvr3vgbbr47d_4234t", "fullName": "Luis Andrew Ruiz", "location": "Cutler Bay, FL", "phoneNumber": "(786) 481-4219", "profileLink": "/profile/LuisAndrewGroup/", "profilePhotoSrc": "https://photos.zillowstatic.com/h_g/ISbtw118a3eadu0000000000.jpg", "reviewExcerpt": "Kind and always on time.", "reviewExcerptDate": "2022-04-12 15:10:00", "reviewLink": "/profile/LuisAndrewGroup/#reviews", "numTotalReviews": 292, "reviews": "292 reviews", "reviewStarsRating": 4.995189003436426, "isTopAgent": true}, {"agentLicense": "", "businessName": "Metro 1 Properties, Inc", "encodedZuid": "X1-ZUz8zvp3a8xwy1_8clor", "fullName": "Karen S. Alvarez, P.A.", "location": "Miami, FL", "phoneNumber": "(305) 505-1286", "profileLink": "/profile/KarenSAlvarez/", "profilePhotoSrc": "https://photos.zillowstatic.com/p_m/IS20skmut12rt7n.jpg", "reviewExcerpt": "Karen has great experience in miami shores , she found a great property on the water ...", "reviewExcerptDate": "2015-08-19 09:35:00", "reviewLink": "/profile/KarenSAlvarez/#reviews", "numTotalReviews": 84, "reviews": "84 reviews", "reviewStarsRating": 4.895, "isTopAgent": false}, {"agentLicense": "3077632", "businessName": "The B\u00e4sel House", "encodedZuid": "X1-ZUz9sjquxjhmvd_8i7yn", "fullName": "Grant Vreeland", "location": "Tampa, FL", "phoneNumber": "(305) 767-8722", "profileLink": "/profile/The-Basel-House/", "profilePhotoSrc": "https://photos.zillowstatic.com/h_g/ISjbsok1qgnq910000000000.jpg", "reviewExcerpt": "She makes sure I understand each step before moving to the next.", "reviewExcerptDate": "2022-03-23 15:59:00", "reviewLink": "/profile/The-Basel-House/#reviews", "numTotalReviews": 651, "reviews": "651 reviews", "reviewStarsRating": 4.960961898813242, "isTopAgent": false}, {"agentLicense": "3054838", "businessName": "Eleven Realty, Inc.", "encodedZuid": "X1-ZU10kede4vpc7bd_4lr3f", "fullName": "Jonathan Rodriguez", "location": "Miami, FL", "phoneNumber": "(305) 901-6320", "profileLink": "/profile/jrodriguez3663/", "profilePhotoSrc": "https://photos.zillowstatic.com/h_g/ISqlhhiekoeqcd0000000000.jpg", "reviewExcerpt": "She was patient, willing to go the extra mile , and very very easy to understand ...", "reviewExcerptDate": "2018-05-25 20:19:00", "reviewLink": "/profile/jrodriguez3663/#reviews", "numTotalReviews": 52, "reviews": "52 reviews", "reviewStarsRating": 4.907692307692308, "isTopAgent": false}], "total": 26507}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"breadcrumbs": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": ["null", "string"]}}, "required": ["text", "url"]}}, "search": {"type": "object", "properties": {"userInput": {"type": "object", "properties": {"profileType": {"type": "string"}, "locationText": {"type": "string"}, "page": {"type": "integer"}}, "required": ["locationText", "page", "profileType"]}, "region": {"type": "object", "properties": {"regionId": {"type": "integer"}, "name": {"type": "string"}, "regionType": {"type": "string"}, "parentage": {"type": "array", "items": {"type": "object", "properties": {"regionId": {"type": "integer"}, "locationId": {"type": "null"}, "name": {"type": "string"}, "regionType": {"type": "string"}}, "required": ["locationId", "name", "regionId", "regionType"]}}}, "required": ["name", "parentage", "regionId", "regionType"]}}, "required": ["region", "userInput"]}, "featuredAgents": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "profileLink": {"type": "string"}, "profilePhotoSrc": {"type": "string"}, "phoneNumber": {"type": "string"}, "reviewRating": {"type": "number"}, "numReviews": {"type": "integer"}, "reviewLink": {"type": "string"}, "isTopAgent": {"type": "boolean"}}, "required": ["fullName", "isTopAgent", "numReviews", "phoneNumber", "profileLink", "profilePhotoSrc", "reviewLink", "reviewRating"]}}, "mapUrl": {"type": "string"}, "results": {"type": "object", "properties": {"professionals": {"type": "array", "items": {"type": "object", "properties": {"agentLicense": {"type": "string"}, "businessName": {"type": "string"}, "encodedZuid": {"type": "string"}, "fullName": {"type": "string"}, "location": {"type": "string"}, "phoneNumber": {"type": "string"}, "profileLink": {"type": "string"}, "profilePhotoSrc": {"type": "string"}, "reviewExcerpt": {"type": "string"}, "reviewExcerptDate": {"type": "string"}, "reviewLink": {"type": "string"}, "numTotalReviews": {"type": "integer"}, "reviews": {"type": "string"}, "reviewStarsRating": {"type": "number"}, "isTopAgent": {"type": "boolean"}}, "required": ["agentLicense", "businessName", "encodedZuid", "fullName", "isTopAgent", "location", "numTotalReviews", "phoneNumber", "profileLink", "profilePhotoSrc", "reviewExcerpt", "reviewExcerptDate", "reviewLink", "reviewStarsRating", "reviews"]}}, "total": {"type": "integer"}}, "required": ["professionals", "total"]}}, "required": ["breadcrumbs", "featuredAgents", "mapUrl", "results", "search"]}}, "required": ["message", "results", "success"]}
585a3ffb-70bd-447f-bbca-afedfd1da018/339526c1-3b95-4408-8c33-72aa43dc17ad/0/0
Zillow Stable
Unlock the power of real estate data with the Zillow Stable API. Whether you're a seasoned real estate professional or just starting your property journey, our API provides the critical insights you need to make informed decisions. Access up-to-date property information, historical trends, and market analysis with ease. Say goodbye to uncertainty and hello to stability in your real estate endeavors. Elevate your business, streamline your processes, and find your real estate sweet spot with th...
8.2
Down Payment Assistance
Down Payment Assistance
200
New Example
{"success": true, "message": "success", "results": {"data": {"property": {"downPaymentAssistance": {"resultCount": 15, "maxAssistance": 100000}}}, "extensions": {}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"data": {"type": "object", "properties": {"property": {"type": "object", "properties": {"downPaymentAssistance": {"type": "object", "properties": {"resultCount": {"type": "integer"}, "maxAssistance": {"type": "integer"}}, "required": ["maxAssistance", "resultCount"]}}, "required": ["downPaymentAssistance"]}}, "required": ["property"]}, "extensions": {"type": "object"}}, "required": ["data", "extensions"]}}, "required": ["message", "results", "success"]}
585a3ffb-70bd-447f-bbca-afedfd1da018/19c4686a-f549-493c-b6b7-5a01f76589e3/0/0
Zillow Stable
Unlock the power of real estate data with the Zillow Stable API. Whether you're a seasoned real estate professional or just starting your property journey, our API provides the critical insights you need to make informed decisions. Access up-to-date property information, historical trends, and market analysis with ease. Say goodbye to uncertainty and hello to stability in your real estate endeavors. Elevate your business, streamline your processes, and find your real estate sweet spot with th...
8.2
Home Value Chart Data
Home Value Chart Data
200
New Example
{"success": true, "message": "success", "results": {"data": {"property": {"homeValueChartData": [{"points": [{"x": 1383202800000, "y": 210403}, {"x": 1385798400000, "y": 212966}, {"x": 1388476800000, "y": 222230}, {"x": 1391155200000, "y": 225879}, {"x": 1393574400000, "y": 222162}, {"x": 1396249200000, "y": 212880}, {"x": 1398841200000, "y": 218225}, {"x": 1401519600000, "y": 209277}, {"x": 1404111600000, "y": 207207}, {"x": 1406790000000, "y": 200764}, {"x": 1409468400000, "y": 211081}, {"x": 1412060400000, "y": 221394}, {"x": 1414738800000, "y": 229041}, {"x": 1417334400000, "y": 227946}, {"x": 1420012800000, "y": 236750}, {"x": 1422691200000, "y": 249579}, {"x": 1425110400000, "y": 251441}, {"x": 1427785200000, "y": 241948}, {"x": 1430377200000, "y": 236920}, {"x": 1433055600000, "y": 231282}, {"x": 1435647600000, "y": 236554}, {"x": 1438326000000, "y": 251380}, {"x": 1441004400000, "y": 253984}, {"x": 1443596400000, "y": 259570}, {"x": 1446274800000, "y": 266302}, {"x": 1448870400000, "y": 260154}, {"x": 1451548800000, "y": 264485}, {"x": 1454227200000, "y": 265662}, {"x": 1456732800000, "y": 270525}, {"x": 1459407600000, "y": 270150}, {"x": 1461999600000, "y": 281096}, {"x": 1464678000000, "y": 280740}, {"x": 1467270000000, "y": 288194}, {"x": 1469948400000, "y": 291478}, {"x": 1472626800000, "y": 282841}, {"x": 1475218800000, "y": 288546}, {"x": 1477897200000, "y": 292413}, {"x": 1480492800000, "y": 318064}, {"x": 1483171200000, "y": 315154}, {"x": 1485849600000, "y": 315576}, {"x": 1488268800000, "y": 314852}, {"x": 1490943600000, "y": 313495}, {"x": 1493535600000, "y": 318629}, {"x": 1496214000000, "y": 316702}, {"x": 1498806000000, "y": 319524}, {"x": 1501484400000, "y": 323051}, {"x": 1504162800000, "y": 331107}, {"x": 1506754800000, "y": 325473}, {"x": 1509433200000, "y": 330383}, {"x": 1512028800000, "y": 339901}, {"x": 1514707200000, "y": 340314}, {"x": 1517385600000, "y": 339595}, {"x": 1519804800000, "y": 339764}, {"x": 1522479600000, "y": 340942}, {"x": 1525071600000, "y": 349086}, {"x": 1527750000000, "y": 352892}, {"x": 1530342000000, "y": 361016}, {"x": 1533020400000, "y": 363073}, {"x": 1535698800000, "y": 363233}, {"x": 1538290800000, "y": 366116}, {"x": 1540969200000, "y": 362172}, {"x": 1543564800000, "y": 367542}, {"x": 1546243200000, "y": 364687}, {"x": 1548921600000, "y": 364951}, {"x": 1551340800000, "y": 365499}, {"x": 1554015600000, "y": 368553}, {"x": 1556607600000, "y": 369573}, {"x": 1559286000000, "y": 368703}, {"x": 1561878000000, "y": 374610}, {"x": 1564556400000, "y": 381214}, {"x": 1567234800000, "y": 379047}, {"x": 1569826800000, "y": 368573}, {"x": 1572505200000, "y": 370173}, {"x": 1575100800000, "y": 371815}, {"x": 1577779200000, "y": 371521}, {"x": 1580457600000, "y": 373497}, {"x": 1582963200000, "y": 377685}, {"x": 1585638000000, "y": 380293}, {"x": 1588230000000, "y": 385832}, {"x": 1590908400000, "y": 387335}, {"x": 1593500400000, "y": 383029}, {"x": 1596178800000, "y": 387146}, {"x": 1598857200000, "y": 392945}, {"x": 1601449200000, "y": 394526}, {"x": 1604127600000, "y": 397858}, {"x": 1606723200000, "y": 412009}, {"x": 1609401600000, "y": 414681}, {"x": 1612080000000, "y": 415276}, {"x": 1614499200000, "y": 417013}, {"x": 1617174000000, "y": 424443}, {"x": 1619766000000, "y": 444108}, {"x": 1622444400000, "y": 458897}, {"x": 1625036400000, "y": 480800}, {"x": 1627714800000, "y": 496300}, {"x": 1630393200000, "y": 502300}, {"x": 1632985200000, "y": 506700}, {"x": 1635663600000, "y": 511500}, {"x": 1638259200000, "y": 520400}, {"x": 1640937600000, "y": 526200}, {"x": 1643616000000, "y": 530100}, {"x": 1646035200000, "y": 539900}, {"x": 1648710000000, "y": 554000}, {"x": 1651302000000, "y": 570700}, {"x": 1653980400000, "y": 580000}, {"x": 1656572400000, "y": 589600}, {"x": 1659250800000, "y": 592000}, {"x": 1661929200000, "y": 585300}, {"x": 1664521200000, "y": 581100}, {"x": 1667199600000, "y": 580800}, {"x": 1669795200000, "y": 580200}, {"x": 1672473600000, "y": 581200}, {"x": 1675152000000, "y": 576500}, {"x": 1677571200000, "y": 589800}, {"x": 1680246000000, "y": 614900}, {"x": 1682838000000, "y": 624500}, {"x": 1685516400000, "y": 636000}, {"x": 1688108400000, "y": 656900}, {"x": 1690786800000, "y": 662600}, {"x": 1693465200000, "y": 659300}, {"x": 1696057200000, "y": 672700}, {"x": 1698044400000, "y": 674000}], "name": "This home"}, {"points": [{"x": 1392192000000, "y": 225000}], "name": "Sale"}]}}, "extensions": {}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"data": {"type": "object", "properties": {"property": {"type": "object", "properties": {"homeValueChartData": {"type": "array", "items": {"type": "object", "properties": {"points": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "name": {"type": "string"}}, "required": ["name", "points"]}}}, "required": ["homeValueChartData"]}}, "required": ["property"]}, "extensions": {"type": "object"}}, "required": ["data", "extensions"]}}, "required": ["message", "results", "success"]}
585a3ffb-70bd-447f-bbca-afedfd1da018/e9bfc5e2-b486-4360-8f1e-0578a69cca79/0/0
Zillow Stable
Unlock the power of real estate data with the Zillow Stable API. Whether you're a seasoned real estate professional or just starting your property journey, our API provides the critical insights you need to make informed decisions. Access up-to-date property information, historical trends, and market analysis with ease. Say goodbye to uncertainty and hello to stability in your real estate endeavors. Elevate your business, streamline your processes, and find your real estate sweet spot with th...
8.2
Walk Transit And Bike Score
Walk Transit And Bike Score
200
New Example
{"success": true, "message": "success", "results": {"data": {"property": {"id": "UHJvcGVydHk6NDQyMTI5MjQ=", "walkScore": {"walkscore": 36, "description": "Car-Dependent", "ws_link": "https://www.walkscore.com/score/loc/lat=25.714167/lng=-80.370766/?utm_source=zillow2.com&utm_medium=ws_api&utm_campaign=ws_api"}, "transitScore": {"transit_score": 25, "description": "Some Transit", "ws_link": "https://www.walkscore.com/score/loc/lat=25.7142/lng=-80.3708/?utm_source=zillow2.com&utm_medium=ts_api&utm_campaign=ts_api"}, "bikeScore": {"bikescore": 62, "description": "Bikeable"}}}, "extensions": {}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"data": {"type": "object", "properties": {"property": {"type": "object", "properties": {"id": {"type": "string"}, "walkScore": {"type": "object", "properties": {"walkscore": {"type": "integer"}, "description": {"type": "string"}, "ws_link": {"type": "string"}}, "required": ["description", "walkscore", "ws_link"]}, "transitScore": {"type": "object", "properties": {"transit_score": {"type": "integer"}, "description": {"type": "string"}, "ws_link": {"type": "string"}}, "required": ["description", "transit_score", "ws_link"]}, "bikeScore": {"type": "object", "properties": {"bikescore": {"type": "integer"}, "description": {"type": "string"}}, "required": ["bikescore", "description"]}}, "required": ["bikeScore", "id", "transitScore", "walkScore"]}}, "required": ["property"]}, "extensions": {"type": "object"}}, "required": ["data", "extensions"]}}, "required": ["message", "results", "success"]}
585a3ffb-70bd-447f-bbca-afedfd1da018/c167ab8b-a2b0-4dbb-91f0-b2bb33b11ec5/0/0
Zillow Stable
Unlock the power of real estate data with the Zillow Stable API. Whether you're a seasoned real estate professional or just starting your property journey, our API provides the critical insights you need to make informed decisions. Access up-to-date property information, historical trends, and market analysis with ease. Say goodbye to uncertainty and hello to stability in your real estate endeavors. Elevate your business, streamline your processes, and find your real estate sweet spot with th...
8.2
Listing Contact Details
Listing Contact Details
200
New Example
{"success": true, "message": "success", "results": {"data": {"viewer": null, "property": {"zpid": 44212924, "brokerId": null, "isHousingConnectorExclusive": false, "rentalListingOwnerReputation": {"responseRate": null, "responseTimeMs": null, "contactCount": null, "applicationCount": null, "isLandlordIdVerified": null}, "isFeatured": false, "isListedByOwner": false, "rentalListingOwnerContact": {"displayName": null, "businessName": null, "phoneNumber": null, "agentBadgeType": null, "photoUrl": "", "reviewsReceivedCount": null, "reviewsUrl": null, "ratingAverage": null, "isBrokerLocalCompliance": null}, "postingProductType": "Standard", "postingContact": {"brokerName": "Keller Williams Capital Realty", "brokerageName": "Keller Williams Capital Realty", "name": "Adriana Cifuentes"}, "postingUrl": null, "rentalMarketingTreatments": null, "building": null}}, "extensions": {}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"data": {"type": "object", "properties": {"viewer": {"type": "null"}, "property": {"type": "object", "properties": {"zpid": {"type": "integer"}, "brokerId": {"type": "null"}, "isHousingConnectorExclusive": {"type": "boolean"}, "rentalListingOwnerReputation": {"type": "object", "properties": {"responseRate": {"type": "null"}, "responseTimeMs": {"type": "null"}, "contactCount": {"type": "null"}, "applicationCount": {"type": "null"}, "isLandlordIdVerified": {"type": "null"}}, "required": ["applicationCount", "contactCount", "isLandlordIdVerified", "responseRate", "responseTimeMs"]}, "isFeatured": {"type": "boolean"}, "isListedByOwner": {"type": "boolean"}, "rentalListingOwnerContact": {"type": "object", "properties": {"displayName": {"type": "null"}, "businessName": {"type": "null"}, "phoneNumber": {"type": "null"}, "agentBadgeType": {"type": "null"}, "photoUrl": {"type": "string"}, "reviewsReceivedCount": {"type": "null"}, "reviewsUrl": {"type": "null"}, "ratingAverage": {"type": "null"}, "isBrokerLocalCompliance": {"type": "null"}}, "required": ["agentBadgeType", "businessName", "displayName", "isBrokerLocalCompliance", "phoneNumber", "photoUrl", "ratingAverage", "reviewsReceivedCount", "reviewsUrl"]}, "postingProductType": {"type": "string"}, "postingContact": {"type": "object", "properties": {"brokerName": {"type": "string"}, "brokerageName": {"type": "string"}, "name": {"type": "string"}}, "required": ["brokerName", "brokerageName", "name"]}, "postingUrl": {"type": "null"}, "rentalMarketingTreatments": {"type": "null"}, "building": {"type": "null"}}, "required": ["brokerId", "building", "isFeatured", "isHousingConnectorExclusive", "isListedByOwner", "postingContact", "postingProductType", "postingUrl", "rentalListingOwnerContact", "rentalListingOwnerReputation", "rentalMarketingTreatments", "zpid"]}}, "required": ["property", "viewer"]}, "extensions": {"type": "object"}}, "required": ["data", "extensions"]}}, "required": ["message", "results", "success"]}
585a3ffb-70bd-447f-bbca-afedfd1da018/4bb15ee6-b872-4df7-87b0-8ae3aeb1c943/0/0
Zillow Stable
Unlock the power of real estate data with the Zillow Stable API. Whether you're a seasoned real estate professional or just starting your property journey, our API provides the critical insights you need to make informed decisions. Access up-to-date property information, historical trends, and market analysis with ease. Say goodbye to uncertainty and hello to stability in your real estate endeavors. Elevate your business, streamline your processes, and find your real estate sweet spot with th...
8.2
Get Building Local Legal Protection
Get Building Local Legal Protection
200
New Example
{"success": true, "message": "success", "results": {"data": {"property": {"city": "Miami", "country": "USA", "county": "Miami-Dade County", "state": "FL", "localProtections": {"protectionLevels": {"lgbt": {"level": "county", "statePageUrl": "http://www.lgbtmap.org/equality_maps/profile_state/fl"}, "soi": {"level": "county"}, "voucher": {"level": "county"}}, "protections": [{"covers": {"genderIdentity": true, "sexualOrientation": true, "housingChoiceVoucher": null, "sourceOfIncome": null}, "description": "Including protection from being fired, denied employment, or otherwise discriminated against by an employer.", "type": "Employment"}, {"covers": {"genderIdentity": true, "sexualOrientation": true, "housingChoiceVoucher": true, "sourceOfIncome": true}, "description": "Including protection from being unfairly evicted, denied housing, or refused the ability to rent or buy housing.", "type": "Housing"}, {"covers": {"genderIdentity": true, "sexualOrientation": true, "housingChoiceVoucher": null, "sourceOfIncome": null}, "description": "Including protection from being unfairly refused services or entry to places accessible to the public (stores, restaurants, parks, etc.).", "type": "Public accommodations"}]}}}, "extensions": {}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"data": {"type": "object", "properties": {"property": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "localProtections": {"type": "object", "properties": {"protectionLevels": {"type": "object", "properties": {"lgbt": {"type": "object", "properties": {"level": {"type": "string"}, "statePageUrl": {"type": "string"}}, "required": ["level", "statePageUrl"]}, "soi": {"type": "object", "properties": {"level": {"type": "string"}}, "required": ["level"]}, "voucher": {"type": "object", "properties": {"level": {"type": "string"}}, "required": ["level"]}}, "required": ["lgbt", "soi", "voucher"]}, "protections": {"type": "array", "items": {"type": "object", "properties": {"covers": {"type": "object", "properties": {"genderIdentity": {"type": "boolean"}, "sexualOrientation": {"type": "boolean"}, "housingChoiceVoucher": {"type": ["boolean", "null"]}, "sourceOfIncome": {"type": ["boolean", "null"]}}, "required": ["genderIdentity", "housingChoiceVoucher", "sexualOrientation", "sourceOfIncome"]}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["covers", "description", "type"]}}}, "required": ["protectionLevels", "protections"]}}, "required": ["city", "country", "county", "localProtections", "state"]}}, "required": ["property"]}, "extensions": {"type": "object"}}, "required": ["data", "extensions"]}}, "required": ["message", "results", "success"]}
585a3ffb-70bd-447f-bbca-afedfd1da018/41f1900d-12ec-4222-ad82-f7cfe3f20af5/0/0
Zillow Stable
Unlock the power of real estate data with the Zillow Stable API. Whether you're a seasoned real estate professional or just starting your property journey, our API provides the critical insights you need to make informed decisions. Access up-to-date property information, historical trends, and market analysis with ease. Say goodbye to uncertainty and hello to stability in your real estate endeavors. Elevate your business, streamline your processes, and find your real estate sweet spot with th...
8.2
Autocomplete
Autocomplete
200
Response
{"success": true, "message": "success", "results": [{"display": "Miami, FL", "resultType": "Region", "metaData": {"regionId": 12700, "regionType": "city", "city": "Miami", "county": "Miami-Dade County", "state": "FL", "country": "United States", "lat": 25.698453140612568, "lng": -80.33196502169531}}, {"display": "Miami Beach, FL", "resultType": "Region", "metaData": {"regionId": 5924, "regionType": "city", "city": "Miami Beach", "county": "Miami-Dade County", "state": "FL", "country": "United States", "lat": 25.815348121446757, "lng": -80.13666974384556}}, {"display": "Miami Gardens, FL", "resultType": "Region", "metaData": {"regionId": 39767, "regionType": "city", "city": "Miami Gardens", "county": "Miami-Dade County", "state": "FL", "country": "United States", "lat": 25.943279332616715, "lng": -80.24250192879047}}, {"display": "Miami Lakes, FL", "resultType": "Region", "metaData": {"regionId": 5926, "regionType": "city", "city": "Miami Lakes", "county": "Miami-Dade County", "state": "FL", "country": "United States", "lat": 25.912474422027472, "lng": -80.32192908754217}}, {"display": "Miamisburg, OH", "resultType": "Region", "metaData": {"regionId": 39769, "regionType": "city", "city": "Miamisburg", "county": "Montgomery County", "state": "OH", "country": "United States", "lat": 39.6248739499333, "lng": -84.27324908403314}}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"display": {"type": "string"}, "resultType": {"type": "string"}, "metaData": {"type": "object", "properties": {"regionId": {"type": "integer"}, "regionType": {"type": "string"}, "city": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["city", "country", "county", "lat", "lng", "regionId", "regionType", "state"]}}, "required": ["display", "metaData", "resultType"]}}}, "required": ["message", "results", "success"]}
af02f5d4-2ff8-45e9-a335-62748c4722bc/262b97da-9713-4efc-89ab-9df9aa761e6f/0/0
GuardRail
AI-powered insights: Your solution for sophisticated data analysis & guidance, delivering context-rich interpretations and high-precision content moderation, customer support, and market research.
6.6
conditional_analysis
Perform conditional analysis with multiple conditions, including retry logic. This endpoint analyzes the given request data and checks whether it meets all specified conditions. :param combined_request: CombinedRequest object containing analysis request and conditions :return: AnalysisResult indicating whether conditions were met, including details from each condition
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
af02f5d4-2ff8-45e9-a335-62748c4722bc/262b97da-9713-4efc-89ab-9df9aa761e6f/1/0
GuardRail
AI-powered insights: Your solution for sophisticated data analysis & guidance, delivering context-rich interpretations and high-precision content moderation, customer support, and market research.
6.6
conditional_analysis
Perform conditional analysis with multiple conditions, including retry logic. This endpoint analyzes the given request data and checks whether it meets all specified conditions. :param combined_request: CombinedRequest object containing analysis request and conditions :return: AnalysisResult indicating whether conditions were met, including details from each condition
200
Response
{"analysis": "All conditions met", "details": {"condition_responses": [{"condition": {"analysis_type": "sentiment_analysis", "key": "confidence_score", "threshold": 0.5, "condition_type": "greater"}, "result": "Condition met", "total_tokens_used": 152, "retries": 0, "final_openai_response": {"id": "chatcmpl-8SBk3PcjHPco7kzOE2a8KiPKQArIX", "object": "chat.completion", "created": 1701729011, "model": "gpt-4-1106-preview", "choices": [{"index": 0, "message": {"role": "assistant", "content": "{\n \"sentiment\": \"positive\",\n \"confidence_score\": 0.95,\n \"text_snippets\": [\"The weather is sunny and pleasant.\"]\n}"}, "finish_reason": "stop"}], "usage": {"prompt_tokens": 118, "completion_tokens": 34, "total_tokens": 152}, "system_fingerprint": "fp_a24b4d720c"}}, {"condition": {"analysis_type": "topic_extraction", "key": "relevance_scores", "threshold": 0.1, "condition_type": "greater"}, "result": "Condition met", "total_tokens_used": 157, "retries": 0, "final_openai_response": {"id": "chatcmpl-8SBk5C8kg4X5YO8drh774bwIhPP8W", "object": "chat.completion", "created": 1701729013, "model": "gpt-4-1106-preview", "choices": [{"index": 0, "message": {"role": "assistant", "content": "{\n \"topics\": [\"Mood\", \"Weather\"],\n \"relevance_scores\": [0.9, 0.8],\n \"key_phrases\": [\"feeling great\", \"sunny and pleasant\"]\n}"}, "finish_reason": "stop"}], "usage": {"prompt_tokens": 111, "completion_tokens": 46, "total_tokens": 157}, "system_fingerprint": "fp_a24b4d720c"}}]}, "error": null, "raw_openai_response": null}
{"title": "AnalysisResult", "required": ["analysis", "details"], "type": "object", "properties": {"analysis": {"title": "Analysis", "type": "string"}, "details": {"title": "Details", "type": "object"}, "error": {"title": "Error", "type": "string"}, "raw_openai_response": {"title": "Raw Openai Response", "type": "object"}}}
af02f5d4-2ff8-45e9-a335-62748c4722bc/879b4fc1-994d-471d-b3bd-fc042fe1d9de/0/0
GuardRail
AI-powered insights: Your solution for sophisticated data analysis & guidance, delivering context-rich interpretations and high-precision content moderation, customer support, and market research.
6.6
openai_completions
OpenAi Endpoint Test
200
OpenAI Request
{"id": "chatcmpl-8SBOvT3IKMhAaACL1cJk4E6d18QmF", "object": "chat.completion", "created": 1701727701, "model": "gpt-4-1106-preview", "choices": [{"index": 0, "message": {"role": "assistant", "content": "It looks like you're testing the system. How can I assist you today? If you have any questions or need information on a specific topic, feel free to ask!"}, "finish_reason": "stop"}], "usage": {"prompt_tokens": 8, "completion_tokens": 34, "total_tokens": 42}, "system_fingerprint": "fp_a24b4d720c"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "created": {"type": "integer"}, "model": {"type": "string"}, "choices": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "message": {"type": "object", "properties": {"role": {"type": "string"}, "content": {"type": "string"}}, "required": ["content", "role"]}, "finish_reason": {"type": "string"}}, "required": ["finish_reason", "index", "message"]}}, "usage": {"type": "object", "properties": {"prompt_tokens": {"type": "integer"}, "completion_tokens": {"type": "integer"}, "total_tokens": {"type": "integer"}}, "required": ["completion_tokens", "prompt_tokens", "total_tokens"]}, "system_fingerprint": {"type": "string"}}, "required": ["choices", "created", "id", "model", "object", "system_fingerprint", "usage"]}
af02f5d4-2ff8-45e9-a335-62748c4722bc/879b4fc1-994d-471d-b3bd-fc042fe1d9de/1/0
GuardRail
AI-powered insights: Your solution for sophisticated data analysis & guidance, delivering context-rich interpretations and high-precision content moderation, customer support, and market research.
6.6
openai_completions
OpenAi Endpoint Test
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
af02f5d4-2ff8-45e9-a335-62748c4722bc/c7d1ba75-e653-4d73-bc5e-1728b6c031da/0/0
GuardRail
AI-powered insights: Your solution for sophisticated data analysis & guidance, delivering context-rich interpretations and high-precision content moderation, customer support, and market research.
6.6
get_analysis
Get list of various analysis and json parameters.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
af02f5d4-2ff8-45e9-a335-62748c4722bc/c7d1ba75-e653-4d73-bc5e-1728b6c031da/1/0
GuardRail
AI-powered insights: Your solution for sophisticated data analysis & guidance, delivering context-rich interpretations and high-precision content moderation, customer support, and market research.
6.6
get_analysis
Get list of various analysis and json parameters.
200
Response
{"analysis_types": {"sentiment_analysis": {"type": "sentiment_analysis", "json_schema": {"sentiment": "string (positive, negative, neutral)", "confidence_score": "number (0-1)", "text_snippets": "array of strings (specific text portions contributing to sentiment)"}, "example_request": {"analysis_type": "sentiment_analysis", "messages": [{"role": "user", "content": "Sample content for sentiment analysis"}]}}, "text_summarization": {"type": "text_summarization", "json_schema": {"summary": "string", "key_points": "array of strings (main points summarized)", "length": "number (number of words in summary)"}, "example_request": {"analysis_type": "text_summarization", "messages": [{"role": "user", "content": "Sample content for text summarization"}]}}, "topic_extraction": {"type": "topic_extraction", "json_schema": {"topics": "array of strings", "relevance_scores": "array of numbers (0-1) (relevance of each topic)", "key_phrases": "array of strings (phrases most associated with each topic)"}, "example_request": {"analysis_type": "topic_extraction", "messages": [{"role": "user", "content": "Sample content for topic extraction"}]}}, "emotion_detection": {"type": "emotion_detection", "json_schema": {"emotion": "string (primary emotion detected)", "confidence_score": "number (0-1)", "secondary_emotions": "array of objects (secondary emotions and their scores)"}, "example_request": {"analysis_type": "emotion_detection", "messages": [{"role": "user", "content": "Sample content for emotion detection"}]}}, "language_translation": {"type": "language_translation", "json_schema": {"translated_text": "string", "source_language": "string (detected or specified source language)", "target_language": "string (language into which text is translated)"}, "example_request": {"analysis_type": "language_translation", "messages": [{"role": "user", "content": "Sample content for language translation"}]}}, "grammatical_error_check": {"type": "grammatical_error_check", "json_schema": {"corrected_text": "string", "errors": "array of objects (error details including type, position, and suggestions)", "total_errors": "number (total count of errors found)"}, "example_request": {"analysis_type": "grammatical_error_check", "messages": [{"role": "user", "content": "Sample content for grammatical error check"}]}}, "keyword_extraction": {"type": "keyword_extraction", "json_schema": {"keywords": "array of strings (key phrases or words extracted from the text)", "relevance_scores": "array of numbers (0-1) (indicating the relevance of each keyword)", "context_snippets": "array of strings (text snippets where each keyword prominently features)", "keyword_frequency": "array of numbers (count of occurrences of each keyword in the text)"}, "example_request": {"analysis_type": "keyword_extraction", "messages": [{"role": "user", "content": "Sample content for keyword extraction"}]}}, "content_classification": {"type": "content_classification", "json_schema": {"category": "string", "subcategories": "array of strings", "confidence_score": "number (0-1)", "contextual_details": "array of strings (explanations for classification)"}, "example_request": {"analysis_type": "content_classification", "messages": [{"role": "user", "content": "Sample content for content classification"}]}}, "trend_analysis": {"type": "trend_analysis", "json_schema": {"trends": "array of objects (each object detailing trend name, relevance score, and description)", "emerging_trends": "array of strings (newly identified trends)", "trend_lifetime": "array of objects (duration and evolution of each trend)"}, "example_request": {"analysis_type": "trend_analysis", "messages": [{"role": "user", "content": "Sample content for trend analysis"}]}}, "customer_feedback_analysis": {"type": "customer_feedback_analysis", "json_schema": {"feedback_summary": "string", "sentiment": "string (positive, negative, neutral)", "key_feedback_points": "array of strings", "customer_satisfaction_index": "number (0-1)"}, "example_request": {"analysis_type": "customer_feedback_analysis", "messages": [{"role": "user", "content": "Sample content for customer feedback analysis"}]}}, "brand_sentiment_analysis": {"type": "brand_sentiment_analysis", "json_schema": {"brand_sentiment": "string (positive, negative, neutral)", "confidence_score": "number (0-1)", "key_sentiment_drivers": "array of strings", "brand_health_index": "number (overall health score of the brand)"}, "example_request": {"analysis_type": "brand_sentiment_analysis", "messages": [{"role": "user", "content": "Sample content for brand sentiment analysis"}]}}, "product_review_analysis": {"type": "product_review_analysis", "json_schema": {"review_summary": "string", "sentiment": "string (positive, negative, neutral)", "product_rating": "number (average rating from reviews)", "key_review_topics": "array of strings (main topics mentioned in reviews)"}, "example_request": {"analysis_type": "product_review_analysis", "messages": [{"role": "user", "content": "Sample content for product review analysis"}]}}, "market_research_analysis": {"type": "market_research_analysis", "json_schema": {"market_trends": "array of objects (trend details including trend name, impact score, and description)", "consumer_preferences": "array of objects (preference details including preference type and popularity score)", "market_segmentation": "array of objects (segmentation details including segment name and characteristics)"}, "example_request": {"analysis_type": "market_research_analysis", "messages": [{"role": "user", "content": "Sample content for market research analysis"}]}}, "political_bias_detection": {"type": "political_bias_detection", "json_schema": {"bias": "string (left, right, neutral)", "confidence_score": "number (0-1)", "bias_indicators": "array of strings (elements indicating bias)", "political_alignment_score": "number (quantifying degree of political bias)"}, "example_request": {"analysis_type": "political_bias_detection", "messages": [{"role": "user", "content": "Sample content for political bias detection"}]}}, "fake_news_detection": {"type": "fake_news_detection", "json_schema": {"credibility": "string (credible, not credible)", "confidence_score": "number (0-1)", "fact_check_results": "array of objects (details of fact-checking each claim)", "reliability_index": "number (overall reliability score)"}, "example_request": {"analysis_type": "fake_news_detection", "messages": [{"role": "user", "content": "Sample content for fake news detection"}]}}, "cultural_trend_analysis": {"type": "cultural_trend_analysis", "json_schema": {"trends": "array of objects (trend details including trend name, cultural impact score, and description)", "cultural_shifts": "array of objects (shift details including shift name, affected areas, and significance)", "cultural_health_index": "number (overall health score of cultural aspects)"}, "example_request": {"analysis_type": "cultural_trend_analysis", "messages": [{"role": "user", "content": "Sample content for cultural trend analysis"}]}}, "historical_data_analysis": {"type": "historical_data_analysis", "json_schema": {"key_events": "array of objects (event details including event name, date, and significance)", "patterns": "array of objects (pattern details including pattern name, frequency, and implications)", "historical_impact_score": "number (quantifying impact of historical events)"}, "example_request": {"analysis_type": "historical_data_analysis", "messages": [{"role": "user", "content": "Sample content for historical data analysis"}]}}, "literary_analysis": {"type": "literary_analysis", "json_schema": {"themes": "array of strings", "character_development": "string", "narrative_style": "string"}, "example_request": {"analysis_type": "literary_analysis", "messages": [{"role": "user", "content": "Sample content for literary analysis"}]}}, "scientific_research_analysis": {"type": "scientific_research_analysis", "json_schema": {"research_findings": "string", "methodology": "string", "conclusions": "string"}, "example_request": {"analysis_type": "scientific_research_analysis", "messages": [{"role": "user", "content": "Sample content for scientific research analysis"}]}}, "social_media_monitoring": {"type": "social_media_monitoring", "json_schema": {"trending_topics": "array of strings", "influential_posts": "array of objects (post details)"}, "example_request": {"analysis_type": "social_media_monitoring", "messages": [{"role": "user", "content": "Sample content for social media monitoring"}]}}, "psychological_analysis": {"type": "psychological_analysis", "json_schema": {"emotional_states": "array of strings", "behavioral_patterns": "string"}, "example_request": {"analysis_type": "psychological_analysis", "messages": [{"role": "user", "content": "Sample content for psychological analysis"}]}}, "criminal_intent_detection": {"type": "criminal_intent_detection", "json_schema": {"potential_risks": "array of strings", "threat_level": "string"}, "example_request": {"analysis_type": "criminal_intent_detection", "messages": [{"role": "user", "content": "Sample content for criminal intent detection"}]}}, "behavioral_analysis": {"type": "behavioral_analysis", "json_schema": {"observed_behaviors": "array of strings", "behavioral_patterns": "string", "motivations": "string"}, "example_request": {"analysis_type": "behavioral_analysis", "messages": [{"role": "user", "content": "Sample content for behavioral analysis"}]}}, "relationship_analysis": {"type": "relationship_analysis", "json_schema": {"interaction_types": "array of strings", "relationship_dynamics": "string", "communication_patterns": "string"}, "example_request": {"analysis_type": "relationship_analysis", "messages": [{"role": "user", "content": "Sample content for relationship analysis"}]}}, "emotional_intelligence_analysis": {"type": "emotional_intelligence_analysis", "json_schema": {"empathy_levels": "string", "self_awareness_assessment": "string", "social_skills_evaluation": "string"}, "example_request": {"analysis_type": "emotional_intelligence_analysis", "messages": [{"role": "user", "content": "Sample content for emotional intelligence analysis"}]}}, "ideological_alignment_detection": {"type": "ideological_alignment_detection", "json_schema": {"political_ideologies": "array of strings", "alignment_strength": "number (0-1)"}, "example_request": {"analysis_type": "ideological_alignment_detection", "messages": [{"role": "user", "content": "Sample content for ideological alignment detection"}]}}, "conflict_resolution_analysis": {"type": "conflict_resolution_analysis", "json_schema": {"conflict_types": "array of strings", "resolution_strategies": "array of strings"}, "example_request": {"analysis_type": "conflict_resolution_analysis", "messages": [{"role": "user", "content": "Sample content for conflict resolution analysis"}]}}, "narrative_analysis": {"type": "narrative_analysis", "json_schema": {"plot_structure": "string", "character_roles": "array of objects (character details)", "thematic_elements": "array of strings"}, "example_request": {"analysis_type": "narrative_analysis", "messages": [{"role": "user", "content": "Sample content for narrative analysis"}]}}, "ethical_stance_detection": {"type": "ethical_stance_detection", "json_schema": {"ethical_positions": "array of strings", "stance_strength": "number (0-1)"}, "example_request": {"analysis_type": "ethical_stance_detection", "messages": [{"role": "user", "content": "Sample content for ethical stance detection"}]}}, "propaganda_identification": {"type": "propaganda_identification", "json_schema": {"propaganda_techniques": "array of strings", "persuasive_strength": "number (0-1)"}, "example_request": {"analysis_type": "propaganda_identification", "messages": [{"role": "user", "content": "Sample content for propaganda identification"}]}}, "socioeconomic_status_analysis": {"type": "socioeconomic_status_analysis", "json_schema": {"economic_indicators": "array of strings", "social_factors": "array of strings"}, "example_request": {"analysis_type": "socioeconomic_status_analysis", "messages": [{"role": "user", "content": "Sample content for socioeconomic status analysis"}]}}, "health_and_wellness_analysis": {"type": "health_and_wellness_analysis", "json_schema": {"health_conditions_identified": "array of strings", "wellness_recommendations": "array of strings"}, "example_request": {"analysis_type": "health_and_wellness_analysis", "messages": [{"role": "user", "content": "Sample content for health and wellness analysis"}]}}, "sarcasm_and_irony_detection": {"type": "sarcasm_and_irony_detection", "json_schema": {"sarcasm_level": "string", "irony_type": "string"}, "example_request": {"analysis_type": "sarcasm_and_irony_detection", "messages": [{"role": "user", "content": "Sample content for sarcasm and irony detection"}]}}, "crisis_detection_analysis": {"type": "crisis_detection_analysis", "json_schema": {"crisis_signals": "array of strings", "urgency_level": "string"}, "example_request": {"analysis_type": "crisis_detection_analysis", "messages": [{"role": "user", "content": "Sample content for crisis detection analysis"}]}}, "cognitive_bias_identification": {"type": "cognitive_bias_identification", "json_schema": {"biases_identified": "array of strings", "bias_impact": "string"}, "example_request": {"analysis_type": "cognitive_bias_identification", "messages": [{"role": "user", "content": "Sample content for cognitive bias identification"}]}}, "dialogue_analysis": {"type": "dialogue_analysis", "json_schema": {"speaking_styles": "array of strings", "conversation_themes": "array of strings"}, "example_request": {"analysis_type": "dialogue_analysis", "messages": [{"role": "user", "content": "Sample content for dialogue analysis"}]}}, "legal_document_analysis": {"type": "legal_document_analysis", "json_schema": {"key_clauses": "array of strings", "document_legality": "string"}, "example_request": {"analysis_type": "legal_document_analysis", "messages": [{"role": "user", "content": "Sample content for legal document analysis"}]}}, "cultural_analysis": {"type": "cultural_analysis", "json_schema": {"cultural_values": "array of strings", "societal_norms": "array of strings"}, "example_request": {"analysis_type": "cultural_analysis", "messages": [{"role": "user", "content": "Sample content for cultural analysis"}]}}, "user_experience_feedback_analysis": {"type": "user_experience_feedback_analysis", "json_schema": {"usability_issues": "array of strings", "user_satisfaction_levels": "string"}, "example_request": {"analysis_type": "user_experience_feedback_analysis", "messages": [{"role": "user", "content": "Sample content for user experience feedback analysis"}]}}, "automated_therapy_session_analysis": {"type": "automated_therapy_session_analysis", "json_schema": {"therapeutic_techniques_used": "array of strings", "patient_response_types": "array of strings"}, "example_request": {"analysis_type": "automated_therapy_session_analysis", "messages": [{"role": "user", "content": "Sample content for automated therapy session analysis"}]}}, "stress_level_detection": {"type": "stress_level_detection", "json_schema": {"stress_level": "string", "stress_triggers": "array of strings"}, "example_request": {"analysis_type": "stress_level_detection", "messages": [{"role": "user", "content": "Sample content for stress level detection"}]}}, "mood_detection": {"type": "mood_detection", "json_schema": {"mood": "string", "mood_intensity": "number"}, "example_request": {"analysis_type": "mood_detection", "messages": [{"role": "user", "content": "Sample content for mood detection"}]}}, "personality_type_analysis": {"type": "personality_type_analysis", "json_schema": {"personality_type": "string", "trait_scores": "object"}, "example_request": {"analysis_type": "personality_type_analysis", "messages": [{"role": "user", "content": "Sample content for personality type analysis"}]}}, "cognitive_load_measurement": {"type": "cognitive_load_measurement", "json_schema": {"cognitive_load_level": "string", "factors_contributing": "array of strings"}, "example_request": {"analysis_type": "cognitive_load_measurement", "messages": [{"role": "user", "content": "Sample content for cognitive load measurement"}]}}, "therapeutic_intervention_analysis": {"type": "therapeutic_intervention_analysis", "json_schema": {"interventions": "array of strings", "effectiveness": "number"}, "example_request": {"analysis_type": "therapeutic_intervention_analysis", "messages": [{"role": "user", "content": "Sample content for therapeutic intervention analysis"}]}}, "empathy_level_assessment": {"type": "empathy_level_assessment", "json_schema": {"empathy_level": "string", "empathetic_responses": "array of strings"}, "example_request": {"analysis_type": "empathy_level_assessment", "messages": [{"role": "user", "content": "Sample content for empathy level assessment"}]}}, "conflict_tendency_analysis": {"type": "conflict_tendency_analysis", "json_schema": {"conflict_triggers": "array of strings", "conflict_resolution": "string"}, "example_request": {"analysis_type": "conflict_tendency_analysis", "messages": [{"role": "user", "content": "Sample content for conflict tendency analysis"}]}}, "motivational_analysis": {"type": "motivational_analysis", "json_schema": {"motivational_messages": "array of strings", "impact_score": "number"}, "example_request": {"analysis_type": "motivational_analysis", "messages": [{"role": "user", "content": "Sample content for motivational analysis"}]}}, "mindfulness_meditation_effectiveness": {"type": "mindfulness_meditation_effectiveness", "json_schema": {"techniques_used": "array of strings", "effectiveness_score": "number"}, "example_request": {"analysis_type": "mindfulness_meditation_effectiveness", "messages": [{"role": "user", "content": "Sample content for mindfulness meditation effectiveness"}]}}, "psychological_resilience_assessment": {"type": "psychological_resilience_assessment", "json_schema": {"resilience_level": "string", "coping_strategies": "array of strings"}, "example_request": {"analysis_type": "psychological_resilience_assessment", "messages": [{"role": "user", "content": "Sample content for psychological resilience assessment"}]}}, "addiction_tendency_analysis": {"type": "addiction_tendency_analysis", "json_schema": {"addictive_behaviors": "array of strings", "severity_level": "string"}, "example_request": {"analysis_type": "addiction_tendency_analysis", "messages": [{"role": "user", "content": "Sample content for addiction tendency analysis"}]}}, "depression_anxiety_detection": {"type": "depression_anxiety_detection", "json_schema": {"depression_level": "string", "anxiety_level": "string"}, "example_request": {"analysis_type": "depression_anxiety_detection", "messages": [{"role": "user", "content": "Sample content for depression anxiety detection"}]}}, "self_esteem_assessment": {"type": "self_esteem_assessment", "json_schema": {"self_esteem_level": "string", "influencing_factors": "array of strings"}, "example_request": {"analysis_type": "self_esteem_assessment", "messages": [{"role": "user", "content": "Sample content for self esteem assessment"}]}}, "trauma_analysis": {"type": "trauma_analysis", "json_schema": {"traumatic_events": "array of strings", "psychological_impact": "string"}, "example_request": {"analysis_type": "trauma_analysis", "messages": [{"role": "user", "content": "Sample content for trauma analysis"}]}}, "life_satisfaction_analysis": {"type": "life_satisfaction_analysis", "json_schema": {"satisfaction_level": "string", "key_factors": "array of strings"}, "example_request": {"analysis_type": "life_satisfaction_analysis", "messages": [{"role": "user", "content": "Sample content for life satisfaction analysis"}]}}, "sleep_quality_assessment": {"type": "sleep_quality_assessment", "json_schema": {"sleep_quality": "string", "disruptive_factors": "array of strings"}, "example_request": {"analysis_type": "sleep_quality_assessment", "messages": [{"role": "user", "content": "Sample content for sleep quality assessment"}]}}, "psychosomatic_symptom_analysis": {"type": "psychosomatic_symptom_analysis", "json_schema": {"symptoms": "array of strings", "psychological_causes": "array of strings"}, "example_request": {"analysis_type": "psychosomatic_symptom_analysis", "messages": [{"role": "user", "content": "Sample content for psychosomatic symptom analysis"}]}}, "learning_style_identification": {"type": "learning_style_identification", "json_schema": {"preferred_styles": "array of strings", "effectiveness": "number"}, "example_request": {"analysis_type": "learning_style_identification", "messages": [{"role": "user", "content": "Sample content for learning style identification"}]}}, "interpersonal_relationship_analysis": {"type": "interpersonal_relationship_analysis", "json_schema": {"relationship_types": "array of strings", "interaction_patterns": "array of strings"}, "example_request": {"analysis_type": "interpersonal_relationship_analysis", "messages": [{"role": "user", "content": "Sample content for interpersonal relationship analysis"}]}}, "cultural_adaptation_analysis": {"type": "cultural_adaptation_analysis", "json_schema": {"adaptation_levels": "array of strings", "challenges_faced": "array of strings"}, "example_request": {"analysis_type": "cultural_adaptation_analysis", "messages": [{"role": "user", "content": "Sample content for cultural adaptation analysis"}]}}}}
{"title": "AnalysisTypesResponse", "required": ["analysis_types"], "type": "object", "properties": {"analysis_types": {"title": "Analysis Types", "type": "object", "additionalProperties": {"title": "AnalysisTypeDetail", "required": ["type", "json_schema", "example_request"], "type": "object", "properties": {"type": {"title": "Type", "type": "string"}, "json_schema": {"title": "Json Schema", "type": "object"}, "example_request": {"title": "Example Request", "type": "object"}}}}}}
af02f5d4-2ff8-45e9-a335-62748c4722bc/5332c86d-942c-4727-bdcd-d96a71cd6a3b/0/0
GuardRail
AI-powered insights: Your solution for sophisticated data analysis & guidance, delivering context-rich interpretations and high-precision content moderation, customer support, and market research.
6.6
Analysis
Various Analysis
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
af02f5d4-2ff8-45e9-a335-62748c4722bc/5332c86d-942c-4727-bdcd-d96a71cd6a3b/1/0
GuardRail
AI-powered insights: Your solution for sophisticated data analysis & guidance, delivering context-rich interpretations and high-precision content moderation, customer support, and market research.
6.6
Analysis
Various Analysis
200
Response
{"id": "chatcmpl-8SBOvT3IKMhAaACL1cJk4E6d18QmF", "object": "chat.completion", "created": 1701727701, "model": "gpt-4-1106-preview", "choices": [{"index": 0, "message": {"role": "assistant", "content": "It looks like you're testing the system. How can I assist you today? If you have any questions or need information on a specific topic, feel free to ask!"}, "finish_reason": "stop"}], "usage": {"prompt_tokens": 8, "completion_tokens": 34, "total_tokens": 42}, "system_fingerprint": "fp_a24b4d720c"}
{"title": "AnalysisResult", "required": ["analysis", "details"], "type": "object", "properties": {"analysis": {"title": "Analysis", "type": "string"}, "details": {"title": "Details", "type": "object"}, "error": {"title": "Error", "type": "string"}, "raw_openai_response": {"title": "Raw Openai Response", "type": "object"}}}
ca830884-47d6-45df-864c-2a7b795d1c22/3b74f0bd-da17-4648-984b-a8b0909e20d8/0/0
Beautisoup Brasileira
Scrap de dados
7.3
Scraping de imagem adaptado
Você precisa informas as classes de cada elemento que deseja capturar. Pode criar o valor de qualquer chave, e ao lado informar a classe dele, para o scraping fazer o resto.
200
New Example
{"url": "https://insideevs.uol.com.br/news/696794/byd-suv-cupe-eletrico-sealion/", "imagem": "og:image", "direito-imagem": "legenda, picture:alt", "favicon": "rel.icon"}
{"type": "object", "properties": {"url": {"type": "string"}, "imagem": {"type": "string"}, "direito-imagem": {"type": "string"}, "favicon": {"type": "string"}}}
ca830884-47d6-45df-864c-2a7b795d1c22/a9adc0b6-481e-4584-8a76-1f51e54321ee/0/0
Beautisoup Brasileira
Scrap de dados
7.3
Scraping de categorias 2
Esse endpoint é pra retornar a lista de postagens de uma página, e não o conteúdo da máteria.
200
New Example
{"url": "https://www.moneytimes.com.br/tag/petroleo/", "parent_tag": "h2", "parent_class": "title", "link": "a"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"url": {"type": "string"}, "parent_tag": {"type": "string"}, "parent_class": {"type": "string"}, "link": {"type": "string"}}, "required": ["link", "parent_class", "parent_tag", "url"]}
ca830884-47d6-45df-864c-2a7b795d1c22/6c113f7b-2dc0-458b-a0cc-386f9a7b3449/0/0
Beautisoup Brasileira
Scrap de dados
7.3
Scraping customizado 2
Você precisa informas as classes de cada elemento que deseja capturar. Pode criar o valor de qualquer chave, e ao lado informar a classe dele, para o scraping fazer o resto.
200
New Example
{"url": "https://www.moneytimes.com.br/a-decada-perdida-no-brasil-acabou-diz-careca-do-goldman/", "conteudo": "single__text", "excluir-do-conteudo": "", "remover-classe": "", "remover-id": "", "imagem-interna": "", "video-interno": ""}
{"type": "object", "properties": {"url": {"type": "string"}, "conteudo": {"type": "string"}}}