API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2060/
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/139/"
    ],
    "id": 2060,
    "title": "django-stored-messages",
    "slug": "django-stored-messages",
    "last_updated": "2016-03-02T17:43:53-05:00",
    "last_fetched": "2024-10-13T13:40:39.733691-04:00",
    "repo_url": "https://github.com/evonove/django-stored-messages",
    "pypi_version": "1.4.0",
    "created": "2013-10-14T07:49:38.562891-04:00",
    "modified": "2025-01-31T14:59:15.753211-05:00",
    "repo_forks": 31,
    "repo_description": "Store Django messages on your project's backend",
    "pypi_url": "http://pypi.python.org/pypi/django-stored-messages",
    "documentation_url": "https://readthedocs.org/projects/django-stored-messages",
    "repo_watchers": 81,
    "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": [
        "masci",
        "palazzem",
        "synasius",
        "xrmx",
        "fabfacts",
        "avimeir",
        "jnishiyama",
        "stard0g"
    ]
}