Get the data
You can use the My Data button on your profile to download a summary of your contributions. There is a simple open API for accessing data from this site in machine-readable form over the Web. See details in the Dribdat API Guide.
{% extends "layout.html" %} {% block page_title %}About dribdat{% endblock %} {% block body_class %}about-dribdat{% endblock %} {% block content %}
This site uses an open source project board for splendid collaboration. Here we collect and showcase all contributions in one place. On the event page you can learn about topics, datasets, and any other information the organisers have provided. To form a team, you can start a project, or build on a challenge. All content on the site can be edited by organisers in the Admin area.
If you would like to use this platform for your event, see the installation guide, fork the open source project, and set it up to your liking. Get in touch on the dribdat home page.
Administrators:
{% for user in orgs %} 🕴️{{ user.fullname or user.name }} {% endfor %}
You can use the My Data button on your profile to download a summary of your contributions. There is a simple open API for accessing data from this site in machine-readable form over the Web. See details in the Dribdat API Guide.
Type | Link | Format |
Featured events | hackathon.json | JSON - Hackathon Schema |
/api/events.json | JSON list of events | |
/api/events.csv | CSV list of events | |
Current or specific (by id) event | /api/event/current/datapackage.json | JSON - Frictionless Data |
/api/event/current/info.json | JSON overview | |
/api/event/current/projects | JSON of projects | |
/api/event/current/projects | CSV of projects | |
Search projects, recent activity, and posts (use q=... for query, set limit=10) |
/api/project/activity.json | JSON activities |
/api/project/search.json | JSON search | |
/api/project/posts.json | JSON posts (Dribs) |