API Documentation

This API provides access to the processing times data used on this website.

GET

/api/processing-times/dates

Returns a list of available data periods (YYYY-MM).

[
  "2025-09",
  "2025-04",
  "2024-10"
]
GET

/api/processing-times

Returns processing times data for a specific date.

Response

[
  {
    "name": "Engineer/Specialist in Humanities/International Services",
    "category": "work",
    "COE": 25,
    "extension": 14,
    "change": 20
  },
  ...
]