Using the organization endpoint

Here, the event publisher organizations are listed. Events published by each organization can be found at the event endpoint using the query parameter publisher.

Organization ancestors

To find parent organization and all its ancestors for the given organization id use the query parameter child.

Example:

organization/?child=ahjo:100

See the result

Organization descendants

To find all suborganizations and their descendants for the given organization id use the query parameter parent.

Example:

organization/?parent=ahjo:100

See the result

Dissolved organizations

To filter organizations based on their dissolution date use the parameter dissolved. The filter is boolean type and can be used to show only dissolved organizations (true) or exclude them (false).

Get only dissolved organizations

Example:

organization/?dissolved=true

See the result

Get organizations not dissolved

Example:

organization/?dissolved=false

See the result

GET /v1/organization/?format=api&page=30
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 870,
        "next": "https://linkedevents.api.test.hel.ninja/v1/organization/?format=api&page=31",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/organization/?format=api&page=29"
    },
    "data": [
        {
            "id": "kultus:94",
            "data_source": "kultus",
            "classification": null,
            "name": "KOM-teatteri",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.681036Z",
            "last_modified_time": "2023-09-13T19:10:18.871551Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:94/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:95",
            "data_source": "kultus",
            "classification": null,
            "name": "Kallion lukio",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.693705Z",
            "last_modified_time": "2023-09-13T19:10:18.892321Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:95/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:96",
            "data_source": "kultus",
            "classification": null,
            "name": "Kallo Collective",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.707885Z",
            "last_modified_time": "2023-09-13T19:10:18.917247Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:96/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:97",
            "data_source": "kultus",
            "classification": null,
            "name": "Kamerakynän pedagogiikka",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.725374Z",
            "last_modified_time": "2023-09-13T19:10:18.939047Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:97/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:98",
            "data_source": "kultus",
            "classification": null,
            "name": "Kipinän kuvataide",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.741537Z",
            "last_modified_time": "2023-09-13T19:10:18.960216Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:98/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:99",
            "data_source": "kultus",
            "classification": null,
            "name": "KirjaKallio",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.763471Z",
            "last_modified_time": "2023-09-13T19:10:18.984153Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:99/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:100",
            "data_source": "kultus",
            "classification": null,
            "name": "KokoTeatteri",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.781113Z",
            "last_modified_time": "2023-09-13T19:10:19.008929Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:100/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:101",
            "data_source": "kultus",
            "classification": null,
            "name": "Konserttikeskus ry",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.801005Z",
            "last_modified_time": "2023-09-13T19:10:19.031725Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:101/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:102",
            "data_source": "kultus",
            "classification": null,
            "name": "Koululiikuntaliitto KLL",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.822353Z",
            "last_modified_time": "2023-09-13T19:10:19.053670Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:102/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:103",
            "data_source": "kultus",
            "classification": null,
            "name": "Kulttuurikollektiivi",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.837359Z",
            "last_modified_time": "2023-09-13T19:10:19.076565Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:103/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:104",
            "data_source": "kultus",
            "classification": null,
            "name": "Kulttuurikurssit",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.850668Z",
            "last_modified_time": "2023-09-13T19:10:19.100711Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:104/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:105",
            "data_source": "kultus",
            "classification": null,
            "name": "Kulttuurimylly",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.867809Z",
            "last_modified_time": "2023-09-13T19:10:19.125602Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:105/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:106",
            "data_source": "kultus",
            "classification": null,
            "name": "Kulttuuritalo Martinus",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.881642Z",
            "last_modified_time": "2023-09-13T19:10:19.149113Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:106/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:107",
            "data_source": "kultus",
            "classification": null,
            "name": "Kulttuuriyhdistys Café Barock ry",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.898523Z",
            "last_modified_time": "2023-09-13T19:10:19.173845Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:107/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:108",
            "data_source": "kultus",
            "classification": null,
            "name": "Kurssikeskus Luova Kasvu",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.908767Z",
            "last_modified_time": "2023-09-13T19:10:19.199064Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:108/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:109",
            "data_source": "kultus",
            "classification": null,
            "name": "Luomus, Luonnontieteellinen keskusmuseo",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.923625Z",
            "last_modified_time": "2023-09-13T19:10:19.222289Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:109/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:110",
            "data_source": "kultus",
            "classification": null,
            "name": "Lasten Kulttuurikeskus Pikku-Aurora",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.937504Z",
            "last_modified_time": "2023-09-13T19:10:19.245840Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:110/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:111",
            "data_source": "kultus",
            "classification": null,
            "name": "Lasten Taidelaboratorio®",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.953557Z",
            "last_modified_time": "2023-09-13T19:10:19.271220Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:111/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:112",
            "data_source": "kultus",
            "classification": null,
            "name": "Lasten ja nuorten arkkitehtuurikoulu Arkki",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.972293Z",
            "last_modified_time": "2023-09-13T19:10:19.294959Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:112/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        },
        {
            "id": "kultus:113",
            "data_source": "kultus",
            "classification": null,
            "name": "Lasten ja nuorten taidekeskus",
            "founding_date": null,
            "dissolution_date": null,
            "parent_organization": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:0/?format=api",
            "sub_organizations": [],
            "affiliated_organizations": [],
            "created_time": "2021-09-08T09:00:11.987352Z",
            "last_modified_time": "2023-09-13T19:10:19.320086Z",
            "replaced_by": null,
            "has_regular_users": false,
            "is_affiliated": false,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/organization/kultus:113/?format=api",
            "@context": "http://schema.org",
            "@type": "Organization"
        }
    ]
}