Bulk Read
HTTP request
POST https://api.geophrase.com/business/geophrases-bulk-read/
Example request
curl --location 'https://api.geophrase.com/business/geophrases-bulk-read/' \
--header 'X-API-Key: {API key}' \
--header 'Content-Type: application/json' \
--data '[
"cat-dog-bat",
"pah-aki-rer",
"yau-bao-kil",
"kid-gus-zel"
]'Request headers
| Header Name | Value |
|---|---|
X-API-Key Required | {API key} |
Content-Type Required | application/json |
Request body
The request body contains JSON array of valid Geophrases.
[
"cat-dog-bat",
"boj-koi-moi",
...
]Response
Returns status code 200 and a JSON array of Geophrase instances.
Error response
Returns 4xx HTTP status code and an error response.
| Status Code | Description |
|---|---|
400 | Consider these reasons:
|
403 | Consider these reasons:
|
Next step
Get Own Geophrases