API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/345/
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/46/"
    ],
    "id": 345,
    "title": "django-datatrans",
    "slug": "django-datatrans",
    "last_updated": "2016-04-27T03:42:28-04:00",
    "last_fetched": "2022-03-18T21:48:05.435790-04:00",
    "repo_url": "https://github.com/vikingco/django-datatrans",
    "pypi_version": "0.1.5",
    "created": "2010-09-13T03:33:10.505653-04:00",
    "modified": "2025-01-31T14:58:18.793642-05:00",
    "repo_forks": 22,
    "repo_description": "Translate Django models without changing anything to existing applications and their underlying database.",
    "pypi_url": "http://pypi.python.org/pypi/django-datatrans",
    "documentation_url": null,
    "repo_watchers": 122,
    "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": [
        "jgeskens",
        "gvangool",
        "nielsvanoch",
        "lukin0110",
        "kvsn",
        "jonathanslenders",
        "mrbox",
        "mtimmerman",
        "botondus",
        "sk1p",
        "Duologic",
        "KMahoney",
        "oliviersels",
        "JeffreyVdb"
    ]
}