# GetResources **GET /maps/{mapid}/resources/** Return all resources for that map ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **mapid** (integer) ### Query parameters - **mappass** (string) Pass for the map ## Responses ### 200 Default Response #### Body: application/json (array[object]) - **resourceid** (number) - **mapid** (number) - **resourcetype** (string) - **quality** (number) - **x** (number) - **y** (number) - **token** (string) - **typemap** (string) - **description** (string) - **lastharvested** (string) ### 400 Bad Request #### Body: application/json (string) string ### 401 Unauthorized #### Body: application/json (string) string ### 404 Not Found #### Body: application/json (string) string ### 503 Service Unavailable #### Body: application/json (string) string [Powered by Bump.sh](https://bump.sh)