Getting Started
Overview
REST Resources

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 NameValue

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 CodeDescription

400

Consider these reasons:

  • Empty array was passed.

  • Array contains more than 1,000 Geophrases.

  • Any Geophrase provided in the request array does match regex  

    ^[a-z]{3}-[a-z]{3}-[a-z]{3}$

403

Consider these reasons:

  • Missing or incorrect X-API-Key header

  • Insufficient wallet balance



Next step

Get Own Geophrases

© theFront. 2025, Maccarian. All rights reserved