Get All Project Summary Information for Set of Project Ids

This operation retrieves a subset of the full project information for projects filtered by a list of comma separated project ids. The result set is limited to a maximum of 10 results for a request. This is a non-secure request as indicated by the '/public/' element in the URL path, therefore, an access token (authentication) is not required.

Note: If a project id entered does not exist or is no longer available, it will not be included in the response.

HTTP Method:

GET

Content Type:

xml, json

Accept Type:

xml, json

Path:

https://api.globalgiving.org/api/public/projectservice/projects/collection/summary/ids

Query String Parameters:

&api_key described in the API Key section, required

&projectIds a comma separated list of project ids (maximum of 10 ids), required

Query String Example:

api/public/projectservice/projects/collection/summary/ids?api_key=YOUR_API_KEY&projectIds=123,1883

HTTP GET Request using cURL:

curl -H "Accept: application/xml" -H "Content-Type: application/xml" -X GET "https://api.globalgiving.org/api/public/projectservice/projects/collection/summary/ids?api_key=YOUR_API_KEY&projectIds=123,1883"

XML Response:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<projects numberFound="12">
   <hasNext>true</hasNext>
   <nextProjectId>364</nextProjectId>
   <project>
      <active>true</active>
    <countries>
      <country>
        <iso3166CountryCode>AF</iso3166CountryCode>
        <name>Afghanistan</name>
      </country>
    </countries>
      <country>Afghanistan</country>
      <donationOptions>
         <donationOption>
            <amount>25</amount>
            <description>15 women will learn to read.</description>
         </donationOption>
         <donationOption>
            <amount>50</amount>
            <description>5 women have cloth and tools for the tailoring course.</description>
         </donationOption>
         <donationOption>
            <amount>75</amount>
            <description>42 women receive basic health care and health education.</description>
         </donationOption>
      </donationOptions>
      <id>354</id>
      <imageLink>https://www.globalgiving.org/pfil/354/pict.jpg</imageLink>
      <iso3166CountryCode>AF</iso3166CountryCode>
      <organization>
          <activeProjects>2</activeProjects>
          <addressLine1>Afghan Institute of Learning c/o Creating Hope International, PO Box 1058</addressLine1>
          <city>Dearborn</city>
          <country>United States</country>
          <id>372</id>
          <iso3166CountryCode>US</iso3166CountryCode>
          <mission>Teaching Afghan Yourth</mission>
          <name>Afghan Institute of Learning</name>
          <state>DC</state>
          <postal>48121</postal>
          <totalProjects>5</totalProjects>
          <url>http://www.creatinghope.org/ail</url>
          <themes>
             <theme>
                <id>edu</id>
                <name>Education</name>
             </theme>
             <theme>
                <id>env</id>
                <name>Environment</name>
             </theme>
          </themes>
          <countries>
             <country>
                <iso3166CountryCode>ID</iso3166CountryCode>
                <name>Indonesia</name>
             </country>
             <country>
                <iso3166CountryCode>NG</iso3166CountryCode>
                <name>Nigeria</name>
             </country>
          </countries>
      </organization>
      <status>active</status>
      <summary>Empowering rural Afghan women and girls in Sar Asia and Jaghartun, Herat, through education and training opportunities as well as health and reproductive health services.</summary>
      <themeName>Education</themeName>
    <themes>
      <theme>
        <id>edu</id>
        <name>Education</name>
      </theme>
      <theme>
        <id>children</id>
        <name>Children</name>
      </theme>
    </themes>
      <title>Learning Centers for Rural Afghan Women in Herat</title>
      <type>project</type>
   </project>
   <project>
      ......
   </project>
</projects>

NOTE: The <project> element is repeating if more than one project was requested.

See Get All Projects Response Structure

See Element Definitions for Get All Projects Response

WARNING: Javascript is currently disabled or is not available in your browser. GlobalGiving makes extensive use of Javascript and will not function properly with Javascript disabled. Please enable Javascript and refresh this page.