1
0
-1

Hi,

I have an api key, i want to fetch the dog information of a particular shelter, how can this be done. As of now when i am hitting this url https://api.rescuegroups.org/rest/?key=XXXXXXXX&type=animals&species=dog

I am getting 500 dogs that are public.I want all the dog of particular shelter, so that the shelter come on my site and sink their dogs from your site.

Please help...

Also i have created a account on this site but not able to login on manager interface Manage Interface , it ask for account number i dont have that....Please help.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Is there a specific reason you are using the REST API, and not the HTTP API?  You can certainly do this with the REST API, but the HTTP API is a lot more powerful in the searches/criteria, and also in the amount of data and information you are retrieve.

      Either way, you should specify the orgID so that you only get that one organization's animals.  You can do that on the URL with the REST API or in the criteria with the HTTP API.

      Since you're trying to access public data you don't need your own login or account number, and you don't need to login to the Manage website.  You only need to use your API key with your requests to the API.

        CommentAdd your comment...