For the complete documentation index, see llms.txt. This page is also available as Markdown.

Adr Un Codes

List ADR UN codes

get
Authorizations
AuthenticationstringRequired

Authentication is token based. You can issue a token for your API request from the 'API' section of the settings menu. The token MUST be sent in a Authorization header with each request.

Example of authenticated request

$ curl -X GET -H "Authorization: Token <your token>" "https://api.dashdoc.eu/api/v4/"
Query parameters
pageintegerOptional

A page number within the paginated result set.

searchstringOptional

Search by code or description, not case sensitive.

Example: gasoline
orderingstringOptional

Order results by code. Ascending with code and descending with -code.

Example: code
Responses
200

Get successful

application/json
countintegerOptionalExample: 1
nextstring · nullableOptional
previousstring · nullableOptional
get/adr-un-codes/
200

Get successful

Last updated

Was this helpful?