Parties
All endpoints related to Partii parties
Gets a party with the given ID
GET
https://api.partii.fr/party/<id>
Gets a list of parties matching user moods
POST
https://api.partii.fr/parties
Takes a list of moods and a maximum party count
Request Body
Name
Type
Description
number*
String
Maximum parties to return
moods*
String
Comma-separated list of moods
Deletes a party with a given ID
DELETE
https://api.partii.fr/party
Last updated