API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/377/?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/172/?format=api"
    ],
    "id": 377,
    "title": "eav-django",
    "slug": "eav-django",
    "last_updated": "2014-10-03T23:29:30-04:00",
    "last_fetched": "2026-05-26T09:03:51.431835-04:00",
    "repo_url": "https://bitbucket.org/neithere/eav-django",
    "pypi_version": null,
    "created": "2010-09-18T01:50:29.374556-04:00",
    "modified": "2026-01-28T13:22:42.528334-05:00",
    "repo_forks": 24,
    "repo_description": "A flexible Django application implementing the Entity-Attribute-Value model with Django. No patching required. Works with traditional RDBMS. Grew from an online shop project.\r\n\r\nDiscussion group: http://groups.google.com/group/eav-django/",
    "pypi_url": "",
    "documentation_url": "https://readthedocs.org/projects/eav-django/",
    "repo_watchers": 46,
    "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": [
        "neithere"
    ]
}