API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3324/?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/222/?format=api"
    ],
    "id": 3324,
    "title": "django-cron",
    "slug": "django_cron",
    "last_updated": "2022-05-31T10:00:18-04:00",
    "last_fetched": "2026-02-15T04:05:35.834437-05:00",
    "repo_url": "https://github.com/tivix/django-cron",
    "pypi_version": "0.6.0",
    "created": "2016-06-10T17:29:22.282475-04:00",
    "modified": "2026-01-28T16:58:40.359272-05:00",
    "repo_forks": 211,
    "repo_description": "Write cron business logic as a Python class and let this app do the rest! It enables Django projects to schedule cron tasks, tracks their success / failures, manages contention (via a cache) etc. Basically takes care of all the boring work for you :-)",
    "pypi_url": "http://pypi.python.org/pypi/django-cron",
    "documentation_url": "",
    "repo_watchers": 910,
    "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": [
        "dfryta",
        "maciej-jaworski",
        "JedrzejMaluszczak",
        "maxim-kht",
        "name-no",
        "dgominik",
        "palfrey",
        "mjaworski",
        "ihoru",
        "nerjan",
        "eriktelepovsky",
        "mozillazg",
        "sennoy",
        "ghinch",
        "mateusz-sikora",
        "valeriansaliou",
        "mickeyckm",
        "dependabot[bot]",
        "tammyalexandra",
        "pjthomas404",
        "kas",
        "evenicoulddoit",
        "dmedvinsky",
        "wtemmerman",
        "weslord",
        "santtu",
        "pennersr",
        "jonathanberger",
        "xzzy",
        "Raisins",
        "felipeochoa",
        "davepeake",
        "barqshasbite",
        "dtao",
        "AlexzAK",
        "Kuznitsin"
    ]
}