API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5172/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/422/?format=api"
    ],
    "id": 5172,
    "title": "axe-selenium-python",
    "slug": "axe-selenium-python",
    "last_updated": "2025-09-18T10:32:02-04:00",
    "last_fetched": "2026-02-15T17:03:45.581632-05:00",
    "repo_url": "https://github.com/mozilla-services/axe-selenium-python",
    "pypi_version": "2.1.6",
    "created": "2021-10-22T15:33:23.535629-04:00",
    "modified": "2026-01-28T14:00:53.821515-05:00",
    "repo_forks": 52,
    "repo_description": "Automated web accessibility testing with Axe and Selenium",
    "pypi_url": "http://pypi.python.org/pypi/axe-selenium-python",
    "documentation_url": "",
    "repo_watchers": 68,
    "commits_over_52": [
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "stephendonner",
        "pyup-bot",
        "terrameijar",
        "kimberlythegeek",
        "thibaudcolas",
        "smithdc1",
        "dimkauzh",
        "gtritchie",
        "gilgold",
        "Michael-Overall",
        "bollwyvl",
        "RussellJQA",
        "Stormheg",
        "knyghty",
        "dependabot-preview[bot]",
        "neverstew",
        "pre-commit-ci[bot]"
    ]
}