Get Specific ProjectThis 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>http://cloud.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>
<contactEmail>acoleman@sisterhoodagenda.com</contactEmail>
<contactName>Angela Coleman</contactName>
<contactPhone>9732302765</contactPhone>
<contactPostal>07104</contactPostal>
<contactState>NJ</contactState>
<contactTitle>President</contactTitle>
<contactUrl>https://www.sisterhoodagenda.com</contactUrl>
<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>http://cloud.globalgiving.org/pfil/1883/pict.jpg</imageLink>
<imageSizeOptions>
<image size="small">
<url>http://cloud.globalgiving.org/pfil/1883/pict_grid1.jpg</url>
</image>
<image size="thumbnail">
<url>http://cloud.globalgiving.org/pfil/1883/pict_thumbnail.jpg</url>
</image>
<image size="medium">
<url>http://cloud.globalgiving.org/pfil/1883/pict_med.jpg</url>
</image>
<image size="large">
<url>http://cloud.globalgiving.org/pfil/1883/pict_grid7.jpg</url>
</image>
<image size="extraLarge">
<url>http://cloud.globalgiving.org/pfil/1883/pict_large.jpg</url>
</image>
<image size="original">
<url>http://cloud.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>
<numberOfDonations>59</numberOfDonations>
<organization>
<addressLine1>524 Ridge Street</addressLine1>
<city>Newark</city>
<country>United States</country>
<id>769</id>
<logoUrl>http://cloud.globalgiving.org/pfil/organ/769/orglogo.jpg</logoUrl>
<name>Sisterhood Agenda, Inc.</name>
<postal>7104</postal>
<url>http://www.sisterhoodagenda.com</url>
</organization>
<progressReportLink>http://www.globalgiving.org/projects/empower-and-educate-girls/updates/</progressReportLink>
<projectLink>http://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>
<title>Global Educational Empowerment for 100,000 Girls</title>
</project>
|

