This REST API provides programmatic access to all research aspects of this OCHRE site, subject to the same authentication and permissions checks that govern the web interface.
GET /api/article/15/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "title": "Five papers by CDH researchers accepted to NAACL 2025",
    "abstract": "",
    "content": null,
    "ordering": 0,
    "thumbnail": null,
    "date": "2025-04-19",
    "people": [
        "https://cdh.jhu.edu/api/user/2/",
        "https://cdh.jhu.edu/api/user/3/",
        "https://cdh.jhu.edu/api/user/4/",
        "https://cdh.jhu.edu/api/user/5/",
        "https://cdh.jhu.edu/api/user/6/"
    ],
    "researchprojects": [],
    "courses": [],
    "researchartifacts": [],
    "name": "naacl2025",
    "url": "https://cdh.jhu.edu/api/article/15/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/article/permissions/15/",
    "id": 15
}