API views for Agency

GET /api_v1/agency/10/
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 10,
    "name": "Federal Bureau of Investigation",
    "slug": "federal-bureau-of-investigation",
    "status": "approved",
    "exempt": false,
    "types": [],
    "requires_proxy": false,
    "jurisdiction": 10,
    "website": "",
    "twitter": "",
    "twitter_handles": "",
    "parent": null,
    "appeal_agency": 5123,
    "url": "http://www.fbi.gov/foia/contact-the-record-information-dissemination-section-rids",
    "foia_logs": "",
    "foia_guide": "",
    "public_notes": "Note: Ryan Shapiro provided fantastic tips on submitting FOIA requests to the FBI in <a href=\"https://www.muckrock.com/news/archives/2013/dec/20/requesters-voice-ryan-shapiro-street-fighting-fbi-/\">his Requester's Voice interview</a>. We highly recommend following Shapiro's suggestions of including \"cross-reference\" and \"ELSUR (Electronic Surveillance)\" search requests in your request language.",
    "absolute_url": "https://www.muckrock.com/agency/united-states-of-america-10/federal-bureau-of-investigation-10/",
    "average_response_time": 229,
    "fee_rate": 2.0,
    "success_rate": 23.0,
    "has_portal": true,
    "has_email": true,
    "has_fax": false,
    "has_address": true,
    "number_requests": 8096,
    "number_requests_completed": 1871,
    "number_requests_rejected": 1120,
    "number_requests_no_docs": 2825,
    "number_requests_ack": 3,
    "number_requests_resp": 1335,
    "number_requests_fix": 293,
    "number_requests_appeal": 177,
    "number_requests_pay": 75,
    "number_requests_partial": 53,
    "number_requests_lawsuit": 8,
    "number_requests_withdrawn": 331
}