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... | 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, "tim... | {"$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":... |
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... | {"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"}, "re... |
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... | 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, "tim... | {"$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":... |
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", "t... | {"$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... |
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": "... | {"$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": ... |
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"... | {"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"}}... |
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.2533... | {"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", "prop... |
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": 17212... | {"$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": {"ty... |
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.2533... | {"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", "prop... |
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"}, {"cou... | {"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"}}... |
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"... | {"$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... |
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": fal... | {"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": "num... |
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, "wik... | {"$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... |
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", "country... | {"$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"... |
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.2533... | {"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", "prop... |
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": ... | {"$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": ... |
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"], "nam... | {"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", "pro... |
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": "Afr... | {"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": "str... |
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": ... |
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... | {"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"}, "re... |
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": "Oran... | {"$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"... |
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 Co... | {"$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"... |
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&limi... | {"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",... |
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/l... | {"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": {"currentOffs... |
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": "... | {"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"}}... |
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": ... | {"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-c... | {"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":... | {"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"}, "c... |
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... | {"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"... |
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": "... | {"$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": ... | {"$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 GetOrigin... | 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... | {"$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": ... |
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": {... | {"$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":... |
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\u01... | {"$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": ... |
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": "Judg... | {"$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."}, ... | {"$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": "1... | {"$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": ... | {"$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": "... |
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.... | {"$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": {"typ... |
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": "53... | {"$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": "s... |
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", "verseI... |
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, "mostChaptersBeg... | {"$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"... |
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."... | {"$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"... | {"$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 ... | 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", "o... | {"$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"... |
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 ... | 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 ... | 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 ... | 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 ... | 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": ... | {"$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": "st... |
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... | {"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},... |
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_wa... | {"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... |
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... | {"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},... |
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 geograp... | 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/nc... | {"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... |
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 geograp... | 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... | {"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... |
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", ... | {"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": "intege... |
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"], "titl... |
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... | 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 bu... | {"$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": "in... |
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... | 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, 10... | {"$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": "str... |
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... | 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":... | {"$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"}... |
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... | 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": "", "hasOpen... | {"$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"}... |
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... | 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": ["c... |
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... | 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", "regionTyp... | {"$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", "str... |
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... | 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", "... |
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... | 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}, {... | {"$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", "item... |
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... | 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"}, "transi... | {"$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... |
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... | 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}... | {"$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": ... |
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... | 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": "cou... | {"$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... |
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... | 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... | {"$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", "propertie... |
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 conditio... | 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": "inte... |
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 conditio... | 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-8SBk3PcjHPc... | {"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 ... | {"$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": "o... |
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": "inte... |
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": "inte... |
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_analy... | {"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": {"t... |
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": "inte... |
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 ... | {"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"}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.