Welcome to the new home of the HDX FAQ
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Util

Display the API and SQL Alchemy versions

get
Responses
200

Successful Response

application/json
api_versionstring · max: 16Required
hapi_sqlalchemy_schema_versionstring · max: 16Required
get/api/v2/util/version
GET /api/v2/util/version HTTP/1.1
Host: hapi.humdata.org
Accept: */*
200

Successful Response

{
  "api_version": "text",
  "hapi_sqlalchemy_schema_version": "text"
}

Last updated

Was this helpful?