Home
Neynar
Check Domain Availability
Check Domain Availability
Checks whether a custom *.neynar.app subdomain is available for assignment. Validates format, checks reserved names, and verifies no other active deployment is using it. Note: Studio CU is tracked based on LLM token usage, not per API call.
studio
Check Domain Availability is an example object payload from Neynar, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary description tags parameters requestBody responses
Example Payload
{
"operationId": "check-domain-availability",
"method": "GET",
"path": "/v2/studio/vercel/domain/check",
"summary": "Check if a custom subdomain is available",
"description": "Checks whether a custom *.neynar.app subdomain is available for assignment. Validates format, checks reserved names, and verifies no other active deployment is using it. Note: Studio CU is tracked based on LLM token usage, not per API call.",
"tags": [
"studio"
],
"parameters": [
{
"name": "fid",
"in": "query",
"required": true,
"description": "Farcaster ID of the requesting user",
"schema": {
"example": 3,
"format": "int32",
"minimum": 0,
"type": "integer"
}
},
{
"name": "subdomain",
"in": "query",
"required": true,
"description": "The desired subdomain (without .neynar.app suffix). Must be 3-63 characters, lowercase alphanumeric and hyphens only.",
"schema": {
"maxLength": 63,
"minLength": 3,
"pattern": "^[a-z0-9]([a-z0-9-]*[a-z0-9])?$",
"type": "string"
}
}
],
"requestBody": null,
"responses": {
"200": {
"description": "Success",
"schema": {
"properties": {
"available": {
"description": "Whether the subdomain is available",
"type": "boolean"
},
"domain": {
"description": "The full domain (e.g., myapp.neynar.app)",
"type": "string"
},
"reason": {
"description": "Reason why the subdomain is unavailable (e.g., \"reserved\", \"taken\")",
"type": "string"
}
},
"required": [
"available",
"domain"
],
"type": "object"
},
"example": null
},
"400": {
"description": "Bad Request",
"schema": {
"properties": {
"error": {
"type": "string"
},
"success": {
"enum": [
false
],
"type": "boolean"
}
},
"required": [
"success",
"error"
],
"type": "object"
},
"example": null
},
"500": {
"description": "Server Error",
"schema": {
"properties": {
"error": {
"type": "string"
},
"success": {
"enum": [
false
],
"type": "boolean"
}
},
"required": [
"success",
"error"
],
"type": "object"
},
"example": null
}
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/check-domain-availability"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.