API endpoint for viewing basic bicycle chain information.
Public access - no authentication required.
Responses are cached for 5 minutes.

GET /api/v1/chains/?format=api&ordering=brand_name
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 6,
        "image_url": null,
        "images": null,
        "model_name": "Belt Drive System",
        "links_count": 0,
        "brand_name": "Belt Drive",
        "colour": "Black",
        "speed_compatibility": "N/A"
    },
    {
        "id": 3,
        "image_url": null,
        "images": null,
        "model_name": "KMC X11",
        "links_count": 116,
        "brand_name": "KMC",
        "colour": "Silver",
        "speed_compatibility": "11-speed"
    },
    {
        "id": 2,
        "image_url": null,
        "images": null,
        "model_name": "Kmc x9",
        "links_count": 116,
        "brand_name": "KMC",
        "colour": "Silver",
        "speed_compatibility": "9-speed"
    },
    {
        "id": 5,
        "image_url": null,
        "images": null,
        "model_name": "KMC Z1",
        "links_count": 116,
        "brand_name": "KMC",
        "colour": "Grey",
        "speed_compatibility": "1-speed"
    },
    {
        "id": 8,
        "image_url": "https://robbiefallcycles.cc/media/bikes/chains/KMC_X-12_Aurora.webp",
        "images": "https://robbiefallcycles.cc/media/bikes/chains/KMC_X-12_Aurora.webp",
        "model_name": "KMC X-12 Aurora",
        "links_count": 116,
        "brand_name": "KMC",
        "colour": "multi coloured / rainbow",
        "speed_compatibility": "12"
    },
    {
        "id": 4,
        "image_url": null,
        "images": null,
        "model_name": "KMC X10",
        "links_count": 116,
        "brand_name": "Kmx",
        "colour": "Silver",
        "speed_compatibility": "10-speed"
    },
    {
        "id": 7,
        "image_url": "https://robbiefallcycles.cc/media/bikes/chains/Shimano_R8100_chain.webp",
        "images": "https://robbiefallcycles.cc/media/bikes/chains/Shimano_R8100_chain.webp",
        "model_name": "Shimano R8100",
        "links_count": 126,
        "brand_name": "Shimano",
        "colour": "Silver",
        "speed_compatibility": "12"
    }
]