API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3203/
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/15/"
    ],
    "id": 3203,
    "title": "user2mailchimp",
    "slug": "user2mailchimp",
    "last_updated": "2016-02-04T12:57:20-05:00",
    "last_fetched": "2026-02-15T22:06:25.493829-05:00",
    "repo_url": "https://github.com/treemo/django-user2mailchimp",
    "pypi_version": "1.0.7",
    "created": "2016-02-05T12:44:23.730312-05:00",
    "modified": "2026-01-28T15:25:03.882462-05:00",
    "repo_forks": 0,
    "repo_description": "Synchronize users to mailing list Mailchimp.",
    "pypi_url": "http://pypi.python.org/pypi/django-user2mailchimp",
    "documentation_url": "",
    "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": [
        "treemo"
    ]
}