---
title: "Return the current git commit ID. Only available on localhost."
method: GET
path: "/api/git_id"
tags: ["/api"]
---

# Return the current git commit ID. Only available on localhost.

`GET /api/git_id`

## Response `200`

Success

- GitIdResponse — Response for `/api/git_id` — current deployment's git commit. Attributes: git_id: Git commit hash of the deployed code.
  - `git_id` string, required

---

[API](https://skmtc.net/transitmatters/apis/data-dashboard-api.md) · [All operations](https://skmtc.net/transitmatters/apis/data-dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transitmatters/data-dashboard-api/versions/4bc220e599eb/schema)
