API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/929/
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/121/"
    ],
    "id": 929,
    "title": "django-meetup-auth",
    "slug": "django-meetup-auth",
    "last_updated": "2012-12-26T20:54:43-05:00",
    "last_fetched": "2026-02-16T03:02:19.470570-05:00",
    "repo_url": "https://github.com/mlavin/django-meetup-auth",
    "pypi_version": "0.2.1",
    "created": "2011-09-19T22:05:45.867019-04:00",
    "modified": "2026-01-28T16:10:44.206216-05:00",
    "repo_forks": 1,
    "repo_description": "An extension to django-social-auth which adds a backend for Meetup.com",
    "pypi_url": "http://pypi.python.org/pypi/django-meetup-auth",
    "documentation_url": null,
    "repo_watchers": 3,
    "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": [
        "mlavin"
    ]
}