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

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

[
    {
        "id": 4,
        "chain": {
            "id": 5,
            "image_url": null,
            "images": null,
            "model_name": "KMC Z1",
            "links_count": 116,
            "brand_name": "KMC",
            "colour": "Grey",
            "speed_compatibility": "1-speed"
        },
        "image_url": null,
        "images": null,
        "model_name": "Fixed gear",
        "brand_name": "Not specified",
        "rotor_size": "Rim brake",
        "Chainring_sizes": "non-standard",
        "other": "46/16",
        "chainring_other": "",
        "speed": "1-speed",
        "weight_grams": 750,
        "is_electronic": false,
        "crankset_ref": 1
    },
    {
        "id": 1,
        "chain": {
            "id": 2,
            "image_url": null,
            "images": null,
            "model_name": "Kmc x9",
            "links_count": 116,
            "brand_name": "KMC",
            "colour": "Silver",
            "speed_compatibility": "9-speed"
        },
        "image_url": "https://robbiefallcycles.cc/media/bikes/groupsets/Ultegra9.jpeg",
        "images": "https://robbiefallcycles.cc/media/bikes/groupsets/Ultegra9.jpeg",
        "model_name": "Ultegra 9 speed",
        "brand_name": "Shimano",
        "rotor_size": "Rim brake",
        "Chainring_sizes": "non-standard",
        "other": "N/A",
        "chainring_other": "",
        "speed": "9",
        "weight_grams": 2000,
        "is_electronic": false,
        "crankset_ref": null
    },
    {
        "id": 2,
        "chain": {
            "id": 3,
            "image_url": null,
            "images": null,
            "model_name": "KMC X11",
            "links_count": 116,
            "brand_name": "KMC",
            "colour": "Silver",
            "speed_compatibility": "11-speed"
        },
        "image_url": "https://robbiefallcycles.cc/media/bikes/groupsets/shim105r7000.webp",
        "images": "https://robbiefallcycles.cc/media/bikes/groupsets/shim105r7000.webp",
        "model_name": "105 R7000",
        "brand_name": "Shimano",
        "rotor_size": "Rim brake",
        "Chainring_sizes": "52/36",
        "other": "N/A",
        "chainring_other": "",
        "speed": "11",
        "weight_grams": 2500,
        "is_electronic": false,
        "crankset_ref": null
    },
    {
        "id": 3,
        "chain": {
            "id": 4,
            "image_url": null,
            "images": null,
            "model_name": "KMC X10",
            "links_count": 116,
            "brand_name": "Kmx",
            "colour": "Silver",
            "speed_compatibility": "10-speed"
        },
        "image_url": "https://robbiefallcycles.cc/media/bikes/groupsets/grx400.webp",
        "images": "https://robbiefallcycles.cc/media/bikes/groupsets/grx400.webp",
        "model_name": "GRX 400",
        "brand_name": "Shimano",
        "rotor_size": "160mm rotors - hydraulic disc",
        "Chainring_sizes": "non-standard",
        "other": "Gravel Specific Groupset",
        "chainring_other": "",
        "speed": "10",
        "weight_grams": 3200,
        "is_electronic": false,
        "crankset_ref": null
    },
    {
        "id": 5,
        "chain": {
            "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"
        },
        "image_url": "https://robbiefallcycles.cc/media/bikes/groupsets/ultegra_di2_R8100.webp",
        "images": "https://robbiefallcycles.cc/media/bikes/groupsets/ultegra_di2_R8100.webp",
        "model_name": "Shimano Ultegra Di2 R8150",
        "brand_name": "Shimano",
        "rotor_size": "160mm rotors - hydraulic disc",
        "Chainring_sizes": "52/36",
        "other": "N/A",
        "chainring_other": "",
        "speed": "12",
        "weight_grams": 8,
        "is_electronic": false,
        "crankset_ref": 5
    }
]