v1

latestOpenAPI 3.1.0Open Government Licence v32026-07-2351213.5 KB
validate

Validate AGS4 File(s) and ZIP files containing AGS4 File(s)

Validate AGS4 file(s) to the AGS File Format v4.x rules and the NGDC data submission requirements. Uses the Offical AGS4 Python Library.

post/v7/validate/

Response

Return a log in json or text

msgstring required
typestring required
selfstring required

Example response

{
  "msg": "Example response",
  "type": "success",
  "self": "http://example.com/apis/query",
  "data": [
    {
      "filename": "example.ags",
      "checkers": [
        "python_ags4 v1.1.0"
      ],
      "dictionary": "Standard_dictionary_v4_1_1.ags",
      "time": "2021-08-18 09:23:29",
      "message": "7 error(s) found in file!"
    }
  ]
}
All 5 operations