| Endpoint | Description |
|---|---|
| GET /v1/icons/:icon_id | Gets an icon |
Gets an icon
| Location | Name | Type | Required? | Description |
|---|---|---|---|---|
| url |
:icon_id
|
string | ✔️ | Icon ID. |
Header:
GET /v1/icons/0
Host: api.pkmnapi.com
Authorization: Bearer <access_token>
Body:
None
Header:
HTTP/1.1 200 OK
Content-Type: image/gif
Content-Disposition: attachment; filename="icon-0.gif"
Server: pkmnapi/0.1.0
Body:
![]()