logo
Services Listing
A list of services available
Code Sample
Here's how to hit this endpoint programatically to get a list of these services.
POST
//define arguments
var args = {
format: 'geojson'
};
 
//jQuery POST
$.post('https://pgrestapi.dfprod.dataplusfeminism.mit.edu/services', args).done(function (data) {
//Callback on success
console.log(data);
})
GET
http://pgrestapi.dfprod.dataplusfeminism.mit.edu/services?format=geojson