GET /api/v2/items/42/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 42,
    "com2us_id": 5004,
    "url": "https://swarfarm.com/api/v2/items/42/?format=api",
    "name": "Shiny Light Crystal",
    "category": "Craft Material",
    "icon": "craftstuff_icon_0000_05_04.png",
    "description": "It's a crystal with the power of Light. Used as Craft material.",
    "sell_value": 0
}