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 |
|---|---|---|---|---|---|---|---|---|---|
c58137a3-eb29-4718-a904-ab98bad3c847/ee45e287-6d7e-48f1-b8fe-c35cd4080e34/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | Listcolloction'snftowners | The api returns a collection's nft owners.
The response field description
| field | description |
| --- | --- |
| contract_address | the contract_address of the collection |
| token_id | the NFT token id |
| owner | the owner of the NFT |
| symbol | the NFT's symbol |
| asset_id | the token's asset id | | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
c58137a3-eb29-4718-a904-ab98bad3c847/73e5289e-011c-4663-bf63-b7dacaccda02/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | Listfilesunderproject | It will list files under the project, the response item like
| field | description |
| --- | --- |
| cid | Content Identifiers |
| filename | The stored file name |
| created_at | first create time |
| filesize | file size(in byte) |
| endpoints | the endpoints you can view the file | | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
0097cbcc-d546-44f3-8f42-adf401ac2935/3408c085-089f-43be-bb4b-194bb26e0063/1/0 | Crypto Key Value Store | API Able to store data/hash key value pair weakly associated. | null | index | 200 | null | [{"id": "", "is_unsafe": true, "salt": "", "hashed_data": "", "owner": ""}] | {"type": "array", "items": {"type": "object", "required": ["hashed_data", "id", "is_unsafe", "owner", "salt"], "properties": {"id": {"type": "string"}, "is_unsafe": {"type": "boolean"}, "salt": {"type": "string"}, "hashed_data": {"type": "string"}, "owner": {"type": "string"}}}} | |
0097cbcc-d546-44f3-8f42-adf401ac2935/e30f4dd2-955c-4057-a4b4-6cc95b2dfca7/0/0 | Crypto Key Value Store | API Able to store data/hash key value pair weakly associated. | null | index | 200 | null | [{"id": "", "is_unsafe": true, "salt": "", "owner": 0}] | {"type": "array", "items": {"type": "object", "required": ["id", "is_unsafe", "owner", "salt"], "properties": {"id": {"type": "string"}, "is_unsafe": {"type": "boolean"}, "salt": {"type": "string"}, "owner": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}} | |
c6de7887-1f97-4008-b546-66ff7456e113/7abdb863-460a-44e6-b227-e191a16746c2/0/0 | hexsign | Digital Signature as a Service | null | SignIn | Sign In generates an access token for user. | 400 | Example_1 | {"code": 0, "message": "Bad Request", "error": {"email": {"code": "email_availability", "message": "Email already taken"}, "name": {"code": "string_len", "message": "must be at least 4 characters", "args": {"len": 0, "max": 0, "min": 0}}, "password": {"code": "string_len", "message": "must be at least 8 characters", "a... | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 400}, "message": {"type": "string", "description": "", "default": "Bad Request"}, "error": {"type": "object", "properties": {"email": {"type": "object", "properties": {"code": {"type": "string", "description": "", "default": "em... |
c6de7887-1f97-4008-b546-66ff7456e113/7abdb863-460a-44e6-b227-e191a16746c2/1/0 | hexsign | Digital Signature as a Service | null | SignIn | Sign In generates an access token for user. | 401 | Example_1 | {"code": 0, "message": "invalid email or password"} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 401}, "message": {"type": "string", "description": "", "default": "invalid email or password"}}} |
c6de7887-1f97-4008-b546-66ff7456e113/7abdb863-460a-44e6-b227-e191a16746c2/2/0 | hexsign | Digital Signature as a Service | null | SignIn | Sign In generates an access token for user. | 200 | 200 - Sign In | {"code": 0, "message": "Logged in successfully", "data": {"token": "eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVCIsImtpZCI6IjFjMTU3OGE0NWE1ZTQ2Mzc5ZjAwNDQ2MTQ3ZGI5NDBhIn0.eyJpc3MiOiJ0ZXJhc2lnbi1zZXJ2ZXIiLCJzdWIiOiI2NzlmOTIwOC03ZjZlLTQ4ZDgtODJmZi00NDVmMGMxODlhNGIiLCJhdWQiOlsidGVyYXNpZ24uY29tIl0sImV4cCI6MTY3NDk4MzgxNSwibmJmIjoxNjc0... | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 200}, "message": {"type": "string", "description": "", "default": "Logged in successfully"}, "data": {"type": "object", "properties": {"token": {"type": "string", "description": "", "default": "eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVC... |
c6de7887-1f97-4008-b546-66ff7456e113/83f15b0c-675f-45e7-823a-20faa055bfef/0/0 | hexsign | Digital Signature as a Service | null | SignOut | 401 | null | {"code": 0, "message": "invalid email or password"} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 401}, "message": {"type": "string", "description": "", "default": "invalid email or password"}}} | |
c6de7887-1f97-4008-b546-66ff7456e113/83f15b0c-675f-45e7-823a-20faa055bfef/1/0 | hexsign | Digital Signature as a Service | null | SignOut | 200 | null | {"code": 0, "message": "Logged in successfully", "data": {"token": "eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVCIsImtpZCI6IjFjMTU3OGE0NWE1ZTQ2Mzc5ZjAwNDQ2MTQ3ZGI5NDBhIn0.eyJpc3MiOiJ0ZXJhc2lnbi1zZXJ2ZXIiLCJzdWIiOiI2NzlmOTIwOC03ZjZlLTQ4ZDgtODJmZi00NDVmMGMxODlhNGIiLCJhdWQiOlsidGVyYXNpZ24uY29tIl0sImV4cCI6MTY3NDk4MzgxNSwibmJmIjoxNjc0... | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 200}, "message": {"type": "string", "description": "", "default": "Logged in successfully"}, "data": {"type": "object", "properties": {"token": {"type": "string", "description": "", "default": "eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVC... | |
c6de7887-1f97-4008-b546-66ff7456e113/a54b4686-742f-4f55-bd5c-f41c06391b49/0/0 | hexsign | Digital Signature as a Service | null | Profile | 401 | null | {"code": 0, "message": "invalid email or password"} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 401}, "message": {"type": "string", "description": "", "default": "invalid email or password"}}} | |
c6de7887-1f97-4008-b546-66ff7456e113/a54b4686-742f-4f55-bd5c-f41c06391b49/1/0 | hexsign | Digital Signature as a Service | null | Profile | 200 | null | {"code": 0, "message": "Logged in successfully", "data": {"token": "eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVCIsImtpZCI6IjFjMTU3OGE0NWE1ZTQ2Mzc5ZjAwNDQ2MTQ3ZGI5NDBhIn0.eyJpc3MiOiJ0ZXJhc2lnbi1zZXJ2ZXIiLCJzdWIiOiI2NzlmOTIwOC03ZjZlLTQ4ZDgtODJmZi00NDVmMGMxODlhNGIiLCJhdWQiOlsidGVyYXNpZ24uY29tIl0sImV4cCI6MTY3NDk4MzgxNSwibmJmIjoxNjc0... | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 200}, "message": {"type": "string", "description": "", "default": "Logged in successfully"}, "data": {"type": "object", "properties": {"token": {"type": "string", "description": "", "default": "eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVC... | |
c6de7887-1f97-4008-b546-66ff7456e113/a178a12e-5e9d-48b6-bbad-950a88107322/0/0 | hexsign | Digital Signature as a Service | null | SigningQueue(NeedtoSignbyLogged-inUser) | 200 | null | {"code": 0, "message": "Logged in successfully", "data": {"token": "eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVCIsImtpZCI6IjFjMTU3OGE0NWE1ZTQ2Mzc5ZjAwNDQ2MTQ3ZGI5NDBhIn0.eyJpc3MiOiJ0ZXJhc2lnbi1zZXJ2ZXIiLCJzdWIiOiI2NzlmOTIwOC03ZjZlLTQ4ZDgtODJmZi00NDVmMGMxODlhNGIiLCJhdWQiOlsidGVyYXNpZ24uY29tIl0sImV4cCI6MTY3NDk4MzgxNSwibmJmIjoxNjc0... | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 200}, "message": {"type": "string", "description": "", "default": "Logged in successfully"}, "data": {"type": "object", "properties": {"token": {"type": "string", "description": "", "default": "eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVC... | |
c6de7887-1f97-4008-b546-66ff7456e113/a178a12e-5e9d-48b6-bbad-950a88107322/1/0 | hexsign | Digital Signature as a Service | null | SigningQueue(NeedtoSignbyLogged-inUser) | 401 | null | {"code": 0, "message": "invalid email or password"} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 401}, "message": {"type": "string", "description": "", "default": "invalid email or password"}}} | |
c6de7887-1f97-4008-b546-66ff7456e113/d5a7a3b9-1003-4518-929f-7b7949c646c4/0/0 | hexsign | Digital Signature as a Service | null | ApproveSignRequest | 401 | null | {"code": 0, "message": "invalid email or password"} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 401}, "message": {"type": "string", "description": "", "default": "invalid email or password"}}} | |
c6de7887-1f97-4008-b546-66ff7456e113/d5a7a3b9-1003-4518-929f-7b7949c646c4/1/0 | hexsign | Digital Signature as a Service | null | ApproveSignRequest | 200 | null | {"code": 0, "message": "Logged in successfully", "data": {"token": "eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVCIsImtpZCI6IjFjMTU3OGE0NWE1ZTQ2Mzc5ZjAwNDQ2MTQ3ZGI5NDBhIn0.eyJpc3MiOiJ0ZXJhc2lnbi1zZXJ2ZXIiLCJzdWIiOiI2NzlmOTIwOC03ZjZlLTQ4ZDgtODJmZi00NDVmMGMxODlhNGIiLCJhdWQiOlsidGVyYXNpZ24uY29tIl0sImV4cCI6MTY3NDk4MzgxNSwibmJmIjoxNjc0... | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 200}, "message": {"type": "string", "description": "", "default": "Logged in successfully"}, "data": {"type": "object", "properties": {"token": {"type": "string", "description": "", "default": "eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVC... | |
c6de7887-1f97-4008-b546-66ff7456e113/be2a2cce-3461-4491-a701-ef40ed5b0770/0/0 | hexsign | Digital Signature as a Service | null | SignUp | Sign Up handles a user registration | 400 | Example_1 | {"code": 0, "message": "Bad Request", "error": {"email": {"code": "email_availability", "message": "Email already taken"}, "name": {"code": "string_len", "message": "must be at least 4 characters", "args": {"len": 0, "max": 0, "min": 0}}, "password": {"code": "string_len", "message": "must be at least 8 characters", "a... | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 400}, "message": {"type": "string", "description": "", "default": "Bad Request"}, "error": {"type": "object", "properties": {"email": {"type": "object", "properties": {"code": {"type": "string", "description": "", "default": "em... |
c6de7887-1f97-4008-b546-66ff7456e113/be2a2cce-3461-4491-a701-ef40ed5b0770/1/0 | hexsign | Digital Signature as a Service | null | SignUp | Sign Up handles a user registration | 201 | 201 - Sign Up | {"code": 0, "message": "Registered successfully", "data": {"profile": {"id": "679f9208-7f6e-48d8-82ff-445f0c189a4b", "name": "Bob Alex", "email": "bob@email.com"}}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 201}, "message": {"type": "string", "description": "", "default": "Registered successfully"}, "data": {"type": "object", "properties": {"profile": {"type": "object", "properties": {"id": {"type": "string", "description": "", "de... |
c6de7887-1f97-4008-b546-66ff7456e113/504c1f65-b5d1-4de5-a7c2-030d3f7d52e3/0/0 | hexsign | Digital Signature as a Service | null | GetMyCertificate | 200 | null | {"code": 0, "message": "Logged in successfully", "data": {"token": "eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVCIsImtpZCI6IjFjMTU3OGE0NWE1ZTQ2Mzc5ZjAwNDQ2MTQ3ZGI5NDBhIn0.eyJpc3MiOiJ0ZXJhc2lnbi1zZXJ2ZXIiLCJzdWIiOiI2NzlmOTIwOC03ZjZlLTQ4ZDgtODJmZi00NDVmMGMxODlhNGIiLCJhdWQiOlsidGVyYXNpZ24uY29tIl0sImV4cCI6MTY3NDk4MzgxNSwibmJmIjoxNjc0... | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 200}, "message": {"type": "string", "description": "", "default": "Logged in successfully"}, "data": {"type": "object", "properties": {"token": {"type": "string", "description": "", "default": "eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVC... | |
c6de7887-1f97-4008-b546-66ff7456e113/504c1f65-b5d1-4de5-a7c2-030d3f7d52e3/1/0 | hexsign | Digital Signature as a Service | null | GetMyCertificate | 404 | null | {"code": 0, "message": "document not found"} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 404}, "message": {"type": "string", "description": "", "default": "document not found"}}} | |
c6de7887-1f97-4008-b546-66ff7456e113/504c1f65-b5d1-4de5-a7c2-030d3f7d52e3/2/0 | hexsign | Digital Signature as a Service | null | GetMyCertificate | 401 | null | {"code": 0, "message": "invalid email or password"} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 401}, "message": {"type": "string", "description": "", "default": "invalid email or password"}}} | |
c6de7887-1f97-4008-b546-66ff7456e113/ddc3202d-afe8-4a12-a4eb-3e04f5ef4bce/0/0 | hexsign | Digital Signature as a Service | null | SigningRequestHistory | 401 | null | {"code": 0, "message": "invalid email or password"} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 401}, "message": {"type": "string", "description": "", "default": "invalid email or password"}}} | |
c6de7887-1f97-4008-b546-66ff7456e113/ddc3202d-afe8-4a12-a4eb-3e04f5ef4bce/1/0 | hexsign | Digital Signature as a Service | null | SigningRequestHistory | 200 | null | {"code": 0, "message": "Logged in successfully", "data": {"token": "eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVCIsImtpZCI6IjFjMTU3OGE0NWE1ZTQ2Mzc5ZjAwNDQ2MTQ3ZGI5NDBhIn0.eyJpc3MiOiJ0ZXJhc2lnbi1zZXJ2ZXIiLCJzdWIiOiI2NzlmOTIwOC03ZjZlLTQ4ZDgtODJmZi00NDVmMGMxODlhNGIiLCJhdWQiOlsidGVyYXNpZ24uY29tIl0sImV4cCI6MTY3NDk4MzgxNSwibmJmIjoxNjc0... | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 200}, "message": {"type": "string", "description": "", "default": "Logged in successfully"}, "data": {"type": "object", "properties": {"token": {"type": "string", "description": "", "default": "eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVC... | |
c6de7887-1f97-4008-b546-66ff7456e113/c8df9c64-c8c1-4e1f-a323-a9863246b349/0/0 | hexsign | Digital Signature as a Service | null | SigningRequest | 401 | null | {"code": 0, "message": "invalid email or password"} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 401}, "message": {"type": "string", "description": "", "default": "invalid email or password"}}} | |
c6de7887-1f97-4008-b546-66ff7456e113/c8df9c64-c8c1-4e1f-a323-a9863246b349/1/0 | hexsign | Digital Signature as a Service | null | SigningRequest | 200 | null | {"code": 0, "message": "Logged in successfully", "data": {"token": "eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVCIsImtpZCI6IjFjMTU3OGE0NWE1ZTQ2Mzc5ZjAwNDQ2MTQ3ZGI5NDBhIn0.eyJpc3MiOiJ0ZXJhc2lnbi1zZXJ2ZXIiLCJzdWIiOiI2NzlmOTIwOC03ZjZlLTQ4ZDgtODJmZi00NDVmMGMxODlhNGIiLCJhdWQiOlsidGVyYXNpZ24uY29tIl0sImV4cCI6MTY3NDk4MzgxNSwibmJmIjoxNjc0... | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 200}, "message": {"type": "string", "description": "", "default": "Logged in successfully"}, "data": {"type": "object", "properties": {"token": {"type": "string", "description": "", "default": "eyJhbGciOiJFUzI1NiIsImN0eSI6IkpXVC... | |
c6de7887-1f97-4008-b546-66ff7456e113/c8df9c64-c8c1-4e1f-a323-a9863246b349/2/0 | hexsign | Digital Signature as a Service | null | SigningRequest | 400 | null | {"code": 0, "message": "Bad Request", "error": {"email": {"code": "email_availability", "message": "Email already taken"}, "name": {"code": "string_len", "message": "must be at least 4 characters", "args": {"len": 0, "max": 0, "min": 0}}, "password": {"code": "string_len", "message": "must be at least 8 characters", "a... | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 400}, "message": {"type": "string", "description": "", "default": "Bad Request"}, "error": {"type": "object", "properties": {"email": {"type": "object", "properties": {"code": {"type": "string", "description": "", "default": "em... | |
c6de7887-1f97-4008-b546-66ff7456e113/b9683118-da15-47d5-afa4-b10a1fa66476/1/0 | hexsign | Digital Signature as a Service | null | CreateCertifiacate | 400 | null | {"code": 0, "message": "Bad Request", "error": {"email": {"code": "email_availability", "message": "Email already taken"}, "name": {"code": "string_len", "message": "must be at least 4 characters", "args": {"len": 0, "max": 0, "min": 0}}, "password": {"code": "string_len", "message": "must be at least 8 characters", "a... | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 400}, "message": {"type": "string", "description": "", "default": "Bad Request"}, "error": {"type": "object", "properties": {"email": {"type": "object", "properties": {"code": {"type": "string", "description": "", "default": "em... | |
c6de7887-1f97-4008-b546-66ff7456e113/b9683118-da15-47d5-afa4-b10a1fa66476/2/0 | hexsign | Digital Signature as a Service | null | CreateCertifiacate | 401 | null | {"code": 0, "message": "invalid email or password"} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 401}, "message": {"type": "string", "description": "", "default": "invalid email or password"}}} | |
c6de7887-1f97-4008-b546-66ff7456e113/b9683118-da15-47d5-afa4-b10a1fa66476/3/0 | hexsign | Digital Signature as a Service | null | CreateCertifiacate | 201 | null | {"code": 0, "message": "Registered successfully", "data": {"profile": {"id": "679f9208-7f6e-48d8-82ff-445f0c189a4b", "name": "Bob Alex", "email": "bob@email.com"}}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 201}, "message": {"type": "string", "description": "", "default": "Registered successfully"}, "data": {"type": "object", "properties": {"profile": {"type": "object", "properties": {"id": {"type": "string", "description": "", "de... | |
c6de7887-1f97-4008-b546-66ff7456e113/d7e4910b-8977-41f1-b8c2-2b7cc6dc5fa0/0/0 | hexsign | Digital Signature as a Service | null | DownloadDocument | 500 | null | {"code": 0, "message": "Internal Server Error"} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 500}, "message": {"type": "string", "description": "", "default": "Internal Server Error"}}} | |
c6de7887-1f97-4008-b546-66ff7456e113/d7e4910b-8977-41f1-b8c2-2b7cc6dc5fa0/1/0 | hexsign | Digital Signature as a Service | null | DownloadDocument | 401 | null | {"code": 0, "message": "invalid email or password"} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 401}, "message": {"type": "string", "description": "", "default": "invalid email or password"}}} | |
c6de7887-1f97-4008-b546-66ff7456e113/d7e4910b-8977-41f1-b8c2-2b7cc6dc5fa0/2/0 | hexsign | Digital Signature as a Service | null | DownloadDocument | 404 | null | {"code": 0, "message": "document not found"} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 404}, "message": {"type": "string", "description": "", "default": "document not found"}}} | |
c6de7887-1f97-4008-b546-66ff7456e113/94b77fb9-535f-4e61-b932-1e1c8559cd3e/0/0 | hexsign | Digital Signature as a Service | null | UploadDocument | 401 | null | {"code": 0, "message": "invalid email or password"} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 401}, "message": {"type": "string", "description": "", "default": "invalid email or password"}}} | |
c6de7887-1f97-4008-b546-66ff7456e113/94b77fb9-535f-4e61-b932-1e1c8559cd3e/1/0 | hexsign | Digital Signature as a Service | null | UploadDocument | 201 | null | {"code": 0, "message": "Registered successfully", "data": {"profile": {"id": "679f9208-7f6e-48d8-82ff-445f0c189a4b", "name": "Bob Alex", "email": "bob@email.com"}}} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 201}, "message": {"type": "string", "description": "", "default": "Registered successfully"}, "data": {"type": "object", "properties": {"profile": {"type": "object", "properties": {"id": {"type": "string", "description": "", "de... | |
c6de7887-1f97-4008-b546-66ff7456e113/94b77fb9-535f-4e61-b932-1e1c8559cd3e/3/0 | hexsign | Digital Signature as a Service | null | UploadDocument | 500 | null | {"code": 0, "message": "Internal Server Error"} | {"type": "object", "properties": {"code": {"type": "integer", "description": "", "default": 500}, "message": {"type": "string", "description": "", "default": "Internal Server Error"}}} | |
7b28dc1a-4582-4eaa-80b9-a66a73394e15/7647171d-4d66-4f8a-922b-c1826e3699c8/0/0 | securityAPI | Our API offers a secure and reliable encryption and decryption service utilizing the latest industry-standard cryptographic algorithms.
Our SHA256 endpoint provides an easy means to verify user passwords. It compares the user-entered password with the stored hash to ensure that only authorized users gain access to your... | 0.1 | encrypt with aes | encrypt with aes
json: {"key": aes_key, "iv": aes_iv, "msg": message}
aes suported aes-256-cbc | 200 | New Example | {"encrypted": "2df066ef9830cf0343e1c5887c80a886"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"encrypted": {"type": "string"}}, "required": ["encrypted"]} |
f0471c39-a939-4edb-a0d8-4290b5532b5c/96d05c23-b943-43ca-9047-24258a765fec/0/0 | Converter | Converter Project | null | /converter/length/length_converter | /converter/length/length_converter | 200 | New Example | {"result": {"unit": "ft", "converted_value": 2.55}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "object", "properties": {"unit": {"type": "string"}, "converted_value": {"type": "number"}}, "required": ["converted_value", "unit"]}}, "required": ["result"]} |
89196996-10b5-456a-bd28-57a508312519/e4668cfa-02d4-48df-a09d-fa244312b116/0/0 | PGP Decryption API | PGP Decryption API to easily decrypt an PGP encrypted file once the Private Key is provided along with the Passphrase. | null | PGP Decryption | PGP Decryption | 200 | New Example | {"message": "value", "decrypted": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "decrypted": {"type": "string"}}, "required": ["decrypted", "message"]} |
845139f8-2ac1-415f-b4e1-e5edb8c847cc/791ab0e9-d0c1-4b00-add0-4bd6090949df/0/0 | No Intrusive steganografy | No Intrusive steganografy | 6.8 | Get user Ref IDs | Get the reference IDs for each message in a specific image! | 200 | New Example | {"status": "success", "all_ref_id": [], "time": ""} | {"type": "object", "properties": {"status": {"type": "string"}, "all_ref_id": {"type": "array"}, "time": {"type": "string"}}} |
845139f8-2ac1-415f-b4e1-e5edb8c847cc/86966d61-09c6-40f7-8b3f-8a43380300aa/0/0 | No Intrusive steganografy | No Intrusive steganografy | 6.8 | Bind and crypt a message to an image | Bind and crypt a message to an image without modifying the image! | 200 | New Example | {"status": "success", "messageName": "", "authorizedUsers": [], "user_ref_img": "", "image": "", "encrypted_message_size": 0, "user_auth_value": "", "time": ""} | {"type": "object", "properties": {"status": {"type": "string"}, "messageName": {"type": "string"}, "authorizedUsers": {"type": "array"}, "user_ref_img": {"type": "string"}, "image": {"type": "string"}, "encrypted_message_size": {"type": "integer"}, "user_auth_value": {"type": "string"}, "time": {"type": "string"}}} |
845139f8-2ac1-415f-b4e1-e5edb8c847cc/72e6f36d-2df1-43e8-9b0a-bc1b4c8fc1cd/0/0 | No Intrusive steganografy | No Intrusive steganografy | 6.8 | Get the message binded to an image | Get the hided /crypted message binded to a specific image | 200 | New Example | {"status": "", "user_ref_img": "", "image": "", "decryptedMessage": "", "time": ""} | {"type": "object", "properties": {"status": {"type": "string"}, "user_ref_img": {"type": "string"}, "image": {"type": "string"}, "decryptedMessage": {"type": "string"}, "time": {"type": "string"}}} |
c79a138d-789e-427f-9a6d-5458da74b311/6e13ba00-a235-4ba7-b8b6-6f96466cdda6/0/0 | Cryptocurrency News | Get the latest crypto news direct from your preferred sources (fast & reliable). News sources will be continuously added. | 9.4 | CoinDesk | Get the top latest news from CoinDesk. | 200 | New Example | {"data": [{"url": "https://www.coindesk.com/policy/2023/02/08/crypto-exchange-bitstamp-registers-in-france/?utm_medium=referral&utm_source=rss&utm_campaign=headlines", "title": "Crypto Exchange Bitstamp Registers in France", "description": "The exchange joins Binance, Bitpanda and Soci\u00e9t\u00e9 G\u00e9n\u00e9rale i... | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "thumbnail": {"type": "string"}, "createdAt": {"type": "string"}}}}}} |
c79a138d-789e-427f-9a6d-5458da74b311/70d3e539-608d-40c8-8e6a-4e2921c8fe78/0/0 | Cryptocurrency News | Get the latest crypto news direct from your preferred sources (fast & reliable). News sources will be continuously added. | 9.4 | Bitcoinist | Get the top latest news from Bitcoinist. | 200 | New Example | {"data": [{"url": "https://bitcoinist.com/bis-to-launch-stablecoin-monitoring-project-amid-cbdc-development/", "title": "BIS To Launch Stablecoin Monitoring Project Amid CBDC Development", "description": "The Bank of International Settlement (BIS) has decided to expand its tentacles beyond the walls of central banks... | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "thumbnail": {"type": "string"}, "createdAt": {"type": "string"}}}}}} |
c79a138d-789e-427f-9a6d-5458da74b311/c202a348-bb5c-4833-ae27-8b453b033a10/0/0 | Cryptocurrency News | Get the latest crypto news direct from your preferred sources (fast & reliable). News sources will be continuously added. | 9.4 | Cointelegraph | Get the top latest news from Cointelegraph. | 200 | New Example | {"data": [{"url": "https://cointelegraph.com/news/india-in-no-hurry-for-cbdc-as-digital-rupee-pilot-onboards-50k-users", "title": "India in \u2018no hurry\u2019 for CBDC as digital rupee pilot onboards 50k users", "description": "The central bank of India wants to proceed with CBDC testing in the smoothest way possible... | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "thumbnail": {"type": "string"}, "createdAt": {"type": "string"}}}}}} |
c79a138d-789e-427f-9a6d-5458da74b311/62b2482f-0942-4b28-ae6c-9262114c9f5d/0/0 | Cryptocurrency News | Get the latest crypto news direct from your preferred sources (fast & reliable). News sources will be continuously added. | 9.4 | The Guardian | Get the top latest news from The Guardian. | 200 | New Example | {"data": [{"url": "https://www.theguardian.com/business/2023/feb/06/britcoin-digital-currency-could-be-in-use-by-end-of-decade", "title": "\u2018Britcoin\u2019 digital currency could be in use by end of decade", "description": "<p>Bank of England and Treasury weigh up issues involved with creating digital pound</p><p>C... | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "thumbnail": {"type": "string"}, "createdAt": {"type": "string"}}}}}} |
c79a138d-789e-427f-9a6d-5458da74b311/5f00186c-ee91-4afb-aa0d-a2db52d3161a/0/0 | Cryptocurrency News | Get the latest crypto news direct from your preferred sources (fast & reliable). News sources will be continuously added. | 9.4 | Decrypt | Get the top latest news from Decrypt. | 200 | New Example | {"data": [{"url": "https://decrypt.co/120830/revolut-launches-crypto-staking-ethereum-cardano-polkadot-tezos", "title": "Revolut Launches Crypto Staking for Ethereum, Cardano, Polkadot, and Tezos", "description": "The staking service is the latest from challenger bank Revolut in its ongoing push to make inroads in the ... | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "thumbnail": {"type": "string"}, "createdAt": {"type": "string"}}}}}} |
250f32db-5318-4fe1-854d-2481a0bde36c/8bcce442-1fe2-47d6-ab75-5cf1ae82fb49/0/0 | Aviation Reference Data | Query airports, airlines and aircraft types by IATA and ICAO codes | 9.6 | Aircraft type | Display information about ICAO aircraft type codes | 200 | Success | {"code": "B738", "manufacturer": "BOEING", "modelName": "737-800", "uld320Capable": false, "wideBody": false} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "manufacturer": {"type": "string"}, "modelName": {"type": "string"}, "uld320Capable": {"type": "boolean"}, "wideBody": {"type": "boolean"}}, "required": ["code", "manufacturer", "modelName", "uld320Capable", "wide... |
250f32db-5318-4fe1-854d-2481a0bde36c/7a3eac70-978c-4dab-953b-dc09a0b32164/0/0 | Aviation Reference Data | Query airports, airlines and aircraft types by IATA and ICAO codes | 9.6 | Airlines search | Search or autocomplete airlines by name | 200 | Success | [{"alpha3countryCode": "WSM", "callSign": "POLYNESIAN", "iataCode": "OL", "icaoCode": "PAO", "name": "SAMOA AIRWAYS"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"alpha3countryCode": {"type": "string"}, "callSign": {"type": "string"}, "iataCode": {"type": "string"}, "icaoCode": {"type": "string"}, "name": {"type": "string"}}, "required": ["alpha3countryCode", "callSign", "i... |
250f32db-5318-4fe1-854d-2481a0bde36c/46d7ef2b-165f-41c0-b63f-6749b698d96f/0/0 | Aviation Reference Data | Query airports, airlines and aircraft types by IATA and ICAO codes | 9.6 | Airline | Get airline information by IATA or ICAO code | 200 | Success | {"alpha3countryCode": "DEU", "callSign": "LUFTHANSA", "iataCode": "LH", "icaoCode": "DLH", "name": "LUFTHANSA"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"alpha3countryCode": {"type": "string"}, "callSign": {"type": "string"}, "iataCode": {"type": "string"}, "icaoCode": {"type": "string"}, "name": {"type": "string"}}, "required": ["alpha3countryCode", "callSign", "iataCode", "icaoCode", "name... |
250f32db-5318-4fe1-854d-2481a0bde36c/3c6a3024-923e-48a5-a887-46348f408bae/0/0 | Aviation Reference Data | Query airports, airlines and aircraft types by IATA and ICAO codes | 9.6 | Airport | Get airport data by its IATA or ICAO code | 200 | Success | {"alpha2countryCode": "US", "iataCode": "JFK", "icaoCode": "KJFK", "latitude": 40.6398, "longitude": -73.7787, "name": "JOHN F KENNEDY INTL"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"alpha2countryCode": {"type": "string"}, "iataCode": {"type": "string"}, "icaoCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}}, "required": ["alpha2countryCode", "iataCod... |
250f32db-5318-4fe1-854d-2481a0bde36c/a5f32a2a-d2d7-47c8-90cc-707bcc9eb5b3/0/0 | Aviation Reference Data | Query airports, airlines and aircraft types by IATA and ICAO codes | 9.6 | Airport search (by location coordinates) | Find airports within a specified range of a given location. | 200 | Success | [{"alpha2countryCode": "CL", "iataCode": "DPB", "icaoCode": "SCBI", "latitude": -54.05, "longitude": -68.8094, "name": "Cameron Pampa Guanaco"}, {"alpha2countryCode": "AR", "iataCode": "USH", "icaoCode": "SAWH", "latitude": -54.8433, "longitude": -68.2956, "name": "Ushuaia"}, {"alpha2countryCode": "CL", "iataCode": "WP... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"alpha2countryCode": {"type": "string"}, "iataCode": {"type": "string"}, "icaoCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}}, "required": ["a... |
250f32db-5318-4fe1-854d-2481a0bde36c/b6e99651-a261-4500-bd7c-1b7e64e81cdd/0/0 | Aviation Reference Data | Query airports, airlines and aircraft types by IATA and ICAO codes | 9.6 | Countries | List all countries with ISO alpha-2, alpha-3 codes and name | 200 | Success | [{"alpha2Code": "NZ", "alpha3Code": "NZL", "name": "New Zealand"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"alpha2Code": {"type": "string"}, "alpha3Code": {"type": "string"}, "name": {"type": "string"}}, "required": ["alpha2Code", "alpha3Code", "name"]}} |
250f32db-5318-4fe1-854d-2481a0bde36c/1ce154cf-d749-478e-ab7b-cd475872e95e/0/0 | Aviation Reference Data | Query airports, airlines and aircraft types by IATA and ICAO codes | 9.6 | Countries search | Search or autocomplete countries by name | 200 | Success | [{"alpha2Code": "NZ", "alpha3Code": "NZL", "name": "New Zealand"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"alpha2Code": {"type": "string"}, "alpha3Code": {"type": "string"}, "name": {"type": "string"}}, "required": ["alpha2Code", "alpha3Code", "name"]}} |
250f32db-5318-4fe1-854d-2481a0bde36c/0c04f9d3-eff1-40ce-8d24-06789055bada/0/0 | Aviation Reference Data | Query airports, airlines and aircraft types by IATA and ICAO codes | 9.6 | Country | Query a country by its alpha-2 or alpha-3 ISO code | 200 | Success | {"alpha2Code": "US", "alpha3Code": "USA", "name": "United States"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"alpha2Code": {"type": "string"}, "alpha3Code": {"type": "string"}, "name": {"type": "string"}}, "required": ["alpha2Code", "alpha3Code", "name"]} |
b80795f5-a5ea-4f25-a23b-2f78f94ae146/965dd065-9c91-44ba-8230-b13096f27cbe/1/0 | Itcooking.eu - IP Geolocation | IP Geolocation REST API by Itcooking.eu. Fast and easy way to get (lookup) geolocation data to IPv4 and IPv6 address. | 6.4 | /geoip/v1/lite/GetIpInfoLiteBatch | Batch identification of location for max 16 IP address per request. | 200 | Example_1 | [{"ipAddress": "", "asn": {"asNumber": 0, "organization": ""}, "city": {"continentCode": "", "continentName": "", "continentNames": {}, "countryIsoCode": "", "countryName": "", "countryNames": {}, "isInEuropeanUnion": true, "cityName": "", "cityNames": {}, "location": {"latitude": 0, "longitude": 0}, "mostSpecificSubdi... | {"type": "array", "items": {"type": "object", "properties": {"ipAddress": {"type": ["string", "null"]}, "asn": {"type": "object", "properties": {"asNumber": {"type": ["integer", "null"], "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "organization": {"type": ["string", "null"]}}, "... |
b80795f5-a5ea-4f25-a23b-2f78f94ae146/30454c87-4f13-48b1-86a5-93edb0f4c637/1/0 | Itcooking.eu - IP Geolocation | IP Geolocation REST API by Itcooking.eu. Fast and easy way to get (lookup) geolocation data to IPv4 and IPv6 address. | 6.4 | /geoip/v1/lite/GetIpInfoLite | Identifying location for 1 IP address. | 200 | Example_1 | {"ipAddress": "", "asn": {"asNumber": 0, "organization": ""}, "city": {"continentCode": "", "continentName": "", "continentNames": {}, "countryIsoCode": "", "countryName": "", "countryNames": {}, "isInEuropeanUnion": true, "cityName": "", "cityNames": {}, "location": {"latitude": 0, "longitude": 0}, "mostSpecificSubdiv... | {"type": "object", "properties": {"ipAddress": {"type": ["string", "null"]}, "asn": {"type": "object", "properties": {"asNumber": {"type": ["integer", "null"], "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "organization": {"type": ["string", "null"]}}, "additionalProperties": fals... |
1c32e822-915a-4b30-b25f-85b0b65bfca5/f8f3fa59-e76a-42f3-9c1d-2d7bb7f9797f/0/0 | Locations and Postcodes UK | Find a postcode for a geo coordinate and also find the geo coordinate for a postcode | 8.4 | getDistanceBetweenPostcodes | Calculate the distance between two postcodes in the UK. It will return the distance in meters and miles. | 200 | Response example | {"distance": 2183.3246224767204} | {"type": "object", "properties": {"distance": {"type": "number"}}} |
9fedf10a-a973-48d9-b53e-ea8268c084f4/24ebf609-5d87-4ec7-9d54-871a2d2d5af3/0/0 | IP.Guru | Geo-location API from just an IP address | null | Fetch IP geo-data | Returns JSON response containing GeoData from the IP address. | 200 | New Example | {"response_body": {"ip": "212.64.85.126", "zip": "100000", "city": "Beijing", "type": "ipv4", "latitude": 39.91175842285156, "location": {"is_eu": false, "capital": "Beijing", "languages": [{"code": "zh", "name": "Chinese", "native": "\u4e2d\u6587"}], "geoname_id": 1816670, "calling_code": "86", "country_flag_emoji": "... | {"type": "object", "properties": {"response_body": {"type": "object", "properties": {"ip": {"type": "string"}, "zip": {"type": "string"}, "city": {"type": "string"}, "type": {"type": "string"}, "latitude": {"type": "number"}, "location": {"type": "object", "properties": {"is_eu": {"type": "boolean"}, "capital": {"type"... |
70d03709-ecbd-495e-8a26-4f84b59c9a26/5cff4559-fb8a-40c8-b2c1-431d5c2b8fcf/0/0 | Map Places | Discover the Map Places API – your gateway to enriching applications with location-based insights. Effortlessly access a wealth of information about places, from restaurants and landmarks to businesses and attractions. Elevate user experiences with tailored recommendations, detailed place data, and seamless integration... | 9.1 | Query Autocomplete | Query Autocomplete | 200 | Response | {"predictions": [{"description": "pizza near Sydney NSW, Australia", "matched_substrings": [{"length": 5, "offset": 0}, {"length": 6, "offset": 11}], "structured_formatting": {"main_text": "pizza", "main_text_matched_substrings": [{"length": 5, "offset": 0}], "secondary_text": "near Sydney NSW, Australia", "secondary_t... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"predictions": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "matched_substrings": {"type": "array", "items": {"type": "object", "properties": {"length": {"type": "integer"}, "offset": {"type... |
70d03709-ecbd-495e-8a26-4f84b59c9a26/418e1cd8-0ae3-4451-87f4-9847510a67a8/0/0 | Map Places | Discover the Map Places API – your gateway to enriching applications with location-based insights. Effortlessly access a wealth of information about places, from restaurants and landmarks to businesses and attractions. Elevate user experiences with tailored recommendations, detailed place data, and seamless integration... | 9.1 | Place Autocomplete | Place Autocomplete | 200 | Response | {"predictions": [{"description": "Victoria, BC, Canada", "matched_substrings": [{"length": 4, "offset": 0}], "place_id": "ChIJcWGw3Ytzj1QR7Ui7HnTz6Dg", "reference": "ChIJcWGw3Ytzj1QR7Ui7HnTz6Dg", "structured_formatting": {"main_text": "Victoria", "main_text_matched_substrings": [{"length": 4, "offset": 0}], "secondary_... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"predictions": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "matched_substrings": {"type": "array", "items": {"type": "object", "properties": {"length": {"type": "integer"}, "offset": {"type... |
70d03709-ecbd-495e-8a26-4f84b59c9a26/6715f428-c341-4d66-a8d1-fe3b8bcf4707/0/0 | Map Places | Discover the Map Places API – your gateway to enriching applications with location-based insights. Effortlessly access a wealth of information about places, from restaurants and landmarks to businesses and attractions. Elevate user experiences with tailored recommendations, detailed place data, and seamless integration... | 9.1 | Place Detail | Place Detail | 200 | Response | {"html_attributions": [], "result": {"address_components": [{"long_name": "48", "short_name": "48", "types": ["street_number"]}, {"long_name": "Pirrama Road", "short_name": "Pirrama Rd", "types": ["route"]}, {"long_name": "Pyrmont", "short_name": "Pyrmont", "types": ["locality", "political"]}, {"long_name": "City of Sy... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"html_attributions": {"type": "array"}, "result": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types"... |
70d03709-ecbd-495e-8a26-4f84b59c9a26/e179ea3c-97f8-484d-bbf3-53d4723241d8/0/0 | Map Places | Discover the Map Places API – your gateway to enriching applications with location-based insights. Effortlessly access a wealth of information about places, from restaurants and landmarks to businesses and attractions. Elevate user experiences with tailored recommendations, detailed place data, and seamless integration... | 9.1 | Text Search | Text Search | 200 | Response | {"html_attributions": [], "next_page_token": "AUacShho6PhQm6mBzZu2aZboicj_PSRUSlwq7vAeDcy9KaBSyiB4kwDjWcPQKmazgTnLh21nZCuEMRlg0qBuk1hrOHNmzgubahtMQWSFGEXnG9yuKU1lQhKGHO0HIrLLjbqLxncbynCoDqlbnxsfp_TocWEdAfndaGdcJo3cEImHJR1_YjTWDAOeBiGbzc91jWy-2QUCYnO4Qg5HoYz7U5rd-mjezJqOkN5J3k-NbgF7kqnHzPEYx2uqHulpZi8g1Y2EuVkhDVQkvU5GOV... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"html_attributions": {"type": "array"}, "next_page_token": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "formatted_address": {"type": "string"}, "geometry"... |
70d03709-ecbd-495e-8a26-4f84b59c9a26/c7a80260-5b93-449c-9e03-f7738da3ccdb/0/0 | Map Places | Discover the Map Places API – your gateway to enriching applications with location-based insights. Effortlessly access a wealth of information about places, from restaurants and landmarks to businesses and attractions. Elevate user experiences with tailored recommendations, detailed place data, and seamless integration... | 9.1 | Nearby Search | Nearby Search | 200 | Response | {"html_attributions": [], "results": [{"business_status": "OPERATIONAL", "geometry": {"location": {"lat": -33.8587323, "lng": 151.2100055}, "viewport": {"northeast": {"lat": -33.85739847010727, "lng": 151.2112436298927}, "southwest": {"lat": -33.86009812989271, "lng": 151.2085439701072}}}, "icon": "https://maps.gstatic... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"html_attributions": {"type": "array"}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties":... |
70d03709-ecbd-495e-8a26-4f84b59c9a26/3e262f3e-f07b-49c7-b1f4-d99655068616/0/0 | Map Places | Discover the Map Places API – your gateway to enriching applications with location-based insights. Effortlessly access a wealth of information about places, from restaurants and landmarks to businesses and attractions. Elevate user experiences with tailored recommendations, detailed place data, and seamless integration... | 9.1 | Find Place | Find Place | 200 | Response | {"candidates": [{"formatted_address": "140 George St, The Rocks NSW 2000, Australia", "geometry": {"location": {"lat": -33.8599358, "lng": 151.2090295}, "viewport": {"northeast": {"lat": -33.85824377010728, "lng": 151.2104386798927}, "southwest": {"lat": -33.86094342989272, "lng": 151.2077390201073}}}, "name": "Museum ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"candidates": {"type": "array", "items": {"type": "object", "properties": {"formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng":... |
65feebae-b471-44f7-b335-4282bda9ef6f/545fc35e-730b-470e-bb58-2a1357c9ae40/0/0 | US Geo Data | Geo Location lookup for US zip codes, cities, counties, and states. Radius search, population data, & more! | null | Get Zips in Radius | Enter a zip code or latitude & longitude coordinates with a radius (in meters) to find other zip codes within the radius! | 200 | Response | [{"zip": "95125", "city": "San Jose", "county": "Santa Clara", "state": "CA", "lat": 37.29554, "lng": -121.89408, "distance": 0}, {"zip": "95115", "city": "San Jose", "county": "Santa Clara", "state": "CA", "lat": 37.30423, "lng": -121.88789, "distance": 1.111}, {"zip": "95155", "city": "San Jose", "county": "Santa Cla... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"zip": {"type": "string"}, "city": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "distance": {"type": "number"}}, "required": [... |
65feebae-b471-44f7-b335-4282bda9ef6f/8ddfa71e-0ee1-4999-8d76-2fe34b8b0b16/0/0 | US Geo Data | Geo Location lookup for US zip codes, cities, counties, and states. Radius search, population data, & more! | null | Lookup Zip Codes | Enter one or more US zip codes for a basic zip code translation
For many zips, separate by comma | 200 | Response | [{"zip": "95125", "city": "San Jose", "county": "Santa Clara", "state": "CA", "population": 54076}, {"zip": "95126", "city": "San Jose", "county": "Santa Clara", "state": "CA", "population": 37063}] | {"type": "array", "items": {"type": "object", "properties": {"zip": {"type": "string"}, "city": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "population": {"type": "integer"}}}} |
65feebae-b471-44f7-b335-4282bda9ef6f/2a9332b5-4754-4087-8422-f18702e5d1d6/0/0 | US Geo Data | Geo Location lookup for US zip codes, cities, counties, and states. Radius search, population data, & more! | null | Get Zips in City | Enter US city and State ID (ie "CA") to return all zip codes in a city.
Optional: sortByPopulation "asc" or "desc" | 200 | Response | [{"zip": "95123", "city": "San Jose", "county": "Santa Clara", "state": "CA", "population": 70005}, {"zip": "95127", "city": "San Jose", "county": "Santa Clara", "state": "CA", "population": 63220}, {"zip": "95111", "city": "San Jose", "county": "Santa Clara", "state": "CA", "population": 61183}, {"zip": "95112", "city... | {"type": "array", "items": {"type": "object", "properties": {"zip": {"type": "string"}, "city": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "population": {"type": "integer"}}}} |
65feebae-b471-44f7-b335-4282bda9ef6f/f9c7cfc6-6976-4089-845f-8605d2344224/0/0 | US Geo Data | Geo Location lookup for US zip codes, cities, counties, and states. Radius search, population data, & more! | null | Get Zips in County | Enter US county and State ID (ie "CA") to return all zip codes in a city.
Optional: sortByPopulation "asc" or "desc" | 200 | Response | [{"zip": "95035", "city": "Milpitas", "county": "Santa Clara", "countyFips": 6085, "state": "CA", "population": 75367}, {"zip": "95123", "city": "San Jose", "county": "Santa Clara", "countyFips": 6085, "state": "CA", "population": 70005}, {"zip": "95020", "city": "Gilroy", "county": "Santa Clara", "countyFips": 6085, "... | {"type": "array", "items": {"type": "object", "properties": {"zip": {"type": "string"}, "city": {"type": "string"}, "county": {"type": "string"}, "countyFips": {"type": "integer"}, "state": {"type": "string"}, "population": {"type": "integer"}}}} |
65feebae-b471-44f7-b335-4282bda9ef6f/c3c7d83a-ef87-417d-946b-6649daf4de5f/0/0 | US Geo Data | Geo Location lookup for US zip codes, cities, counties, and states. Radius search, population data, & more! | null | Get Zips in State | Enter US State ID (ie "CA") to return all zip codes in a state.
Optional: sortByPopulation "asc" or "desc" | 200 | Response | [{"zip": "02860", "city": "Pawtucket", "county": "Providence", "state": "RI", "population": 47175}, {"zip": "02895", "city": "Woonsocket", "county": "Providence", "state": "RI", "population": 41616}, {"zip": "02909", "city": "Providence", "county": "Providence", "state": "RI", "population": 40286}, {"zip": "02908", "ci... | {"type": "array", "items": {"type": "object", "properties": {"zip": {"type": "string"}, "city": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "population": {"type": "integer"}}}} |
49b6bfd8-132a-4a9b-95ca-4d57033a9e89/7a148345-d653-40ed-a14e-27f60141146c/0/0 | BNI ATM Locations | Get locations data of BNI ATM in Bogor | null | Get All Locations | Get all ATM locations | 200 | New Example | [{"id": 1, "location": "RS Sentosa", "address": "Jl. Raya Parung - Bogor, Kemang, Kab. Bogor", "village": "Kemang", "district": "Gunung Sindur", "city": "Kab. Bogor", "province": "Jawa Barat"}, {"id": 2, "location": "SPBU 34-16302 Wika", "address": "Jl. Raya Gunung Sindur KM.5 Curug - Gunung Sindur", "village": "Curug"... | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "location": {"type": "string"}, "address": {"type": "string"}, "village": {"type": "string"}, "district": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}}}} |
2783c69f-7923-4f4d-897b-7c8c66656344/3ae2a564-415c-45a8-9fe4-bd800f59bbd7/0/0 | District Capitals In Ghana | This API contains all district capitals in Ghana. | 7.6 | Get District Capital By ID | This endpoint gets a particular district capital by ID | 200 | Response | [{"_id": {"$oid": "6392ff1ffc6ce838447291cd"}, "COV_DIST_1": 2, "NAMECAP": "EFFIDUASE", "DISTRICT": "Sekyere East", "POPCAP": 8800, "POINT_X": 230399.330302, "POINT_Y": 241192.97272, "xcoord": -1.39721326075453, "ycoord": 6.850960868754482}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"_id": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}, "COV_DIST_1": {"type": "integer"}, "NAMECAP": {"type": "string"}, "DISTRICT": {"type": "string"}, "POPCAP": {"type": "int... |
2783c69f-7923-4f4d-897b-7c8c66656344/bb5307b7-0917-4a97-bb00-defd753ad4d1/0/0 | District Capitals In Ghana | This API contains all district capitals in Ghana. | 7.6 | Get All District Capital | The endpoint retrieves all the district capitals | 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"]} |
20835508-4338-4545-b96f-8493d63f5095/45e98e4c-449f-41bb-8aef-30fa003d5b62/0/0 | Reverse Geolocation | Lookup cities and countries using Longitude and Latitude | null | read_root__get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... | |
b35aa0dc-015f-493d-8536-c73819a9ba2e/abce21bf-2507-47a7-9221-121d8f9333eb/0/0 | GeoPop | Population and Buildings resources with a high level of detail (up to 10mt). | null | get_buildings | Get square meters of built-up area (Europe only) inside the area defined by
lat : latitude
lon : longitude
radius : radius (in meters) of the circular area around coordinates
resource parameter allows to define which kind of building resource is needed:
- all_buildings : both residential and not residential buildin... | 200 | Example_1 | {"lat": "45.4643037", "lon": "9.1907491", "radius": "1000", "buildings": "1000000", "resource": "all_buildings"} | {"type": "object", "properties": {"lat": {"type": "string", "description": "The user ID."}, "lon": {"type": "string", "description": "The user name."}, "radius": {"type": "string", "description": "The user ID."}, "buildings": {"type": "string", "description": "The user name."}, "resource": {"type": "string", "descripti... |
b35aa0dc-015f-493d-8536-c73819a9ba2e/e855ea20-d7ad-4847-9acf-6cf0c50db8bf/0/0 | GeoPop | Population and Buildings resources with a high level of detail (up to 10mt). | null | get_population | Get number of resident population inside the area defined by
lat : latitude
lon : longitude
radius : radius (in meters) of the circular area around coordinates
| 200 | Example_1 | {"lat": "45.4643037", "lon": "9.1907491", "radius": "300", "population": "513.2042"} | {"type": "object", "properties": {"lat": {"type": "string", "description": "The user ID."}, "lon": {"type": "string", "description": "The user name."}, "radius": {"type": "string", "description": "The user ID."}, "population": {"type": "string", "description": "The user name."}}} |
a58c943e-8253-43c8-9341-9934785bd19a/9315d489-d46c-45e4-8445-dd752119aab4/0/0 | GeoAPI | Search cities and countries blazingly fast | null | /city | Search by city name | 200 | Albuquerque Example | [{"id": "111130", "name": "Albuquerque", "country_code": "US", "lat": 35.08449, "lng": -106.65114, "country": {"id": "233", "name": "United States", "iso2": "US", "phonecode": "1", "native": "United States", "emoji": "\ud83c\uddfa\ud83c\uddf8"}, "state": {"id": "1423", "name": "New Mexico", "iso2": "NM"}}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "country_code": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "country": {"type": "object", "properties": {"id": {"type": "string"},... |
7934d90f-834c-48ef-b6c5-42eb56438745/ff774d07-8c49-48cf-ae9a-87e8e019711f/0/0 | Global WebServer or IP Response Time and Location | Check any domain or IP address for response time from 12 Global locations in all continents. IPv4 and IPv6 addresses detected, location, ping time, http time ,https time
Locations
1. California USA
2. New York USA
3. Toronto Canada
4. London UK
5. Bahrain UAE
6. Mumbai India
7. Singapore
8. Tokyo Japan
9. Sydney Austr... | 8 | Geo Ping Global IP lookup | Connects to 12 global servers and determines the local ip at that location for a given domain name or ip address, reports back location and response time of servers. | 200 | Response | {"california-US": {"server": "ca4.ipv6.systems", "ip_type": "ipv4", "results": {"seq": 1, "ip": "142.251.32.36", "type": "ipv4", "slaac": false, "domain": null, "global_unicast": false, "teredo": false, "six2four": false, "possible_mac": null, "latitude": 37.751, "longitude": -97.822, "isp": null, "city": null, "region... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"california-US": {"type": "object", "properties": {"server": {"type": "string"}, "ip_type": {"type": "string"}, "results": {"type": "object", "properties": {"seq": {"type": "integer"}, "ip": {"type": "string"}, "type": {"type": "string"}, "s... |
2f47c046-5a35-4a2b-96cb-77e3da3d3cd5/6de107f9-30f4-4eff-80d8-ad15f9080f22/0/0 | DVF | API DVF | null | DVF Search | DVF Search | 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"]} |
f73b563e-3675-47e0-ba10-6d2e0022e1b5/f58666ff-e57f-4d52-bcdc-bb6c3546d179/0/0 | IP GEO Location | ip2geo.io 🌍 Geolocation API provides geo data such as: country, city, latitude, longitude, currency, language, and more. These details enable a more accurate determination and customization of user experiences by leveraging geographical information. | 9.3 | Visitor Lookup | Returns the IP address of the visitor with all the location data | 200 | New Example | {"ip": "8.8.8.8", "type": "ipv4", "location": {"latitude": "37.4223", "longitude": "-122.085"}, "city": {"region_name": "California", "name": "Mountain View"}, "country": {"geoname_id": "6252001", "country_code": "US", "country_code_ISO3": "USA", "country_name": "United States", "country_name_native": {"de": "Vereinigt... | {"type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "string"}, "longitude": {"type": "string"}}}, "city": {"type": "object", "properties": {"region_name": {"type": "string"}, "name": {"type": "string"}}}, "country": {... |
f73b563e-3675-47e0-ba10-6d2e0022e1b5/eb338d5b-643c-4494-99a6-2a1e8bb7bfe1/0/0 | IP GEO Location | ip2geo.io 🌍 Geolocation API provides geo data such as: country, city, latitude, longitude, currency, language, and more. These details enable a more accurate determination and customization of user experiences by leveraging geographical information. | 9.3 | IP Lookup | Provides geo information for the given IP | 200 | New Example | {"ip": "8.8.8.8", "type": "ipv4", "location": {"latitude": "37.4223", "longitude": "-122.085"}, "city": {"region_name": "California", "name": "Mountain View"}, "country": {"geoname_id": "6252001", "country_code": "US", "country_code_ISO3": "USA", "country_name": "United States", "country_name_native": {"de": "Vereinigt... | {"type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "string"}, "longitude": {"type": "string"}}}, "city": {"type": "object", "properties": {"region_name": {"type": "string"}, "name": {"type": "string"}}}, "country": {... |
07d3b656-825f-4a4e-b1c2-05746065f90b/302013e2-ed54-4c4e-8841-c72979b9ce79/0/0 | Country State City - Search REST API | All countries, states, and cities worldwide. Well-structured. Easy to use. Location & Address REST API. | 8.8 | Cities By Country Code | This endpoint responds with the names and codes of all cities belonging to the country specified by the "countrycode" query parameter. We recommend using the "Cities By Country Code and State Code" endpoint for listing cities as it is faster and more accurate than this one. | 200 | New Example | [{"name": "Abangares", "countryCode": "CR", "stateCode": "G", "latitude": "10.21667000", "longitude": "-85.00000000"}, {"name": "Acosta", "countryCode": "CR", "stateCode": "SJ", "latitude": "9.80000000", "longitude": "-84.20000000"}, {"name": "Alajuela", "countryCode": "CR", "stateCode": "A", "latitude": "10.01625000",... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "countryCode": {"type": "string"}, "stateCode": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}, "required": ["countryCode", "latitude", "longitude",... |
07d3b656-825f-4a4e-b1c2-05746065f90b/48698bf5-f88e-42e3-8895-5a490af05d7e/0/0 | Country State City - Search REST API | All countries, states, and cities worldwide. Well-structured. Easy to use. Location & Address REST API. | 8.8 | States By Country Code | This endpoint responds with the names and codes of all states or provinces belonging to the country specified by the "countrycode" query parameter. | 200 | New Example | [{"name": "Alabama", "isoCode": "AL", "countryCode": "US", "latitude": "32.31823140", "longitude": "-86.90229800"}, {"name": "Alaska", "isoCode": "AK", "countryCode": "US", "latitude": "64.20084130", "longitude": "-149.49367330"}, {"name": "American Samoa", "isoCode": "AS", "countryCode": "US", "latitude": "-14.2709720... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "isoCode": {"type": "string"}, "countryCode": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}}, "required": ["countryCode", "isoCode", "latitude", "lo... |
07d3b656-825f-4a4e-b1c2-05746065f90b/73e2a414-a218-4fb4-8d01-b4781265cbb7/0/0 | Country State City - Search REST API | All countries, states, and cities worldwide. Well-structured. Easy to use. Location & Address REST API. | 8.8 | Country Data By Country Code | This endpoint responds with an object containing the information for the country corresponding to the country code provided in the "countrycode" query parameter. This object contains the same information as the object for that country in the "all countries" endpoint. | 200 | New Example | {"name": "United States", "isoCode": "US", "flag": "\ud83c\uddfa\ud83c\uddf8", "phonecode": "1", "currency": "USD", "latitude": "38.00000000", "longitude": "-97.00000000", "timezones": [{"zoneName": "America/Adak", "gmtOffset": -36000, "gmtOffsetName": "UTC-10:00", "abbreviation": "HST", "tzName": "Hawaii\u2013Aleutian... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "isoCode": {"type": "string"}, "flag": {"type": "string"}, "phonecode": {"type": "string"}, "currency": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "timezones": {"type": "a... |
6b2634d2-cb35-4a00-91eb-2146ea021184/3b0013cf-bb2e-4738-b0fe-f5f676a160b9/0/0 | Find By Address | “Find By Address” API gets addresses for given search term. This API provides a JSON interface to search UK addresses. This API gives access to Royal Mail PAF data and Geocoding. his API uses the latest PAF and Multiple Residence data from Royal Mail. | null | Find By Address | “Find By Address” API gets addresses for the given search term. This API provides a JSON interface to search UK addresses. This API gives access to Royal Mail PAF data and Geocoding. | 200 | New Example | {"status": 200, "message": "Success", "result": {"total": 3, "hits": [{"address": "Dana Centre, Wellcome Wolfson Building, 165 Queen's Gate, LONDON, SW7 5HD", "building_name": "Wellcome Wolfson Building", "building_number": "165", "line_1": "Dana Centre", "line_2": "Wellcome Wolfson Building", "line_3": "165 Queen's Ga... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "result": {"type": "object", "properties": {"total": {"type": "integer"}, "hits": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "buil... |
8fd1f8fc-0d37-4648-ac79-80a6e9d3dcd3/3f31e445-1b23-422b-bca2-78ebdca964a0/0/0 | Indonesian Postal Code List and Search | An API to pull data of Indonesian postal code by Province, City / District, Sub District, and village. | null | Postal Code by Province (slug) | Get list of area and postal code by Province. | 200 | Response | {"success": true, "page": 1, "perPage": 25, "totlaItems": 6464, "totalPages": 259, "data": [{"province_code": 11, "province_slug": "aceh", "city_slug": "pidie-jaya-aceh", "sub_district": "BANDAR BARU", "sub_district_slug": "bandar-baru-pidie-jaya-aceh", "village_name": "ABAH LUENG", "village_slug": "abah-lueng-bandar-b... | {"type": "object", "properties": {"success": {"type": "boolean"}, "page": {"type": "integer"}, "perPage": {"type": "integer"}, "totlaItems": {"type": "integer"}, "totalPages": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"province_code": {"type": "integer"}, "province_slug":... |
8fd1f8fc-0d37-4648-ac79-80a6e9d3dcd3/11716134-b9f5-4c4e-b778-6d8f3ea5133a/0/0 | Indonesian Postal Code List and Search | An API to pull data of Indonesian postal code by Province, City / District, Sub District, and village. | null | Search Data by Query | You can query data from our database by some keyword such as:
Province Name (Provinsi)
City Name (Kota / Kabupaten)
Sub District Name (Kecamatan)
Urban Name (Kelurahan/Desa)
Postal Code (Kode Pos)
| 200 | Response | {"success": true, "page": 1, "perPage": 25, "totlaItems": 58, "totalPages": 3, "data": [{"province_code": 14, "province_slug": "riau", "city_slug": "pekanbaru-riau", "sub_district": "PAYUNG SEKAKI", "sub_district_slug": "payung-sekaki-pekanbaru-riau", "village_name": "AIR HITAM", "village_slug": "air-hitam-payung-sekak... | {"type": "object", "properties": {"success": {"type": "boolean"}, "page": {"type": "integer"}, "perPage": {"type": "integer"}, "totlaItems": {"type": "integer"}, "totalPages": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"province_code": {"type": "integer"}, "province_slug":... |
8fd1f8fc-0d37-4648-ac79-80a6e9d3dcd3/aba9ddc8-40d8-4a96-ab9d-67c99840e12f/0/0 | Indonesian Postal Code List and Search | An API to pull data of Indonesian postal code by Province, City / District, Sub District, and village. | null | Get Postal Code Information | Get details from some postal code, sometime some postal code used by one or more urban / village | 200 | Response | {"success": true, "page": 1, "perPage": 25, "totlaItems": 22, "totalPages": 1, "data": [{"province_code": 17, "province_slug": "bengkulu", "city_slug": "rejang-lebong-bengkulu", "sub_district": "BERMANI ULU RAYA", "sub_district_slug": "bermani-ulu-raya-rejang-lebong-bengkulu", "village_name": "AIR BENING", "village_slu... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "page": {"type": "integer"}, "perPage": {"type": "integer"}, "totlaItems": {"type": "integer"}, "totalPages": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"province... |
8fd1f8fc-0d37-4648-ac79-80a6e9d3dcd3/777c7772-2a09-49c2-bd5c-e08d9ae58da6/0/0 | Indonesian Postal Code List and Search | An API to pull data of Indonesian postal code by Province, City / District, Sub District, and village. | null | Postal Code by Urban (Kelurahan / Desa) | Get postal code from an urban / village (Kelurahan/Desa) | 200 | Response | {"success": true, "data": {"province_code": 17, "province_slug": "bengkulu", "city_slug": "rejang-lebong-bengkulu", "sub_district": "BERMANI ULU RAYA", "sub_district_slug": "bermani-ulu-raya-rejang-lebong-bengkulu", "village_name": "AIR BENING", "village_slug": "air-bening-bermani-ulu-raya-rejang-lebong-bengkulu", "pos... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"province_code": {"type": "integer"}, "province_slug": {"type": "string"}, "city_slug": {"type": "string"}, "sub_district": {"type": "string"}, "sub_district_slug": {"... |
8fd1f8fc-0d37-4648-ac79-80a6e9d3dcd3/02139b15-215c-4916-9250-9524c98605d4/0/0 | Indonesian Postal Code List and Search | An API to pull data of Indonesian postal code by Province, City / District, Sub District, and village. | null | Postal Code by Sub District (Kecamatan) | Get postal code from selected Sub District (Kecamatan) | 200 | Response | {"success": true, "page": 1, "perPage": 25, "totlaItems": 10, "totalPages": 1, "data": [{"province_code": 17, "province_slug": "bengkulu", "city_slug": "rejang-lebong-bengkulu", "sub_district": "BERMANI ULU RAYA", "sub_district_slug": "bermani-ulu-raya-rejang-lebong-bengkulu", "village_name": "AIR BENING", "village_slu... | {"type": "object", "properties": {"success": {"type": "boolean"}, "page": {"type": "integer"}, "perPage": {"type": "integer"}, "totlaItems": {"type": "integer"}, "totalPages": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"province_code": {"type": "integer"}, "province_slug":... |
8fd1f8fc-0d37-4648-ac79-80a6e9d3dcd3/c286ecc4-acd3-47cf-ab72-83dcb9daef00/0/0 | Indonesian Postal Code List and Search | An API to pull data of Indonesian postal code by Province, City / District, Sub District, and village. | null | Postal Code by City (slug) | get postal code list from area on selected city | 200 | Response | {"success": true, "page": 1, "perPage": 25, "totlaItems": 156, "totalPages": 7, "data": [{"province_code": 17, "province_slug": "bengkulu", "city_slug": "rejang-lebong-bengkulu", "sub_district": "CURUP", "sub_district_slug": "curup-rejang-lebong-bengkulu", "village_name": "ADIREJO", "village_slug": "adirejo-curup-rejan... | {"type": "object", "properties": {"success": {"type": "boolean"}, "page": {"type": "integer"}, "perPage": {"type": "integer"}, "totlaItems": {"type": "integer"}, "totalPages": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"province_code": {"type": "integer"}, "province_slug":... |
8fd1f8fc-0d37-4648-ac79-80a6e9d3dcd3/271e9e78-a9f6-4956-acfc-3e0f070bc437/0/0 | Indonesian Postal Code List and Search | An API to pull data of Indonesian postal code by Province, City / District, Sub District, and village. | null | List Indonesian Province | This list will be used ond another endpoint to take postal code by province name | 200 | Response | {"success": true, "data": [{"province_name": "ACEH", "province_slug": "aceh"}, {"province_name": "SUMATERA UTARA", "province_slug": "sumatera-utara"}, {"province_name": "SUMATERA BARAT", "province_slug": "sumatera-barat"}]} | {"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "array", "items": {"type": "object", "properties": {"province_name": {"type": "string"}, "province_slug": {"type": "string"}}}}}} |
cefa8f50-dba7-4b45-af49-2753512793d6/6a7df1b1-827e-4523-b74c-04ab5320df71/0/0 | IPGeoLookup: Ip Address Lookup Api | Check if an IP address is valid and get detailed info using our easy reverse IP lookup API | null | IP Address Lookup | Get whole data about any IP address by the way that is valid. You can be also check its validity. | 200 | New Example | {"ipVersion": 4, "ipAddress": "8.8.8.8", "latitude": 37.405991, "longitude": -122.078514, "countryName": "United States of America", "countryCode": "US", "timeZone": "-07:00", "zipCode": "94043", "cityName": "Mountain View", "regionName": "California", "continent": "Americas", "continentCode": "AM"} | {"type": "object", "properties": {"ipVersion": {"type": "integer"}, "ipAddress": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "countryName": {"type": "string"}, "countryCode": {"type": "string"}, "timeZone": {"type": "string"}, "zipCode": {"type": "string"}, "cityName": {"type": ... |
b19ccdb7-46dc-4f50-9176-3fa9c42d365c/5e5bdd46-742b-45f9-bc20-0990792da9a8/0/0 | IP Lookup | IP Lookup API provides detailed information about location, security, company, currency, and IP address. | 7.1 | IP Lookup | IP Lookup | 200 | Response | {"ip": "8.8.8.8", "type": "IPv4", "hostname": "dns.google", "carrier": {"name": null, "mcc": null, "mnc": null}, "company": {"domain": "google.com", "name": "Google LLC", "type": "isp"}, "connection": {"asn": 15169, "domain": "google.com", "organization": "Google LLC", "route": "8.8.8.0/24", "type": "hosting"}, "curren... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "type": {"type": "string"}, "hostname": {"type": "string"}, "carrier": {"type": "object", "properties": {"name": {"type": "null"}, "mcc": {"type": "null"}, "mnc": {"type": "null"}}, "required": ["mcc", "mnc", "name"... |
581dedc8-e8ce-47c6-8444-7b6a7115cd9b/a61c1da3-a71f-47f9-b522-922359e8df3d/0/0 | Get IP Info | Api for get ip information and location of it and other | null | get address | to get address using latitude and longitude | 200 | New Example | {"address": "\u0634\u0627\u0631\u0639 \u0627\u0644\u0642\u0635\u0631 \u0627\u0644\u0639\u064a\u0646\u064a, \u0627\u0644\u0627\u0646\u0634\u0627 \u0648\u0627\u0644\u0645\u0646\u064a\u0631\u0647, \u0628\u0627\u0628 \u0627\u0644\u0644\u0648\u0642, \u0627\u0644\u0642\u0627\u0647\u0631\u0629, 11241, \u0645\u0635\u0631"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"address": {"type": "string"}}, "required": ["address"]} |
581dedc8-e8ce-47c6-8444-7b6a7115cd9b/70c41868-db29-4dda-919f-8d0b15ffa65d/0/0 | Get IP Info | Api for get ip information and location of it and other | null | get ip info | get ip information | 200 | New Example | {"ip": "8.8.8.8", "network": "8.8.8.0/24", "version": "IPv4", "city": "Mountain View", "region": "California", "region_code": "CA", "country": "US", "country_name": "United States", "country_code": "US", "country_code_iso3": "USA", "country_capital": "Washington", "country_tld": ".us", "continent_code": "NA", "in_eu": ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ip": {"type": "string"}, "network": {"type": "string"}, "version": {"type": "string"}, "city": {"type": "string"}, "region": {"type": "string"}, "region_code": {"type": "string"}, "country": {"type": "string"}, "country_name": {"type": "str... |
93f0fd0c-b5a7-4278-bbd0-f049f48733b4/1a9bb0e5-41a3-4510-a40d-7674ec22ccae/0/0 | Zipcodestack - Free Zip Code API | Free Zip Code API | null | gETv1status | Returns the remaining requests for the given API key. | 200 | null | {"requests": 1245501} | {"type": "object", "properties": {"requests": {"type": "integer"}}} |
93f0fd0c-b5a7-4278-bbd0-f049f48733b4/3ae3d292-1e68-40b7-82f9-5af79ee1b881/0/0 | Zipcodestack - Free Zip Code API | Free Zip Code API | null | gETv1search | Search zip codes with this endpoint | 200 | null | {"query": {"codes": ["99501", "90210"], "country": "us"}, "results": {"90210": [{"postal_code": "90210", "country_code": "US", "latitude": 34.0901, "longitude": -118.4065, "city": "Beverly Hills", "state": "California", "city_en": "Beverly Hills", "state_en": "California", "state_code": "CA"}], "99501": [{"postal_code"... | {"type": "object", "properties": {"query": {"type": "object", "properties": {"codes": {"type": "array", "items": {"type": "string"}}, "country": {"type": "string"}}}, "results": {"type": "object", "properties": {"90210": {"type": "array", "items": {"type": "object"}}, "99501": {"type": "array", "items": {"type": "objec... |
93f0fd0c-b5a7-4278-bbd0-f049f48733b4/aa4125fb-d42f-4832-a4d1-a0a0b5f1cd68/0/0 | Zipcodestack - Free Zip Code API | Free Zip Code API | null | gETv1distance | Calculates the distance between one and other postalcodes | 200 | null | {"query": {"code": "99501", "compare": ["90210", "15106"], "country": "us", "unit": "km"}, "results": {"15106": 5115.42, "90210": 3754.89}} | {"type": "object", "properties": {"query": {"type": "object", "properties": {"code": {"type": "string"}, "compare": {"type": "array", "items": {"type": "string"}}, "country": {"type": "string"}, "unit": {"type": "string"}}}, "results": {"type": "object", "properties": {"15106": {"type": "number"}, "90210": {"type": "nu... |
ace4ec78-86f8-4cb9-b18c-7e3989d816ad/b2c0cae2-f42e-4d2f-8ff9-b22f990a642d/0/0 | Income by Zipcode | Income by zipcode is a simple API for getting income by zipcode data in the United States. | 6.3 | Income By Zipcode | Income By Zipcode | 200 | Response | [{"income_data": {"Households": 7466, "Income100kTo150k": 1481, "Income150kTo200k": 845, "Income25To44Years": 108924, "Income25To44YearsError": 17151, "Income25kTo50k": 1110, "Income45To64Years": 136424, "Income45To64YearsError": 8732, "Income50kTo75k": 776, "Income65YearsAndOver": 56759, "Income65YearsAndOverError": 1... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"income_data": {"type": "object", "properties": {"Households": {"type": "integer"}, "Income100kTo150k": {"type": "integer"}, "Income150kTo200k": {"type": "integer"}, "Income25To44Years": {"type": "integer"}, "Incom... |
8f803f38-7e29-4546-89c9-770ca4d6912f/36bfc164-8062-40cc-b889-3b59adf8ebf5/0/0 | Australian postcode to suburb | Find out all the Australian suburbs using postcode. | 8 | Get all suburbs and postcodes in a radius | This endpoint takes your epic centre latitude, longitude along with radius in KM and returns all postcodes and suburbs within it. | 200 | New Example | [{"postcode": "1134", "suburb": "Sydney", "state": "NSW", "latitude": "-33.86885141", "longitude": "151.2093319", "distance": "0.0"}, {"postcode": "1135", "suburb": "Sydney", "state": "NSW", "latitude": "-33.86885141", "longitude": "151.2093319", "distance": "0.0"}, {"postcode": "1234", "suburb": "Sydney South", "state... | {"type": "array", "items": {"type": "object", "properties": {"postcode": {"type": "string"}, "suburb": {"type": "string"}, "state": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "distance": {"type": "string"}}}} |
8f803f38-7e29-4546-89c9-770ca4d6912f/3170d073-7de6-454f-b6f8-207b5dca4fd8/0/0 | Australian postcode to suburb | Find out all the Australian suburbs using postcode. | 8 | Get a list of states | This endpoint return 3 letter states for the passed postcode. | 200 | New Example | ["NSW"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.