Get Specific Project

This operation displays information for a specific project. This is a non-secure request as indicated by the '/public/' element in the URL path, therefore, an access token (authentication) is not required.

HTTP Method:

GET

Content Type:

xml, json

Accept Type:

xml, json

Path:

https://api.globalgiving.org/api/public/projectservice/projects/{projectid}

Path Parameter:

{projectid} the numeric identifier for a project, replace with actual value, required

Query String Parameters:

&api_key described in the API Key section, required

Query String Example:

/api/public/projectservice/projects/1883?api_key=YOUR_API_KEY

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/1883?api_key=YOUR_API_KEY"

XML Response:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<project>
    <active>true</active>
    <activities>Using a hands-on, multi-media approach rooted in the African “rites of passage” tradition, Sisterhood Agenda uses a modern approach to instilling knowledge, cultural roots and community awareness by using mentoring, peer influence and collabation.</activities>
    <additionalDocumentation>https://www.globalgiving.org/pfil/1883/projdoc.doc</additionalDocumentation>
    <approvedDate>2007-11-13T18:44:48-08:00</approvedDate>
    <contactAddress>524 Ridge Street</contactAddress>
    <contactCity>Newark</contactCity>
    <contactCountry>United States</contactCountry>
    <contactName>Angela Coleman</contactName>
    <contactPostal>07104</contactPostal>
    <contactState>NJ</contactState>
    <contactTitle>President</contactTitle>
    <contactUrl>https://www.sisterhoodagenda.com</contactUrl>
    <countries>
      <country>
        <iso3166CountryCode>VI</iso3166CountryCode>
        <name>Virgin Islands</name>
      </country>
    </countries>    
    <country>United States</country>
    <iso3166CountryCode>US</iso3166CountryCode>
    <donationOptions>
        <donationOption>
            <amount>25</amount>
            <description>Will empower one girl through her A Journey Toward Womanhood experience</description>
        </donationOption>
        <donationOption>
            <amount>50</amount>
            <description>Will provide educational materials for 100 girls</description>
        </donationOption>
        <donationOption>
            <amount>100</amount>
            <description>Will provide educational materials for 200 girls</description>
        </donationOption>
        <donationOption>
            <amount>250</amount>
            <description>Will empower 10 girls through their A Journey Toward Womanhood experiences</description>
        </donationOption>
        <donationOption>
            <amount>500</amount>
            <description>Will empower 20 girls through their A Journey Toward Womanhood experiences</description>
        </donationOption>
        <donationOption>
            <amount>1000</amount>
            <description>Will empower each community partner site through staff/program training</description>
        </donationOption>
    </donationOptions>
    <funding>5684.52</funding>
    <goal>62500</goal>
    <id>1883</id>
    <imageGallerySize>11</imageGallerySize>
    <imageLink>https://www.globalgiving.org/pfil/1883/pict.jpg</imageLink>
    <imageSizeOptions>
        <image size="small">
           <url>https://www.globalgiving.org/pfil/1883/pict_grid1.jpg</url>
        </image>
        <image size="thumbnail">
           <url>https://www.globalgiving.org/pfil/1883/pict_thumbnail.jpg</url>
        </image>
        <image size="medium">
           <url>https://www.globalgiving.org/pfil/1883/pict_med.jpg</url>
        </image>
        <image size="large">
           <url>https://www.globalgiving.org/pfil/1883/pict_grid7.jpg</url>
        </image>
        <image size="extraLarge">
           <url>https://www.globalgiving.org/pfil/1883/pict_large.jpg</url>
        </image>
        <image size="original">
           <url>https://www.globalgiving.org/pfil/1883/pict_original.jpg</url>
        </image>
    </imageSizeOptions>
    <latitude>40.713955826286</latitude>
    <longTermImpact>This Empowerment Project prepares girls to meet the challenges of their generation by giving them tools, awareness and knowledge to avoid negative outcomes for self-sufficiency, educational attainment, life enhancement and ultimate success.</longTermImpact>
    <longitude>-74.15771484374999</longitude>
    <need>Historically at-risk and traditionally underserved,  girls of African descent are disproportionately affected by poverty, teen pregnancy, school dropout, HIV/AIDS and other sexually transmitted diseases (STD’s). Due to demand, Sisterhood Agenda and partner organizations implement A Journey Toward Womanhood on-site at different locations and provide much-needed training and educational resources such as curriculum guides, student manuals, program protocols, books, knowledge cards, and journals.</need>
    <notice>Important Notice about Projects in India: We are currently expecting delays in getting funds to this project due to new regulatory requirements that impact GlobalGiving’s ability to disburse to some organizations in India. GlobalGiving is working hard to address the issue. Donations to this project will be disbursed as quickly as possible.</notice>
    <numberOfDonations>59</numberOfDonations>
    <organization>
        <addressLine1>524 Ridge Street</addressLine1>
        <city>Newark</city>
        <country>United States</country>
        <id>769</id>
        <iso3166CountryCode>US</iso3166CountryCode>
        <logoUrl>https://www.globalgiving.org/pfil/organ/769/orglogo.jpg</logoUrl>
        <name>Sisterhood Agenda, Inc.</name>
        <postal>7104</postal>
        <url>http://www.sisterhoodagenda.com</url>
    </organization>
    <progressReportLink>https://www.globalgiving.org/projects/empower-and-educate-girls/updates/</progressReportLink>
    <projectLink>https://www.globalgiving.org/projects/empower-and-educate-girls/</projectLink>
    <remaining>56815.48</remaining>
    <status>active</status>
    <summary>The Sisterhood Empowerment Project has two parts: 1) A Journey Toward Womanhood Replication and 2) Sisterhood Agenda Positive Media. The Sisterhood Empowerment Project serves 100,000 girls globally.</summary>
    <themeName>Education</themeName>
    <themes>
      <theme>
        <id>gender</id>
        <name>Women and Girls</name>
      </theme>
      <theme>
        <id>children</id>
        <name>Children</name>
      </theme>
      <theme>
        <id>edu</id>
        <name>Education</name>
      </theme>
      <theme>
        <id>health</id>
        <name>Health</name>
      </theme>
    </themes>    
    <title>Global Educational Empowerment for 100,000 Girls</title>
</project>

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.