Logo
Dribbble Logo

Dribbble APIs

Dribbble is a place to show and tell, promote, discover, and explore design.

Dribbble APIs

Account Request URL

https://dribbble.com/session/new

Base Endpoint

www.dribbble.co

shots

Get a list of shots

GET

shots

page, per_page

shots

Get a single shot by ID

GET

shots/{id}

access_token

shots

Create a new shot.

POST

shots

access_token, image, title, description

shots

Update a shot by ID

PUT

shots/{id}

access_token, title, description

projects

List all projects of the authenticated user

GET

projects

access_token, page, per_page

projects

Get a single project by ID

GET

projects/{id}

access_token

projects

Create a new Project

POST

projects

access_token, name, description, team_id

projects

Update a project by ID

PUT

projects/{id}

access_token, name, description, team_id

users

Get a list of users

GET

users

page, per_page

users

Get a single user by ID

GET

users/{id}

access_token

users

Update authenticated user's profile

PUT

users/{id}

access_token, name, username, avatar_url, bio, location, links.twitter_username, links.dribbble_url, links.github_username, links.behance_url, links.linkedin_url

teams

List all teams that the authenticated user has access to.

GET

teams

access_token, page, per_page

teams

Get a single team by ID

GET

teams/{id}

access_token

teams

Create a new team

POST

teams

access_token, name, description

teams

Update a team by ID

PUT

teams/{id}

access_token, name, description

rebounds

Get a list of rebounds

GET

rebounds

page, per_page

rebounds

Get a single rebound by ID

GET

rebounds/{id}

access_token

rebounds

Create a new rebound

POST

rebounds

access_token, shot_id, added_shot_ids[]

rebounds

Update a rebound by ID

PUT

rebounds/{id}

access_token, name, description, layout

likes

Get a list of likes received by the authenticated user

GET

likes

access_token, page, per_page

likes

Get a list of shots liked by the authenticated user

GET

likes

access_token, page, per_page

likes

Get a list of likes

GET

likes

page, per_page

likes

Get a single like

GET

likes/{id}

access_token

likes

Like a shot.

POST

likes

access_token, shot_id

likes

Unlike a shot.

DELETE

likes/{id}

access_token

comments

Get a list of comments

GET

comments

page, per_page

comments

Get a single comment by ID

GET

comments/{id}

access_token

comments

Create a new comment

POST

comments

access_token, body, shot_id

comments

Update a comment by ID

PUT

comments/{id}

access_token, body

comments

Delete a comment

DELETE

comments/{id}

access_token

buckets

Get a list of buckets

GET

buckets

access_token, page, per_page

buckets

Get a single bucket by ID

GET

buckets/{id}

access_token

buckets

Create a new bucket

POST

buckets

access_token, name, description

buckets

Update a bucket by ID

PUT

buckets/{id}

access_token, name, description, shot_ids[]

players

List all players of the authenticated user

GET

players

access_token, page, per_page

players

Get a single player by ID

GET

players/{id}

access_token

players

Create a new Player

POST

players

access_token, name, email, role

players

Update a player by ID

PUT

players/{id}

access_token, name, email, role

attachments

Details

Provider

Country HQ

USA

API Type

REST

Categories

Social

Alternatives

Important URLs

Last Updated on

2024-03-26

Created At

2023-12-14

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.

ApiRefs Logo