Matchfunding matchers endpoint

This section gives you information about matchfunding matchers in Goteo.org

This endpoint provides information about matchers, which are a "lighter" versions for the Goteo Matchfunding formula. The difference between matchers and calls is about flexibility and, usually, the entity behind them. While matchers can be a collection of individuals with custom rules of how to distribute the money, calls are reserved to big institutions with much more defined rules of who can participate, how and when.

/matchers/

Obtains a list of matchfunding matchers.

curl -i --basic --user "user:key" https://api.goteo.org/v1/matchers/

Filters available:

The standard set of filters applies to this endpoint with these particulars:

Attribute Type Description
node string Filter by individual node(s). Multiple nodes can be specified. Restricts the list to the matchers originally created in that node(s)
matcher string Filter by individual matchfunding matcher(s). Multiple matchers can be specified. Restricts the list to the projects originally created in that matcher(s)
project string Filter by individual project(s). Multiple projects can be specified. Restricts the list to the matchers that containing that projects
lang string Get results by specified lang. Multiple langs can be specified
from_date string Filter from date. Ex. "2013-01-01". Restricts the list to the matchers published in that range
to_date string Filter until date.. Ex. "2014-01-01". Restricts the list to the matchers published in that range
category integer Filter by project category. Multiple categories can be specified. Restricts the list to the matchers containing projects with interests in that category(ies)
social_commitment integer Filter by project social commitment. Multiple social commitments can be specified. Restricts the list to the matchers containing projects with that social commitment(s)
sdg integer Filter by project Sustainable Development Goal. Multiple SDGs can be specified. Restricts the list to the matchers containing projects with that SDG(s)
footprint integer Filter by project footprint. Multiple footprints can be specified. Restricts the list to the matchers containing projects with that footprint(s)
sdg integer Filter by project Sustainable Development Goal. Multiple SDGs can be specified. Restricts the list to the matchers containing projects with that SDG(s)
location number Filter by project location (Latitude,longitude,Radius in Km). Restricts the list to the matchers with projects geolocated in that area
page integer Page number (starting at 1) if the result can be paginated
limit integer Page limit (maximum 50 results, defaults to 10) if the result can be paginated

Response values:

ResponseMatcher
Attribute Type Description
items array ... ☞ Matcher
meta ... ☞ MetaProject
Matcher
Attribute Type Description
amount-available number Available amount of cash to distribute among projects
amount-committed number Maximum total amount of cash that was available to distribute among projects
amount-peers number Amount of cash already distribute among projects
amount-remaining number Amount of cash still available for distribute among projects
date-opened string Date when the matchfunding matcher was opened
date-published string Date when the matchfunding matcher was published
date-succeeded string Date when the matchfunding matcher was succeeded
description-short string Short description for the matchfunding matcher
id string Id of the matchfunding matcher
image-url string URL for the main matcher's image
latitude number Latitude coordinate for the matcher
logo-url string URL for the matcher's logo
longitude number Longitude coordinate for the matcher
matcher-location string Custom location value for the matcher
matcher-url string URL where to visualize the matchfunding matcher
name string Name of the matchfunding matcher
owner string User ID of the matcher's owner
owner-name string User name of the matcher's owner
projects-active integer Active projects (still with a running campaign) in this matchfunding matcher
projects-applied integer Total number of projects effectively applicating to this matchfunding matcher
projects-succeeded integer Projects funded in this matchfunding matcher
projects-total integer Total number of projects included into this matchfunding matcher
radius number Radius (Km) of influence for the matcher (if any)
region string Region location for the matcher
sponsors array All available sponsors in a ordered list ☞ MatcherSponsor
status string Status of the matcher, one of pending, editing, reviewing, applying, published, succeeded, expired
MetaProject
Attribute Type Description
category array Only if filtering by category
footprint array Only if filtering by footprint
from_date string Only if filtering by from_date
lang array Only if filtering by lang
limit integer Limit of results per page when retrieving a collection
location array Only if filtering by location
node array Only if filtering by node
page integer Current page, 0 based (first page is zero)
project array Only if filtering by project
sdg array Only if filtering by Sustainable Development Goal
social_commitment array Only if filtering by social_commitment
to_date string Only if filtering by to_date
total integer Total elements available for the collection

Response body:

{
  "items": [
    {
      "active": true,
      "amount-available": 100000.0,
      "amount-committed": 100000.0,
      "amount-peers": 148755.0,
      "amount-remaining": 0.0,
      "date-created": "Fri, 10 Nov 2017 00:00:00 +0100",
      "id": "ahoracomparte",
      "latitude": 40.41677540000000,
      "logo-url": "https://goteo.org/img/medium/la_gota.png",
      "longitude": -3.70379020000000,
      "matcher-location": "Madrid",
      "matcher-url": "https://goteo.org/matcher/ahoracomparte",
      "name": "Ahora Comparte",
      "owner": "ahora-comparte",
      "owner-name": "Ahora coMparte",
      "projects-accepted": 16,
      "projects-active": 0,
      "projects-applied": 22,
      "projects-discarded": 3,
      "projects-pending": 19,
      "projects-rejected": 1,
      "projects-succeeded": 22,
      "projects-total": 61,
      "radius": 0,
      "region": "Community of Madrid"
    },
    {
      "active": true,
      "amount-available": 8000.0,
      "amount-committed": 0.0,
      "amount-peers": 0.0,
      "amount-remaining": 8000.0,
      "date-created": "Mon, 24 Feb 2020 00:00:00 +0100",
      "id": "fabraicoats",
      "latitude": null,
      "logo-url": "https://goteo.org/img/medium/fabra-1.jpg",
      "longitude": null,
      "matcher-location": "Barcelona",
      "matcher-url": "https://goteo.org/matcher/fabraicoats",
      "name": "Fabra i Coats",
      "owner": "ficgoteo",
      "owner-name": "Fabra i Coats",
      "projects-accepted": 16,
      "projects-active": 0,
      "projects-applied": 0,
      "projects-discarded": 3,
      "projects-pending": 19,
      "projects-rejected": 1,
      "projects-succeeded": 22,
      "projects-total": 61,
      "radius": 0,
      "region": null
    }
  ],
  "meta": {
    "lang": [
      "en"
    ],
    "limit": 10,
    "page": 0,
    "total": 2
  },
  "time-elapsed": 0.4417431354522705
}

/matchers/{MATCHER_ID}

Gets information about a single project.

curl -i --basic --user "user:key" https://api.goteo.org/v1/matchers/ahoracomparte

Filters available:

  • No filters are available in this endpoint
  • {MATCHER_ID} must be the unique identifier of the project

Response values:

MatcherFull
Attribute Type Description
amount-available number Available amount of cash to distribute among projects
amount-committed number Maximum total amount of cash that was available to distribute among projects
amount-peers number Amount of cash already distribute among projects
amount-remaining number Amount of cash still available for distribute among projects
applies string Text description about which kind of projects will be selected for the matchfunding matcher
date-closed string Date when the matchfunding matcher was closed
date-opened string Date when the matchfunding matcher was opened
date-published string Date when the matchfunding matcher was published
date-succeeded string Date when the matchfunding matcher was succeeded
description string Full description for the matchfunding matcher
description-short string Short description for the matchfunding matcher
dossier string External links for the matchfunding matcher
facebook-url string URL of the Facebook page for the matchfunding matcher
id string Id of the matchfunding matcher
image-background-url string URL for the main matcher image
image-url string URL for the main matcher image
image-url-big string URL for the main matcher image (big size)
legal string Some particular legal or conditions for the matchfunding matcher
location array Location of the matcher ☞ MatcherLocation
logo-url string URL for the matcher's logo
matcher-location string Custom location value for the matcher
matcher-url string URL where to visualize the matchfunding matcher
name string Name of the matchfunding matcher
owner string User ID of the matcher's owner
owner-name string User name of the matcher's owner
projects-active integer Active projects (still with a running campaign) in this matchfunding matcher
projects-applied integer Total number of projects effectively applicating to this matchfunding matcher
projects-succeeded integer Projects funded in this matchfunding matcher
projects-total integer Total number of projects included into this matchfunding matcher
resources string Text description of the available resources for the matchfunding matcher
scope string Scope of the matchfunding matcher, one of local, regional, national, global (or null)
sponsors array All available sponsors in a ordered list ☞ MatcherSponsor
status string Status of the matcher, one of pending, editing, reviewing, applying, published, succeeded, expired
translations array All available translations in a dictionary by language ☞ MatcherTranslation
tweet string Text used to make an automatic tweet to share the the matchfunding matcher
user string Matcher owner's user Object
whom string Target of the matchfunding matcher
MatcherLocation
Attribute Type Description
city string City location of the matchfunding matcher (language may vary)
country string Country name of the matchfunding matcher (language may vary)
country-code string Country code of the matchfunding matcher in ISO 3166-1 format
latitude number Project's location latitude coordinate
longitude number Project's location longitude coordinate
radius number Radius (Km) of influence for the matcher (if any)
region string Region location of the matchfunding matcher (language may vary)
MatcherSponsor
Attribute Type Description
image-url string URL for the image/logo of the sponsor
name string Name of the sponsor
url string URL for the sponsor (if available)
MatcherTranslation
Attribute Type Description
misc string Every item of a translation will have the same structure as the parent object with the same fields (and those fields only) translated. Non translated items won't be displayed at all

Response body:

{
  "active": true,
  "amount-available": 100000.0,
  "amount-committed": 100000.0,
  "amount-peers": 148755.0,
  "amount-remaining": 0.0,
  "date-created": "Fri, 10 Nov 2017 00:00:00 +0100",
  "id": "ahoracomparte",
  "location": [
    {
      "city": "Madrid",
      "country": "Spain",
      "country-code": "ES",
      "latitude": 40.4167754,
      "longitude": -3.7037902,
      "radius": 0,
      "region": "Community of Madrid"
    }
  ],
  "logo-url": "https://goteo.org/img/medium/la_gota.png",
  "logo-url-big": null,
  "matcher-location": "Madrid",
  "matcher-url": "https://goteo.org/matcher/ahoracomparte",
  "name": "Ahora Comparte",
  "owner": "ahora-comparte",
  "owner-name": "Ahora coMparte",
  "projects-accepted": 16,
  "projects-active": 22,
  "projects-applied": 22,
  "projects-discarded": 3,
  "projects-pending": 19,
  "projects-rejected": 1,
  "projects-succeeded": 0,
  "projects-total": 61,
  "terms": "### 1. \u00bfQu\u00e9 es Ahora coMparte?\r\n\r\nAhora coMparte es el canal de Ahora Madrid en la red social Goteo, para compartir recursos y cofinanciar ideas y proyectos que mejoren los barrios de Madrid.\r\n\r\nEl reglamento econ\u00f3mico de AM destina el 20% de las donaciones de sus cargos electos y personal contratado a proyectos sociales, para financiar iniciativas que mejoren el bien com\u00fan de la sociedad madrile\u00f1a y el desarrollo ciudadano.\r\n\r\nLa Fundaci\u00f3n GOTEO es una entidad sin \u00e1nimo de lucro que ha impulsado goteo.org, una red social social para la financiaci\u00f3n colectiva (aportaciones monetarias) y colaboraci\u00f3n distribuida (servicios, infraestructuras, microtareas y otros recursos), desde la que se impulsa, gracias al compromiso de la ciudadan\u00eda, el desarrollo aut\u00f3nomo de proyectos creativos e innovadores, cuyos fines sean de car\u00e1cter social, cultural, cient\u00edfico, educativo, tecnol\u00f3gico o ecol\u00f3gico. Goteo es, pues, una plataforma de captaci\u00f3n de micromecenazgo para que personas y organizaciones puedan llevar a cabo con \u00e9xito proyectos socialmente rentables, sostenibles y perdurables en el tiempo.\r\n\r\nAhora Madrid y la Fundaci\u00f3n GOTEO han acordado la creaci\u00f3n de un CANAL para la distribuci\u00f3n de estas donaciones, denominado Ahora coMparte dentro de la plataforma goteo.org, plataforma de crowdfunding. Ahora coMparte es un proyecto para financiar proyectos que contribuyan a la mejora de la vida, el medio ambiente y la convivencia en la ciudad de Madrid y/o tengan como meta el empoderamiento ciudadano, el pro-com\u00fan y contribuyan a extender los valores de ciudadan\u00eda que propone Ahora Madrid en su programa.\r\n\r\nCon este proyecto se pretende impulsar iniciativas sociales acordes con la apuesta municipalista de Ahora Madrid.\r\n\r\n### 2\\. \u00bfA qui\u00e9n va dirigido? Requisitos\r\n\r\nPueden presentar proyectos en el canal creado espec\u00edficamente, http://ahoramadrid.goteo.org, personas f\u00edsicas y jur\u00eddicas, asociaciones, colectivos, fundaciones, cooperativas y PYMES con un fin social y sin \u00e1nimo de lucro. Las empresas tendr\u00e1n que cumplir los requisitos de igualdad en el \u00e1mbito laboral recogidos en la L.O. 3/2007, de 22 de marzo, de igualdad efectiva entre mujeres y hombres.\r\n\r\nEl \u00e1mbito de actuaci\u00f3n del proyecto es la ciudad de Madrid y sus principios deben ir en l\u00ednea con valores de igualdad, construcci\u00f3n de comunidad, fines sociales, pro-com\u00fan y/o de acuerdo a la filosof\u00eda del programa pol\u00edtico de Ahora Madrid.\r\n\r\nLos proyectos se revisar\u00e1n desde la perspectiva de realizarse en Madrid (geolocalizaci\u00f3n, descripci\u00f3n del proyecto, links) y con los criterios habituales de Goteo (ver https://www.goteo.org/faq). Los proyectos deben ser abiertos y estar sujetos a licencias Creative Commons o GPL.\r\n\r\nSe financiar\u00e1n iniciativas que mejoren el medio ambiente, trabajen en la diversidad y la convivencia, fomenten la participaci\u00f3n, contribuyan a la cultura libre, movilidad sostenible, la educaci\u00f3n, la rehabilitaci\u00f3n de espacios sociales, acci\u00f3n social, software y hardware libres, econom\u00eda alternativa, arquitectura, gastronom\u00eda, investigaci\u00f3n, emprendizaje; que contribuyan al enriquecimiento de los bienes comunes a partir de retornos colectivos, gracias a la utilizaci\u00f3n de licencias libres y/o abiertas. Formatos: Puede ser una idea de producto, un servicio, una investigaci\u00f3n, una iniciativa, una red, una nueva tecnolog\u00eda, un elemento de difusi\u00f3n y concienciaci\u00f3n... Lo importante es que contribuyan a mejorar la calidad de vida en nuestra ciudad y el empoderamiento ciudadano, de una manera sostenible.\r\n\r\n### 3\\. Selecci\u00f3n de los proyectos\r\n\r\nLos proyectos que quieran participar en el canal presentar\u00e1n sus propuestas creando un usuario y rellenando un formulario de recepci\u00f3n de proyectos habilitado en la p\u00e1gina web de esta canal, http://ahoramadrid.goteo.org, previo registro de un perfil de usuario en http://goteo.org Los proyectos que se incorporar\u00e1n al canal de crowdfunding ser\u00e1n validados por Ahora Madrid en base a propuestas previas de Goteo, o que se hagan desde el propio Ahora Madrid.\r\n\r\na) El/la promotor/a del proyecto tendr\u00e1 que aceptar en su panel de usuario la aceptaci\u00f3n o rechazo para formar parte del canal Ahora coMparte y poder optar a la bolsa. Este bot\u00f3n estar\u00e1 disponible hasta que se act\u00fae sobre \u00e9l.  \r\nb) Si el/la promotor/a del proyecto acepta, empezar\u00e1 o continuar\u00e1 (si ya estaba en campa\u00f1a en Goteo antes) su campa\u00f1a dentro del canal.  \r\nc) Los y las participantes deber\u00e1n cumplimentar todos los campos requeridos en dicho formulario (t\u00edtulo, descripci\u00f3n breve, presupuesto, caracter\u00edsticas b\u00e1sicas, objetivos de la campa\u00f1a de micromecenazgo, recompensas individuales y retornos colectivos que se ofrecen, colaboraciones solicitadas, experiencia previa y descripci\u00f3n del equipo, as\u00ed como el presupuesto y calendario de trabajo, etc.)  \r\nd) Los/as asesores/s de GOTEO informar\u00e1n a los/as impulsores/as del procedimiento establecido y en caso en que est\u00e9n interesados en formar parte del Canal Ahora coMparte, retendr\u00e1n los proyectos hasta el primer lunes de cada mes, fecha en la cual publicar\u00e1n los proyectos.  \r\ne) Ahora Madrid acceder\u00e1 a la informaci\u00f3n del nuevo proyecto y podr\u00e1 ver el proyecto, descart\u00e1ndolo si considera que no puede entrar en el canal y optar al matchfunding. Para tomar esta decisi\u00f3n dispondr\u00e1 como m\u00e1ximo hasta el dia 20 de cada mes, fecha a partir de la cual deber\u00e1 haber tomada una decisi\u00f3n sobre la pertenencia o no al canal Ahora coMparte.  \r\nf) Si Ahora Madrid descarta un proyecto, \u00e9ste no pertenecer\u00e1 al canal ni optar\u00e1 al matchfunding de Ahora Madrid. El proyecto podr\u00e1, sin embargo, publicarse en goteo.org y publicar all\u00ed su campa\u00f1a de crowdfunding, como otro de los proyectos de la plataforma.  \r\ng) La Fundaci\u00f3n Goteo no se hace responsable de la valoraci\u00f3n hecha por Ahora Madrid y de los proyectos aceptados o rechazados por el canal Ahora coMparte. La Fundaci\u00f3n GOTEO y los asesores de la plataforma goteo.org no responder\u00e1n a cuestiones relacionadas con la entrada o no en el canal Ahora coMparte se debe escribir al correo ahoracomparte@ahoramadrid.org  \r\n\r\n### 4\\. Distribuci\u00f3n del dinero, \u00bfc\u00f3mo funciona el matchfunding en Ahora coMparte?\r\n\r\nEl matchfunding de Ahora Madrid se adjudicar\u00e1 a los proyectos al concluir el tiempo de campa\u00f1a, y siempre que\u00e9sta hubiera resultado exitosa, siguiendo las siguientes condiciones de distribuci\u00f3n:\r\n\r\na) Como todos los proyectos en goteo.org, para que un proyecto sea exitoso, debe conseguir su presupuesto m\u00ednimo en los primeros 40 d\u00edas de campa\u00f1a.  \r\nb) Para optar al matchfunding el proyecto debe ser exitoso, por lo tanto tambi\u00e9n debe alcanzar su financiaci\u00f3n m\u00ednima dentro de los primeros 40 d\u00edas de campa\u00f1a.  \r\nc) Si transcurridos los primeros 40 d\u00edas, los proyectos no consiguen llegar a su objetivo m\u00ednimo de financiaci\u00f3n, tanto las aportaciones recaudadas como el matchfunding asociado a esas aportaciones se retornar\u00e1 a los micromecenas y el matchfunding quedar\u00e1 disponible para otros proyectos.  \r\nd) Si el proyecto alcanza su financiaci\u00f3n m\u00ednima en los 40 primeros d\u00edas, se tomar\u00e1n en consideraci\u00f3n el n\u00famero de aportaciones ciudadanas, proporcional a su presupuesto m\u00ednimo. Se seguir\u00e1 el siguiente c\u00e1lculo:  \r\n\r\n*   Presupuesto m\u00ednimo del proyecto de hasta 2.999 euros: 20 micromecenas.\r\n*   Presupuesto m\u00ednimo del proyecto de entre 3.000 hasta 5.999 euros: 40 micromecenas.\r\n*   Presupuesto m\u00ednimo del proyecto de entre 6.000 hasta 8.999 euros: 60 micromecenas.\r\n\r\nY as\u00ed en adelante, sumando 20 micromecenas por cada 3000\u20ac de presupuesto m\u00ednimo.  \r\ne) Cuando el proyecto haya alcanzado su presupuesto m\u00ednimo as\u00ed como el n\u00famero de micromecenas estipulado en funci\u00f3n de su presupuesto, el proyecto entrar\u00e1 en la 2a ronda de la campa\u00f1a de financiaci\u00f3n y se le har\u00e1 desde Ahora Madrid una aportaci\u00f3n \u00fanica que cubra la diferencia entre el presupuesto m\u00ednimo y el \u00f3ptimo, con un l\u00edmite m\u00e1ximo de 5.000\u20ac.  \r\nf) Si acaba la ronda de 40 d\u00edas y no ha conseguido el presupuesto m\u00ednimo, el dinero se devuelve a los micromecenas. Si ha conseguido el presupuesto m\u00ednimo pero no ha llegado al n\u00famero de micromecenas estipulado en funci\u00f3n del presupuesto, el proyecto no tendr\u00e1 posibilidad de acceder al matchfunding. A\u00fan as\u00ed, podr\u00e1 seguir su campa\u00f1a de financiaci\u00f3n en la plataforma goteo.org.  \r\n\r\n### 5\\. Pago de las aportaciones del crowdfunding y del matchfunding\r\n\r\nEl pago del matchfunding y las donaciones ciudadanas se realizar\u00e1n de forma conjunta al t\u00e9rmino de las campa\u00f1as de crowdfunding.\r\n\r\nUna vez finalizados los 80 d\u00edas de campa\u00f1a y determinadas y subsanadas las posibles incidencias en cobros a cofinanciadores, se realizar\u00e1 el pago al agente o equipo promotor de cada proyecto junto a un informe econ\u00f3mico que espec\u00edfica la suma total de todas las aportaciones realizadas por TPV, las realizadas por Paypal con las comisiones y el matchfunding vinculado.\r\n\r\nLa Fundaci\u00f3n Goteo descontar\u00e1 del importe total de la aportaci\u00f3n efectuada por terceros en las dos rondas de financiaci\u00f3n, los costes del servicio y las comisiones bancarias correspondientes, seg\u00fan el siguiente desglose:\r\n\r\nEl 4% (m\u00e1s impuestos) en concepto de costes y servicio de FG, de aplicaci\u00f3n a los importes de las donaciones efectuadas por terceros particulares.\r\n\r\nEl 0,8% en los importes de las donaciones efectuadas por terceros particulares con tarjetas de cr\u00e9dito.\r\n\r\nEl 3,4% + 0,36 (por transacci\u00f3n) en las donaciones efectuadas por terceros particulares a trav\u00e9s de la plataforma de pago PayPal.\r\n\r\nEn los casos en los que las campa\u00f1as de crowdfunding de los proyectos a financiar no alcancen el presupuesto m\u00ednimo de financiaci\u00f3n definido en el proyecto, el servicio no estar\u00e1 sujeto a ning\u00fan coste por parte de la plataforma. La parte de matchfunding no estar\u00e1 sujeta al pago de comisiones.\r\n\r\nLas aportaciones individuales en todo momento estar\u00e1n reflejadas en la p\u00e1gina p\u00fablica de cada una de las campa\u00f1as.\r\n\r\nEl pago se efectuar\u00e1, en el plazo m\u00e1ximo de 80 d\u00edas y previa la firma de un contrato para la producci\u00f3n del proyecto en la Fundaci\u00f3n Goteo y el agente o equipo promotor de cada proyecto.",
  "time-elapsed": 0.17075061798095703,
  "translations": {},
  "user": {
    "date-created": "Tue, 07 Nov 2017 16:31:59 +0100",
    "id": "ahora-comparte",
    "name": "Ahora coMparte",
    "node": "ahoracomparte",
    "profile-image-url": "https://goteo.org/img/medium/am-goteo-ahora-comparte-1..png",
    "profile-url": "https://goteo.org/user/profile/ahora-comparte"
  },
  "users": [
    {
      "image-url": null,
      "name": "Ahora coMparte",
      "url": null
    }
  ]
}

/projects/{MATCHER_ID}/projects/

List all projects in a matchfunding matcher

curl -i --basic --user "user:key" https://api.goteo.org/v1/matchers/ahoracomparte/projects/
  • {MATCHER_ID} must be the unique identifier of the project

Filters available:

The standard set of filters applies to this endpoint with these particulars:

Attribute Type Description
matcher_id string Unique ID for the matcher
node string Filter by individual node(s). Multiple nodes can be specified. Restricts the list to the users originally created in that node(s)
matcher string Filter by individual matchfunding matcher(s). Multiple matchers can be specified. Restricts the list to the projects originally created in that matcher(s)
matcher string Filter by individual matchfunding matcher(s). Multiple matchers can be specified. Restricts the list to the projects originally created in that matcher(s)
lang string Get results by specified lang. Multiple langs can be specified
from_date string Filter from date. Ex. "2013-01-01". Restricts the list to the users created in that range
to_date string Filter until date.. Ex. "2014-01-01". Restricts the list to the users created in that range
category integer Filter by matcher category. Multiple categories can be specified. Restricts the list to the users that have interests in that category(ies)
sdg integer Filter by matcher Sustainable Development Goal. Multiple SDGs can be specified. Restricts the list to the users that have interests in that SDG(s)
social_commitment integer Filter by matcher social commitment. Multiple social commitments can be specified. Restricts the list to the users that have interests in that social commitment(s)
page integer Page number (starting at 1) if the result can be paginated
limit integer Page limit (maximum 50 results, defaults to 10) if the result can be paginated

Response values:

ResponseProject
Attribute Type Description
items array ... ☞ Project
meta ... ☞ MetaProject
Project
Attribute Type Description
amount number Currently achieved amount for the project
date-created string Date when the project was created RFC822 format
date-published string Date when the project was published RFC822 format
description-short string Short description of the project
id string Project unique identifier
image-url string URL with the main image of the project
lang string Main language of the project
latitude number Latitude coordinate for the project (if available)
longitude number Longitude coordinate for the project (if available)
minimum number Minimum amount to achieve to consider the project succeeded
name string Name of the project
node string Node where the project was created originally
optimum number Optimum amount to achieve for the project to achieve all his goals
owner string Project owner's user ID
owner-name string Project owner's user name
project-url string Project's original URL (crowd-funding web page)
region string Region location for the project
social-commitment-id string SocialCommitment unique identifier of the project
status string Status of the project
MetaProject
Attribute Type Description
category array Only if filtering by category
footprint array Only if filtering by footprint
from_date string Only if filtering by from_date
lang array Only if filtering by lang
limit integer Limit of results per page when retrieving a collection
location array Only if filtering by location
node array Only if filtering by node
page integer Current page, 0 based (first page is zero)
project array Only if filtering by project
sdg array Only if filtering by Sustainable Development Goal
social_commitment array Only if filtering by social_commitment
to_date string Only if filtering by to_date
total integer Total elements available for the collection

Response body:

{
  "id": "ahoracomparte",
  "items": [
    {
      "amount": 21459.0,
      "amount-matcher": 5000.0,
      "date-created": "Tue, 06 Jun 2017 00:00:00 +0200",
      "date-published": "Tue, 12 Sep 2017 00:00:00 +0200",
      "description-short": "Pel\u00edcula documental y digibook sobre salud comunitaria y cuidados",
      "id": "loscuidados",
      "image-url": "https://goteo.org/img/medium/still9.jpg",
      "lang": "es",
      "latitude": 40.38899910000001,
      "longitude": -3.66709600000002,
      "minimum": 13492.0,
      "name": "#LosCuidados",
      "node": "ahoracomparte",
      "optimum": 29499.0,
      "owner": "antonio-giron",
      "owner-name": "La Sandunga Films",
      "project-url": "https://goteo.org/project/loscuidados",
      "region": "Madrid",
      "social-commitment-id": "12",
      "status": "funded"
    },
    {
      "amount": 13168.0,
      "amount-matcher": 5000.0,
      "date-created": "Fri, 20 Oct 2017 00:00:00 +0200",
      "date-published": "Mon, 27 Nov 2017 00:00:00 +0100",
      "description-short": "Promoci\u00f3n e interposici\u00f3n de las denuncias contra los torturadores del franquismo",
      "id": "denunciando-al-torturador",
      "image-url": "https://goteo.org/img/medium/conabogados.jpg",
      "lang": "es",
      "latitude": 40.41901550000000,
      "longitude": -3.70929030000002,
      "minimum": 3000.0,
      "name": "Denunciando al torturador",
      "node": "ahoracomparte",
      "optimum": 15000.0,
      "owner": "manuelabergerot",
      "owner-name": "La Comuna Presxs y Represaliados de la dictadura franquista",
      "project-url": "https://goteo.org/project/denunciando-al-torturador",
      "region": "Madrid",
      "social-commitment-id": "11",
      "status": "funded"
    },
    {
      "amount": 51364.0,
      "amount-matcher": 5000.0,
      "date-created": "Fri, 10 Nov 2017 00:00:00 +0100",
      "date-published": "Fri, 05 Jan 2018 00:00:00 +0100",
      "description-short": "\u00a1Esta es la pel\u00edcula sobre Juan Carlos I que algunos no quieren que veas!",
      "id": "el-rey-la-peli",
      "image-url": "https://goteo.org/img/medium/3-el-rey-1.jpg",
      "lang": "es",
      "latitude": 40.40967390000001,
      "longitude": -3.69904369999995,
      "minimum": 36054.0,
      "name": "EL REY, la peli",
      "node": "ahoracomparte",
      "optimum": 66954.0,
      "owner": "gerenciatdb",
      "owner-name": "Teatro del Barrio, sociedad cooperativa madrile\u00f1a de consumo",
      "project-url": "https://goteo.org/project/el-rey-la-peli",
      "region": "Madrid",
      "social-commitment-id": "7",
      "status": "funded"
    },
    {
      "amount": 15426.0,
      "amount-matcher": 5000.0,
      "date-created": "Mon, 13 Nov 2017 00:00:00 +0100",
      "date-published": "Fri, 23 Feb 2018 00:00:00 +0100",
      "description-short": "Cultura de proximidad en el barrio de Vallecas, Madrid.",
      "id": "la-horizontal",
      "image-url": "https://goteo.org/img/medium/22449608-1975391302741041-8789644032227158397-n-1.-1..jp",
      "lang": "es",
      "latitude": 40.39064260000000,
      "longitude": -3.66582679999999,
      "minimum": 10058.0,
      "name": "La Horizontal",
      "node": "ahoracomparte",
      "optimum": 15058.0,
      "owner": "lahorizontal",
      "owner-name": "La Horizontal",
      "project-url": "https://goteo.org/project/la-horizontal",
      "region": "Madrid",
      "social-commitment-id": "7",
      "status": "funded"
    },
    {
      "amount": 8493.0,
      "amount-matcher": 4712.0,
      "date-created": "Mon, 27 Nov 2017 00:00:00 +0100",
      "date-published": "Mon, 11 Dec 2017 00:00:00 +0100",
      "description-short": "Taller de teatro joven para acabar con la violencia machista",
      "id": "piel-con-piel",
      "image-url": "https://goteo.org/img/medium/pielconpiel.jpg",
      "lang": "es",
      "latitude": 40.41040240000000,
      "longitude": -3.70162240000002,
      "minimum": 3672.0,
      "name": "Piel con Piel",
      "node": "ahoracomparte",
      "optimum": 8384.0,
      "owner": "calatea---fundacion-lydia-cacho",
      "owner-name": "Calatea Teatro",
      "project-url": "https://goteo.org/project/piel-con-piel",
      "region": "Madrid",
      "social-commitment-id": "13",
      "status": "funded"
    },
    {
      "amount": 6452.0,
      "amount-matcher": 5000.0,
      "date-created": "Fri, 12 Jan 2018 00:00:00 +0100",
      "date-published": "Tue, 23 Jan 2018 00:00:00 +0100",
      "description-short": "Estudio cr\u00edtico de las nuevas formas de negocio inmobiliario",
      "id": "estado-del-mercado-inmobiliario-en-madrid",
      "image-url": "https://goteo.org/img/medium/photo5976833574256618500-1-.jpg",
      "lang": "es",
      "latitude": 40.41092620000000,
      "longitude": -3.70713239999998,
      "minimum": 1350.0,
      "name": "Estado del mercado inmobiliario en Madrid",
      "node": "ahoracomparte",
      "optimum": 6350.0,
      "owner": "infoobservatoriocode-org",
      "owner-name": "Observatorio CODE",
      "project-url": "https://goteo.org/project/estado-del-mercado-inmobiliario-en-madrid",
      "region": "Madrid",
      "social-commitment-id": "11",
      "status": "funded"
    },
    {
      "amount": 8650.0,
      "amount-matcher": 5000.0,
      "date-created": "Sat, 13 Jan 2018 00:00:00 +0100",
      "date-published": "Tue, 30 Jan 2018 00:00:00 +0100",
      "description-short": "Festival de Teatro de l@s Oprimid@s de Madrid. Del 22 al 27 de mayo. Cinco d\u00edas de encuentro en Lavapi\u00e9s.",
      "id": "toma-teatro",
      "image-url": "https://goteo.org/img/medium/18m6.jpg",
      "lang": "es",
      "latitude": 40.40845560000000,
      "longitude": -3.70092199999999,
      "minimum": 2992.0,
      "name": "TOMA Teatro",
      "node": "ahoracomparte",
      "optimum": 7992.0,
      "owner": "toma-teatro",
      "owner-name": "Bajando al Sur y Meta-Comunica",
      "project-url": "https://goteo.org/project/toma-teatro",
      "region": "Madrid",
      "social-commitment-id": "12",
      "status": "funded"
    },
    {
      "amount": 10021.0,
      "amount-matcher": 5000.0,
      "date-created": "Thu, 25 Jan 2018 00:00:00 +0100",
      "date-published": "Wed, 04 Apr 2018 00:00:00 +0200",
      "description-short": "\u00danete a la \u00fanica cooperativa que busca transformar Madrid a trav\u00e9s del consumo 100% renovable. Para el nuevo suministro #EnchufaLaCorriente",
      "id": "enchufa-la-corriente",
      "image-url": "https://goteo.org/img/medium/logo-la-corriente-pequeno.jpg",
      "lang": "es",
      "latitude": 40.38801460000000,
      "longitude": -3.69114509999997,
      "minimum": 5000.0,
      "name": "Enchufa La Corriente",
      "node": "ahoracomparte",
      "optimum": 10000.0,
      "owner": "la-corriente",
      "owner-name": "La Corriente Sdad Coop",
      "project-url": "https://goteo.org/project/enchufa-la-corriente",
      "region": "Madrid",
      "social-commitment-id": "8",
      "status": "funded"
    },
    {
      "amount": 11060.0,
      "amount-matcher": 5000.0,
      "date-created": "Tue, 06 Feb 2018 00:00:00 +0100",
      "date-published": "Mon, 07 May 2018 00:00:00 +0200",
      "description-short": "Propuesta esc\u00e9nica para el debate sobre personas refugiadas y fronteras.",
      "id": "transitos",
      "image-url": "https://goteo.org/img/medium/fotos-videos-152.jpg",
      "lang": "es",
      "latitude": 40.41045460000000,
      "longitude": -3.70562199999995,
      "minimum": 5800.0,
      "name": "TR\u00c1NSITOS",
      "node": "ahoracomparte",
      "optimum": 12300.0,
      "owner": "mbolomoydole",
      "owner-name": "Mbolo Moy Dole",
      "project-url": "https://goteo.org/project/transitos",
      "region": "Madrid",
      "social-commitment-id": "12",
      "status": "funded"
    },
    {
      "amount": 8315.0,
      "amount-matcher": 5000.0,
      "date-created": "Wed, 07 Feb 2018 00:00:00 +0100",
      "date-published": "Mon, 26 Feb 2018 00:00:00 +0100",
      "description-short": "Hacia una dramaturgia constituyente. Jornadas participativas de reflexi\u00f3n esc\u00e9nica sobre el g\u00e9nero y las identidades.",
      "id": "el-decalogo-de-la-ciudad-sin-nombre",
      "image-url": "https://goteo.org/img/medium/captura-de-pantalla-2018-02-07-a-las-20.42.40.png",
      "lang": "es",
      "latitude": 40.44572900000000,
      "longitude": -3.69873010000003,
      "minimum": 3231.0,
      "name": "El Dec\u00e1logo de la Ciudad_Sin_Nombre",
      "node": "ahoracomparte",
      "optimum": 8860.0,
      "owner": "bisturienmano",
      "owner-name": "Bistur\u00edEnMano",
      "project-url": "https://goteo.org/project/el-decalogo-de-la-ciudad-sin-nombre",
      "region": "Madrid",
      "social-commitment-id": "7",
      "status": "funded"
    }
  ],
  "meta": {
    "lang": [
      "en"
    ],
    "limit": 10,
    "matcher": "ahoracomparte",
    "page": 0,
    "total": 22
  },
  "time-elapsed": 0.8000729084014893
}