GSoC Organizations API (1.0)

Download OpenAPI specification:Download

GSoC Organizations: contact@gsocorganizations.dev

The data displayed in GSoC Organizations is scraped from the official GSoC archive. You can access the scraped data from the following endpoints.

All Organizations

Get the data of all the organizations that participated in Google Summer of Code from 2016 to 2024.

Responses

Response samples

Content type
application/json
[
  • {
    }
]

2024 Organizations

Get the data of all the organizations that participated in Google Summer of Code 2024.

Responses

Response samples

Content type
application/json
{
  • "year": 0,
  • "archive_url": "string",
  • "organizations": [
    ]
}

2023 Organizations

Get the data of all the organizations that participated in Google Summer of Code 2023.

Responses

Response samples

Content type
application/json
{
  • "year": 0,
  • "archive_url": "string",
  • "organizations": [
    ]
}

2022 Organizations

Get the data of all the organizations that participated in Google Summer of Code 2022.

Responses

Response samples

Content type
application/json
{
  • "year": 0,
  • "archive_url": "string",
  • "organizations": [
    ]
}

2021 Organizations

Get the data of all the organizations that participated in Google Summer of Code 2021.

Responses

Response samples

Content type
application/json
{
  • "year": 0,
  • "archive_url": "string",
  • "organizations": [
    ]
}

2020 Organizations

Get the data of all the organizations that participated in Google Summer of Code 2020.

Responses

Response samples

Content type
application/json
{
  • "year": 0,
  • "archive_url": "string",
  • "organizations": [
    ]
}

2019 Organizations

Get the data of all the organizations that participated in Google Summer of Code 2019.

Responses

Response samples

Content type
application/json
{
  • "year": 0,
  • "archive_url": "string",
  • "organizations": [
    ]
}

2018 Organizations

Get the data of all the organizations that participated in Google Summer of Code 2018.

Responses

Response samples

Content type
application/json
{
  • "year": 0,
  • "archive_url": "string",
  • "organizations": [
    ]
}

2017 Organizations

Get the data of all the organizations that participated in Google Summer of Code 2017.

Responses

Response samples

Content type
application/json
{
  • "year": 0,
  • "archive_url": "string",
  • "organizations": [
    ]
}

2016 Organizations

Get the data of all the organizations that participated in Google Summer of Code 2016.

Responses

Response samples

Content type
application/json
{
  • "year": 0,
  • "archive_url": "string",
  • "organizations": [
    ]
}