# Repository Lookup **GET /jailbreak/repository/{repositorySlug}** Retrieve a repository's metadata by its slug ## Servers - Production API: http://api.example.com (Production API) ## Parameters ### Path parameters - **repositorySlug** (string) The slug to lookup ## Responses ### 200 OK #### Body: application/json (object) - **message** (string) - **date** (string(date-time)) - **data** (object) ### 400 Bad Request #### Body: application/json (object) - **error** (string) The error message - **message** (string) The HTTP status code for the error - **date** (string) The date and time of the error ### 404 Not Found #### Body: application/json (object) - **date** (string) The date and time of the error - **message** (string) The HTTP status code for the error [Powered by Bump.sh](https://bump.sh)