# Get widget **GET /api/widgets/{widget}** ## Servers - Production: https://example.com (Production) - Development: http://localhost (Development) ## Parameters ### Path parameters - **widget** (string) The unique identifier of a widget. ## Responses ### 200 OK #### Body: application/json (object) - **data** (array | object) - **links** (object) Links related to the response. This is useful for pagination, for example. - **Additional properties are NOT allowed** () ### 404 Not Found #### Body: application/problem+json (object) - **title** (string) - **detail** (string) [Powered by Bump.sh](https://bump.sh)