{
"meta": {
"count": 3875,
"countReturned": 2,
"pageReturned": 1,
"limit": 2,
"pages": 1938,
"transactionId": "IIlXOiQHpdHJ"
},
"data": [
{
"type": "orgs",
"id": "12",
"attributes": {
"name": "Cat Rescue of Maryland, Inc.",
"city": "Baltimore",
"state": "MD",
"postalcode": "21228",
"postalcodePlus4": "3915",
"country": "United States",
"facebookUrl": "None",
"type": "Rescue",
"isCommonapplicationAccepted": false,
"lat": 39.26750183105469,
"lon": -76.74459838867188,
"coordinates": "39.2675, -76.7446",
"citystate": "Catonsville, MD"
}
},
{
"type": "orgs",
"id": "13",
"attributes": {
"name": "Prince Georges Feral Friends, SPCA, Inc.",
"street": "P.O. Box 1036",
"city": "Bowie",
"state": "MD",
"postalcode": "20718",
"country": "United States",
"serveAreas": "Prince George's County, Maryland",
"type": "Shelter",
"isCommonapplicationAccepted": false,
"lat": 39.00640106201172,
"lon": -76.77950286865234,
"coordinates": "39.0064, -76.7795",
"citystate": "Bowie, MD"
}
}
]
}
Below is the response of organization listing API but i want Specific organization detail By Organization name so how can i achieve this functionality what to to can you please give me an example?
Like i need a only "Prince Georges Feral Friends, SPCA, Inc." name organization details by name so how can i get can you please explain?