# Retrieve data by ID **GET /data/{id}** Retrieve data from the database using the unique identifier. ## Servers - Main production server: https://api.kartsriv.com/v1 (Main production server) ## Parameters ### Path parameters - **id** (string) The unique identifier of the data. ## Responses ### 200 Data found #### Body: application/json (object) - **id** (string) - **name** (string) - **value** (object) ### 404 Data not found #### Body: application/json (object) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)