Skip to main content

Sandbox

Base URL: https://dev.namify.host
Purpose: Testing and development in a safe environment with no real charges.

Production

Base URL: https://namify.host
Purpose: Live domain purchases, renewals and domain management
AI-Ready DocumentationCopy any endpoint and use ChatGPT or Claude to generate production-ready code — or use the
“Ask a question…” for instant answers inside the docs.

Versioning

The version is embedded in the URL path (/v1/). Breaking changes increment the major version with at least 6 months of parallel support. Non-breaking changes (new fields, new endpoints) ship continuously.

Request format

All request bodies must be JSON with Content-Type: application/json. Query parameters are used for filtering and pagination on GET requests.

Response structure

Response shapes vary by endpoint. Most successful responses return a flat JSON object:
Error responses return a message field. Errors originating from the upstream registrar also include a status field:

Pagination

The /api/v1/domains/orders endpoint is the only paginated endpoint. It uses page-based pagination via the page query parameter (defaults to 1). The response includes total_orders (total matching records) and orders_on_page (count on the current page).

Common headers

HTTP status codes