Skip to content

Latest commit

 

History

History
1505 lines (1258 loc) · 40.2 KB

volunteering_list.md

File metadata and controls

1505 lines (1258 loc) · 40.2 KB

Volunteering List ⇄ Details

GET https://api.betterplace.org/de/api_v4/volunteering.json?around=10997+Berlin%2C+Germany&around_distance=25km&nelat=51.123&nelng=12.123&order=content_updated_at%3AASC&q=Homework+help&scope=location&swlat=51.001&swlng=12.001

A list of betterplace.org volunteering offers (donate time). Results are contained in a data attribute.

For betterplace.org clients: This resource is not available at the moment.

URL Parameters

Parameter Example Required Description
scope location no

Use the scope to specify how the search query q should behave:

  • "no scope" (default) performs a full text search
  • human_name searches only on the manager-fullname and carrier-fullname. Use this to get all entities by "Unicef" or by "Till Behnke".
  • location does a reverse geocoding lookup. This lookup returns a bounding box. We transform this bounding box to a rectangle that is large enough to encapsulate the whole bounding box. We then return all entities that are within this rectangle.
Learn how to format the parameter.
around 10997 Berlin, Germany no

Order the results by the distance to the given location from near to far.
Location can be provided as …
… Lat/Lng: 52.50,13.45
… ZIP: 10997 Berlin, Germany. We use the centre of the ZIP code area as center for the search. Please add enough context information (like the Country name) so google knows what place you are looking for.
… any location search: All queries other than a float tuple are sent to the google location service. For the provided response we take a fitting lat/lng value as center of the search. So in theory, you can use any search that works for google maps.
Check the around_location to see what latitude/longitude values have been used for the query.

around_distance 25km no

In combination with the around parameter the search will be limited to results whose location is closer than the given value to the location provided through the around parameter. Possible values are all integer values followed by m for meters or km for kilometers, e.g. 1000m, 1km.
When around_distance is given without around it will be ignored.

nelat 51.123 no

For geographic bound filterning: The northeast corner's latitude.

nelng 12.123 no

For geographic bound filterning: The northeast corner's longitude.

swlat 51.001 no

For geographic bound filterning: The southwest corner's latitude.

swlng 12.001 no

For geographic bound filterning: The southwest corner's longitude.

q Homework help no

Search query. The searches behaviour is based on the scope.

order content_updated_at:ASC no

Order the result by has_image (default), content_updated_at (second default). Use the optional ASC (default) or DESC. Learn how to format the parameter.
The default order is the same as for the betterplace.org volunteering list: has_image:desc| carrier_has_image:desc| content_updated_at:desc

Response Attributes

Root Attributes

Attribute Types Example Description
id number 1

An integer number ≥ 1

created_at string "1994-11-05T13:15:30Z"

DateTime (ISO8601 with Timezone)

updated_at string "1994-11-05T13:15:30Z"

DateTime (ISO8601 with Timezone)

latitude number 52.499007

Decimal degrees based on user input

longitude number 13.44947

Decimal degrees based on user input

street null | string "Schlesische Straße 26"

Street address

zip null | string "10997"

ZIP code

city null | string "Berlin"

Name of the city

country null | string "Deutschland"

Name of the country

content_updated_at string "1994-11-05T13:15:30Z"

DateTime (ISO8601 with Timezone)

title string TODO

Max 100 character

description string

A description of the offer. This may contain any of the following HTML tags: a, b, br, div, em, i, iframe, img, li, ol, p, strong, ul.

↓carrier object TODO

The organisation that carrier this volunteering

vacancies number 1

The number of volunteers that are needed, provided by the manager

↓image null | object TODO

Each volunteering has one optional image / DEPRECATED, will be removed after 5/2015

↓contact object TODO

Contact person, contact data and contact address

location_fixed boolean true

Specifies whether the volunteering offer is limited to a certain location or if it may be executed remotely.

working_time_selection string regular commitment

Working time selection, specifies if this is a one-time event or if this volunteering can takes place regulary.

working_time_weekends array ["in the mornings"]

Up to three working time preferences. They specify when this volunteering should take place on weekends.

working_time_weekdays array ["in the mornings"]

Up to three working time preferences. They specify when this volunteering should take place on weekdays.

begins_at string "1994-11-05T13:15:30Z"

DateTime (ISO8601 with Timezone)

ends_at string "1994-11-05T13:15:30Z"

DateTime (ISO8601 with Timezone)

topics array ["Development cooperation", "Children & youth"]

Up to 4 categories that describe, what for which causes you need volunteers. Results are translated to the requested language. Possible results: "Animal & environment protection", "Culture & sports", "Children & youth", "Development cooperation ", "DisabledEducation", "Elderly people", "Human rights", "Refugees & immigrants", "Invalid", "Local help", "Socially deprived"

activities array | null ["consulting/coaching", "office work"]

Up to 4 categories that describe, what for which causes you need volunteers. Results are translated to the requested language. Possible results: "consulting/coaching", "crafting/gardening", "doing sports", "doing the chores", "group care", "nursing/parenting", "office work", "organising/managing", "painting/designing", "tutoring/reading", "visiting/accompanying", "writing/translating"

imported_from null | string somewhere

Where Betterplace imports volunteering from.

import_information TODO

Meta data concerning the import of this volunteering offer, if it was indeed imported.

↓profile_picture null | object

TODO

Attribute Types Example Description
carrier.latitude number 52.499007

Decimal degrees based on user input

carrier.longitude number 13.44947

Decimal degrees based on user input

carrier.name string "Viva con Agua de Sankt Pauli e.V."

An organisation name, Users will be added later

carrier.street string "Rosenstr. 3"

Contact data for the organisation

carrier.city string "Berlin"

Contact data for the organisation

carrier.zip string "10123"

Contact data for the organisation

carrier.country string "Germany"

Contact data for the organisation

↓carrier.picture null | object

TODO

Attribute Types Example Description
carrier.picture.fallback boolean true

Specifies whether a fallback image is given or not

Attribute Types Example Description
image.description string

Image description

Attribute Types Example Description
contact.name string Till Behnke

Fullname of the contact person.

contact.phone string 030 - 7676 4488 44

Phone number for direct contact. No validations on input apply.

contact.email string [email protected]

Plain text email-address for direct contact

↓contact.picture object https://betterplace-assets.betterplace.org/…

User profile picture or a fallback image

Attribute Types Example Description
contact.picture.fallback boolean true

Specifies whether a fallback image is given or not

Attribute Types Example Description
profile_picture.fallback boolean true

Specifies whether a fallback image is given or not

Response Links

Linkname Description

self

Link to this resource itself (volunteering details)

platform

Permalink to betterplace.org

inquiries

The URL to which inquiries about this offer can be POSTed (inquiry details). Templated, needs insertion of the client_id.

carrier.self

Link to this resource itself (organisation details)

carrier.picture.fill_100x100

100×100 Pixel

carrier.picture.fill_200x200

200×200 Pixel

carrier.picture.fill_400x400

400×400 Pixel

carrier.picture.original

Maximum sized image. This is the original image with default-cropping or user-cropping applied.

image.fill_618x322

618×322 Pixel / DEPRECATED, will be removed after 5/2015

image.fill_270x141

270×141 Pixel / DEPRECATED, will be removed after 5/2015

image.original

Original size / DEPRECATED, will be removed after 5/2015

image.thumb

Thumbnail size / DEPRECATED, will be removed after 5/2015

image.medium

Medium size / DEPRECATED, will be removed after 5/2015

image.regular

Regular size / DEPRECATED, will be removed after 5/2015

contact.picture.fill_100x100

100×100 Pixel

contact.picture.original

Maximum sized image. This is the original image with default-cropping or user-cropping applied.

profile_picture.fill_960x500

950×500 Pixel

profile_picture.fill_730x380

730×380 Pixel

profile_picture.fill_618x322

618×322 Pixel / DEPRECATED, will be removed after 5/2015

profile_picture.fill_410x214

410×214 Pixel

profile_picture.fill_270x141

270×141 Pixel / DEPRECATED, will be removed after 5/2015

profile_picture.original

Maximum sized image. This is the original image with default-cropping or user-cropping applied.

Response Example

{
  "total_entries": 723,
  "offset": 3,
  "total_pages": 241,
  "current_page": 2,
  "per_page": 3,
  "data": [
    {
      "id": 7268,
      "created_at": "2013-03-11T18:00:54+01:00",
      "updated_at": "2019-08-05T12:07:53+02:00",
      "latitude": 52.52,
      "longitude": 13.405,
      "street": "Marienstraße 91",
      "zip": "",
      "city": "Berlin",
      "country": "Deutschland",
      "content_updated_at": "2017-11-14T15:02:11+01:00",
      "title": "\"Pate oder Patin werden und mit einem Neuköllner Kind die Welt neu entdecken\"",
      "description": "Bevor wir uns hier in Details verlieren, lassen wir erst einmal unsere Patin Linda zu Wort kommen, denn wer könnte besser Beschreiben, was ein Engagement in unserem Projekt ausmacht, als die Engagierten selbst?<br>http://neukoellner-talente.de/paten/paten-stellen-sich-vor/<br><br>Wer neugierig ist und noch mehr wissen will, kann gerne weiter lesen oder sich gleich bei uns im Büro melden: 030 - 62 73 80 14<br><br>---<br><br>http://neukoellner-talente.de/<br><br>Kinder brauchen Zeit, viel Aufmerksamkeit und eine individuelle Förderung, um ihre Stärken und Begabungen zu entdecken und zu entfalten. Mit ihrem Patenschaftsprojekt »Neuköllner Talente« wendet sich die Bürgerstiftung Neukölln an Kinder im Grundschulalter, die entdecken und zeigen wollen, was in ihnen steckt. Vorrangiges Ziel ist es, durch eine intensive 1:1 Betreuung im Rahmen einer Patenschaft, benachteiligten Kindern in dem multiethnischen Berliner Bezirk die Chance zum Entdecken ihrer Interessen und Begabungen, und die Möglichkeit zur Teilhabe zu eröffnen.",
      "carrier": {
        "latitude": 52.46874,
        "longitude": 13.4341,
        "name": "Bürgerstiftung Neukölln",
        "street": "Dorfplatz 174",
        "city": "Berlin",
        "zip": "12051",
        "country": "Deutschland",
        "picture": {
          "links": [
            {
              "rel": "fill_100x100",
              "href": "https://betterplace-assets.betterplace.org/uploads/organisation/profile_picture/000/012/964/fill_100x100_bp1480322689_n__neg_orange_rgb.jpg"
            },
            {
              "rel": "fill_200x200",
              "href": "https://betterplace-assets.betterplace.org/uploads/organisation/profile_picture/000/012/964/fill_200x200_bp1480322689_n__neg_orange_rgb.jpg"
            },
            {
              "rel": "fill_400x400",
              "href": "https://betterplace-assets.betterplace.org/uploads/organisation/profile_picture/000/012/964/fill_400x400_bp1480322689_n__neg_orange_rgb.jpg"
            },
            {
              "rel": "original",
              "href": "https://betterplace-assets.betterplace.org/uploads/organisation/profile_picture/000/012/964/crop_original_bp1480322689_n__neg_orange_rgb.jpg"
            }
          ]
        },
        "links": [
          {
            "rel": "self",
            "href": "https://api.betterplace.org/de/api_v4/organisations/12964.json"
          }
        ]
      },
      "vacancies": 20,
      "image": {
        "description": "",
        "links": [
          {
            "rel": "fill_618x322",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/268/fill_618x322_TalentePatInnenaufruf_2.jpg"
          },
          {
            "rel": "fill_270x141",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/268/fill_270x141_TalentePatInnenaufruf_2.jpg"
          },
          {
            "rel": "original",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/268/TalentePatInnenaufruf_2.jpg"
          },
          {
            "rel": "thumb",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/268/thumb_TalentePatInnenaufruf_2.jpg"
          },
          {
            "rel": "medium",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/268/medium_TalentePatInnenaufruf_2.jpg"
          },
          {
            "rel": "regular",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/268/regular_TalentePatInnenaufruf_2.jpg"
          }
        ]
      },
      "contact": {
        "name": "Felix Thomas",
        "phone": "030 627 380 14",
        "email": "491c812ce91d8e4e82fb83b397b852ea58f9ca6f3540cd5d81961f47c93517ec@betterplace.jp",
        "picture": {
          "links": [
            {
              "rel": "fill_100x100",
              "href": "https://betterplace-assets.betterplace.org/uploads/user/profile_picture/000/293/450/fill_100x100_bp1575676108_Ines_offizielles_Foto_BS.jpg"
            },
            {
              "rel": "original",
              "href": "https://betterplace-assets.betterplace.org/uploads/user/profile_picture/000/293/450/crop_original_bp1575676108_Ines_offizielles_Foto_BS.jpg"
            }
          ]
        },
        "links": [

        ]
      },
      "location_fixed": true,
      "working_time_selection": "egal wann / nach Vereinbarung",
      "working_time_weekends": [

      ],
      "working_time_weekdays": [

      ],
      "begins_at": null,
      "ends_at": null,
      "topics": [
        "Bildung",
        "Kinder & Jugendliche",
        "Kultur, Freizeit & Sport",
        "Flüchtlinge & Migranten"
      ],
      "activities": [
        "besuchen/begleiten"
      ],
      "imported_from": null,
      "import_information": null,
      "profile_picture": {
        "links": [
          {
            "rel": "fill_960x500",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/268/fill_960x500_TalentePatInnenaufruf_2.jpg"
          },
          {
            "rel": "fill_730x380",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/268/fill_730x380_TalentePatInnenaufruf_2.jpg"
          },
          {
            "rel": "fill_618x322",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/268/fill_618x322_TalentePatInnenaufruf_2.jpg"
          },
          {
            "rel": "fill_410x214",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/268/fill_410x214_TalentePatInnenaufruf_2.jpg"
          },
          {
            "rel": "fill_270x141",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/268/fill_270x141_TalentePatInnenaufruf_2.jpg"
          },
          {
            "rel": "original",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/268/crop_original_TalentePatInnenaufruf_2.jpg"
          }
        ]
      },
      "links": [
        {
          "rel": "self",
          "href": "https://api.betterplace.org/de/api_v4/volunteering/7268.json"
        },
        {
          "rel": "platform",
          "href": "https://www.betterplace.org/de/volunteering/7268-pate-oder-patin-werden-und-mit-einem-neukoellner-kind-die-welt-neu-entdecken"
        },
        {
          "rel": "inquiries",
          "href": "https://api.betterplace.org/de/api_v4/clients/%7Bclient_id%7D/volunteering/7268-pate-oder-patin-werden-und-mit-einem-neukoellner-kind-die-welt-neu-entdecken/inquiries.json",
          "templated": true
        }
      ]
    },
    {
      "id": 7402,
      "created_at": "2013-03-18T22:27:45+01:00",
      "updated_at": "2019-11-28T04:30:35+01:00",
      "latitude": 54.0424,
      "longitude": 13.7688,
      "street": "Kirchenweg 185",
      "zip": "17438",
      "city": "Wolgast",
      "country": "Deutschland",
      "content_updated_at": "2019-01-01T09:19:14+01:00",
      "title": "Möchtest Du Dich gern ehrenamtlich engagieren? Dann komm zu uns ins Katzenhaus! Tel. 0174 17 42 010 ",
      "description": "Wir suchen Freiwillige, die uns helfen die über 54 Katzen im Katzenschutzverein zu versorgen. Dazu gehört das Füttern, das Säubern der Katzenklos und natürlich ganz viel streicheln, spielen und schmusen! Jede Hilfe ist willkommen, daher sind regelmäßige Einsätze wünschenswert, aber nicht Voraussetzung. Wir freuen uns auf Dich!",
      "carrier": {
        "latitude": 54.04240036010742,
        "longitude": 13.76879978179932,
        "name": "Katzenschutzverein Wolgast e.V.",
        "street": "Forstweg 178",
        "city": "Wolgast",
        "zip": "17438",
        "country": "Deutschland",
        "picture": {
          "links": [
            {
              "rel": "fill_100x100",
              "href": "https://betterplace-assets.betterplace.org/uploads/organisation/profile_picture/000/004/503/fill_100x100_original_391835_297273170296885_1980697066_n.jpg"
            },
            {
              "rel": "fill_200x200",
              "href": "https://betterplace-assets.betterplace.org/uploads/organisation/profile_picture/000/004/503/fill_200x200_original_391835_297273170296885_1980697066_n.jpg"
            },
            {
              "rel": "fill_400x400",
              "href": "https://betterplace-assets.betterplace.org/uploads/organisation/profile_picture/000/004/503/fill_400x400_original_391835_297273170296885_1980697066_n.jpg"
            },
            {
              "rel": "original",
              "href": "https://betterplace-assets.betterplace.org/uploads/organisation/profile_picture/000/004/503/crop_original_original_391835_297273170296885_1980697066_n.jpg"
            }
          ]
        },
        "links": [
          {
            "rel": "self",
            "href": "https://api.betterplace.org/de/api_v4/organisations/4503.json"
          }
        ]
      },
      "vacancies": 4,
      "image": {
        "description": "Für alle unseren schnurrenden Miezen im Katzenhaus!",
        "links": [
          {
            "rel": "fill_618x322",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/402/fill_618x322_bp1546329190_20181227_185142.jpg"
          },
          {
            "rel": "fill_270x141",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/402/fill_270x141_bp1546329190_20181227_185142.jpg"
          },
          {
            "rel": "original",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/402/bp1546329190_20181227_185142.jpg"
          },
          {
            "rel": "thumb",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/402/thumb_bp1546329190_20181227_185142.jpg"
          },
          {
            "rel": "medium",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/402/medium_bp1546329190_20181227_185142.jpg"
          },
          {
            "rel": "regular",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/402/regular_bp1546329190_20181227_185142.jpg"
          }
        ]
      },
      "contact": {
        "name": "Gina Mayer",
        "phone": "0174 17 42 010",
        "email": "2ba7361a078bffcf98941da663eb82ab483c6c8864637cf6c21cd7cba25d100e@betterplace.jp",
        "picture": {
          "links": [
            {
              "rel": "fill_100x100",
              "href": "https://betterplace-assets.betterplace.org/uploads/user/profile_picture/000/124/889/fill_100x100_bp1575658219_Logo_Katzenschutzverein.jpg"
            },
            {
              "rel": "original",
              "href": "https://betterplace-assets.betterplace.org/uploads/user/profile_picture/000/124/889/crop_original_bp1575658219_Logo_Katzenschutzverein.jpg"
            }
          ]
        },
        "links": [

        ]
      },
      "location_fixed": true,
      "working_time_selection": "egal wann / nach Vereinbarung",
      "working_time_weekends": [

      ],
      "working_time_weekdays": [

      ],
      "begins_at": null,
      "ends_at": null,
      "topics": [
        "Tierschutz & Umwelt"
      ],
      "activities": [
        "pflegen/betreuen"
      ],
      "imported_from": null,
      "import_information": null,
      "profile_picture": {
        "links": [
          {
            "rel": "fill_960x500",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/402/fill_960x500_bp1546329190_20181227_185142.jpg"
          },
          {
            "rel": "fill_730x380",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/402/fill_730x380_bp1546329190_20181227_185142.jpg"
          },
          {
            "rel": "fill_618x322",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/402/fill_618x322_bp1546329190_20181227_185142.jpg"
          },
          {
            "rel": "fill_410x214",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/402/fill_410x214_bp1546329190_20181227_185142.jpg"
          },
          {
            "rel": "fill_270x141",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/402/fill_270x141_bp1546329190_20181227_185142.jpg"
          },
          {
            "rel": "original",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/402/crop_original_bp1546329190_20181227_185142.jpg"
          }
        ]
      },
      "links": [
        {
          "rel": "self",
          "href": "https://api.betterplace.org/de/api_v4/volunteering/7402.json"
        },
        {
          "rel": "platform",
          "href": "https://www.betterplace.org/de/volunteering/7402-moechtest-du-dich-gern-ehrenamtlich-engagieren-dann-komm-zu-uns-ins-katzenhaus-tel-0174-17-42-010"
        },
        {
          "rel": "inquiries",
          "href": "https://api.betterplace.org/de/api_v4/clients/%7Bclient_id%7D/volunteering/7402-moechtest-du-dich-gern-ehrenamtlich-engagieren-dann-komm-zu-uns-ins-katzenhaus-tel-0174-17-42-010/inquiries.json",
          "templated": true
        }
      ]
    },
    {
      "id": 7435,
      "created_at": "2013-03-20T10:22:43+01:00",
      "updated_at": "2019-12-12T15:47:04+01:00",
      "latitude": 52.5077,
      "longitude": 13.3319,
      "street": "Jägerstraße 170",
      "zip": "10623",
      "city": "Berlin",
      "country": "Deutschland",
      "content_updated_at": "2019-12-12T15:47:04+01:00",
      "title": "Medizinische Hilfe für obdachlose Menschen - Ambulanz, Arztmobil, Krankenwohnung",
      "description": "++ Medizinische Hilfe für obdachlose Menschen ++ Wir behandeln obdachlose Menschen, die keine Krankenversicherung haben und nicht in andere Arztpraxen gehen. Angebote: Krankenwohnung in der Turmstraße, medizinische Ambulanz  am Bahnhof Zoo, Arztmobil. Das Arztmobil ist ein zu einer mobilen Praxis ausgebauter Kleintransporter und fährt dahin, wo sich Obdachlose aufhalten: an bekannte Szeneplätze, vor Suppenküchen etc. Für alle Angebote suchen wir ehrenamtlich engagierte Ärztinnen und Ärzte (mit Approbation) aller Fachrichtungen, gerne auch im Ruhestand, die in der Krankenwhnung, der med. Ambulanz oder im Arztmobil helfen wollen. Der ehrenamtliche Einsatz kann flexibel eingeteilt werden, es gibt eine Aufwandsentschädigung.",
      "carrier": {
        "latitude": 52.55973,
        "longitude": 13.37038,
        "name": "Caritasverband für das Erzbistum Berlin e.V.",
        "street": "Wiesenweg 15",
        "city": "Berlin",
        "zip": "12203",
        "country": "Deutschland",
        "picture": {
          "links": [
            {
              "rel": "fill_100x100",
              "href": "https://betterplace-assets.betterplace.org/uploads/organisation/profile_picture/000/013/568/fill_100x100_bp1481028470_logo_caritas_erzbistum_links_web.jpg"
            },
            {
              "rel": "fill_200x200",
              "href": "https://betterplace-assets.betterplace.org/uploads/organisation/profile_picture/000/013/568/fill_200x200_bp1481028470_logo_caritas_erzbistum_links_web.jpg"
            },
            {
              "rel": "fill_400x400",
              "href": "https://betterplace-assets.betterplace.org/uploads/organisation/profile_picture/000/013/568/fill_400x400_bp1481028470_logo_caritas_erzbistum_links_web.jpg"
            },
            {
              "rel": "original",
              "href": "https://betterplace-assets.betterplace.org/uploads/organisation/profile_picture/000/013/568/crop_original_bp1481028470_logo_caritas_erzbistum_links_web.jpg"
            }
          ]
        },
        "links": [
          {
            "rel": "self",
            "href": "https://api.betterplace.org/de/api_v4/organisations/13568.json"
          }
        ]
      },
      "vacancies": 4,
      "image": {
        "description": "Untersuchung im Arztmobil.",
        "links": [
          {
            "rel": "fill_618x322",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/435/fill_618x322_Behandlung_Arztmobil.jpg"
          },
          {
            "rel": "fill_270x141",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/435/fill_270x141_Behandlung_Arztmobil.jpg"
          },
          {
            "rel": "original",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/435/Behandlung_Arztmobil.jpg"
          },
          {
            "rel": "thumb",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/435/thumb_Behandlung_Arztmobil.jpg"
          },
          {
            "rel": "medium",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/435/medium_Behandlung_Arztmobil.jpg"
          },
          {
            "rel": "regular",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/435/regular_Behandlung_Arztmobil.jpg"
          }
        ]
      },
      "contact": {
        "name": "Manuel O",
        "phone": "030666331279",
        "email": "e3c8ec28b2969cd6c892b2ae530e070d35e0f355ce3332cdc0efd3a8570627ab@betterplace.jp",
        "picture": {
          "fallback": true,
          "links": [
            {
              "rel": "fill_100x100",
              "href": "https://betterplace-assets.betterplace.org/assets/default/user_profile_picture/fill_100x100_default.jpg"
            },
            {
              "rel": "original",
              "href": "https://betterplace-assets.betterplace.org/assets/default/user_profile_picture/fill_100x100_default.jpg"
            }
          ]
        },
        "links": [

        ]
      },
      "location_fixed": true,
      "working_time_selection": "regelmäßig/langfristig",
      "working_time_weekends": [

      ],
      "working_time_weekdays": [
        "vormittags",
        "nachmittags",
        "abends"
      ],
      "begins_at": null,
      "ends_at": null,
      "topics": [
        "Kranke",
        "Menschenrechte",
        "Sozial Benachteiligte"
      ],
      "activities": [
        "pflegen/betreuen"
      ],
      "imported_from": null,
      "import_information": null,
      "profile_picture": {
        "links": [
          {
            "rel": "fill_960x500",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/435/fill_960x500_Behandlung_Arztmobil.jpg"
          },
          {
            "rel": "fill_730x380",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/435/fill_730x380_Behandlung_Arztmobil.jpg"
          },
          {
            "rel": "fill_618x322",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/435/fill_618x322_Behandlung_Arztmobil.jpg"
          },
          {
            "rel": "fill_410x214",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/435/fill_410x214_Behandlung_Arztmobil.jpg"
          },
          {
            "rel": "fill_270x141",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/435/fill_270x141_Behandlung_Arztmobil.jpg"
          },
          {
            "rel": "original",
            "href": "https://betterplace-assets.betterplace.org/uploads/bettertime/job_description/profile_picture/000/007/435/crop_original_Behandlung_Arztmobil.jpg"
          }
        ]
      },
      "links": [
        {
          "rel": "self",
          "href": "https://api.betterplace.org/de/api_v4/volunteering/7435.json"
        },
        {
          "rel": "platform",
          "href": "https://www.betterplace.org/de/volunteering/7435-medizinische-hilfe-fuer-obdachlose-menschen-ambulanz-arztmobil-krankenwohnung"
        },
        {
          "rel": "inquiries",
          "href": "https://api.betterplace.org/de/api_v4/clients/%7Bclient_id%7D/volunteering/7435-medizinische-hilfe-fuer-obdachlose-menschen-ambulanz-arztmobil-krankenwohnung/inquiries.json",
          "templated": true
        }
      ]
    }
  ]
}