API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3705/?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/274/?format=api"
    ],
    "id": 3705,
    "title": "django-markdown-app",
    "slug": "django-markdown-app",
    "last_updated": "2026-01-07T03:59:34-05:00",
    "last_fetched": "2026-02-15T04:13:06.970465-05:00",
    "repo_url": "https://github.com/sv0/django-markdown-app",
    "pypi_version": "0.9.7",
    "created": "2017-02-09T03:28:01.761478-05:00",
    "modified": "2026-01-29T12:38:27.701310-05:00",
    "repo_forks": 24,
    "repo_description": "Django markdown support and wysiwyg.",
    "pypi_url": "http://pypi.python.org/pypi/django-markdown-app",
    "documentation_url": "https://github.com/sv0/django-markdown-app",
    "repo_watchers": 60,
    "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,
        1,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "sv0",
        "klen",
        "syavorsky",
        "wldcordeiro",
        "alexey-sveshnikov",
        "Alkalit",
        "rhblind",
        "dfeinzeig",
        "rspeed",
        "neoascetic",
        "haard",
        "fjcaetano",
        "Dryja",
        "harabchuk",
        "ei-grad",
        "CptLemming",
        "aykut",
        "defbyte",
        "evidens",
        "jtrain",
        "tomoconnor",
        "salmanulfarzy"
    ]
}