Access to the Names Day API requires an Authorization token to be supplied, via the authorization header, in all request sent to the endpoint.
The content type of requests must be application/json and the response will also be in the json format.
POST https://namesday.au/api/v1/names Copied
This will return a list of names for the given date supplied in the request.
Field | Type | Description |
---|---|---|
date * | string | The date in the format YYYY-MM-DD e.g. "2024-06-30" |
OR | ||
day | string|integer | The numerical day of the month i.e. 1-31 |
month | string|integer | The numerical month of the year i.e. 1-12 |
{"date" : "2024-06-30"}
{"day" : 20, "month": 8}
Plans
Free | 24 requests/day | $0/year
Basic | 100 requests/day | $119/year
Pro | 1,000 requests/day | $499/year
Elite | 10,000 requests/day | $899/year