🛠️ For Developers

There is a devices.json file you can use for your own projects if you want:

{
    "meta" : {
        "build_date": "2025-01-27T16:12:33.181178"
    },
    "android_meta" : {
        "current_android_version": "15"
    },
    "roms": [
        {
            "icon" : ":simple-lineageos:",
            "identifier": "lineageos",
            "name": "LineageOS",
            "homepage": "https://lineageos.org/"
        }
    ],
    "devices": [
        {
            "codename": "lynx",
            "device_name": "Pixel 7a",
            "vendor_name": "Google",
            "images": [
                "https://wiki.lineageos.org/images/devices/lynx.png"
            ],
            "ifixit_link": "https://ifixit.com/Device/Google_Pixel_7a",
            "xdaforums_link": "https://xdaforums.com/f/google-pixel-7a.12743/",
            "supported_roms": {
                "lineageos": {
                    "device_link": "https://wiki.lineageos.org/devices/lynx/",
                    "version": null,
                    "android_version": null,
                    "support_status": "working"
                },
                "grapheneos": {
                    "device_link": "https://grapheneos.org/",
                    "version": null,
                    "android_version": 15,
                    "support_status": "working"
                },
                "calyxos": {
                    "device_link": "https://calyxos.org/install/devices/lynx",
                    "version": null,
                    "android_version": 15,
                    "support_status": "working"
                }
            }
        }
    ]
}