API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/25/"
    ],
    "id": 487,
    "title": "django-hudson",
    "slug": "django-hudson",
    "last_updated": "2010-12-15T02:55:03-05:00",
    "last_fetched": "2016-07-24T13:27:30.397244-04:00",
    "repo_url": "https://github.com/kmmbvnr/django-hudson",
    "pypi_version": null,
    "created": "2010-11-13T08:21:38.010080-05:00",
    "modified": "2025-01-31T14:58:36.788057-05:00",
    "repo_forks": 10,
    "repo_description": "Plug and play continuous integration with django and hudson",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 33,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "kmmbvnr",
        "cmheisel",
        "ojii"
    ]
}