Findery
At Findery, we love sharing interesting stories about places around the world. Up until now, the only way to join the party was through Findery.com or our apps. Now there’s a backstage pass with the Findery API. Using the Findery API, developers can integrate with Findery. Create Findery notes for any location, gather notes into collections (we call them notemaps), and discover interesting…
Findery endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get notemap /notemaps/{id} |
Get notemap |
| DELETE |
Unfollow a user /users/{user_id}/followers/{id} |
Unfollow a user |
| PUT |
Edit a comment /notes/{note_id}/comments/{id} |
Edit a comment |
| PUT |
Edit a note. /notes/{id} |
Edit a note. |
| GET |
Get a user by username /users/by_username/{username} |
Get a user by username |
| GET |
Get a list of comments for a note /notes/{id}/comments |
Get a list of comments for a note |
| GET |
Get users who've favorited a note /notes/{note_id}/favoriters |
Get users who've favorited a note |
| GET |
Get a list of notes /notes |
Get a list of notes Method & URL |
| POST |
Follow a user /users/{user_id}/followers |
Follow a user |
| DELETE |
Delete a comment /notes/{note_id}/comments/{id} |
Delete a comment |
| POST |
Create a comment /notes/{note_id}/comments |
Create a comment |
| GET |
Get a note /notes/{id} |
Get a note |
| GET |
Get a user's notes. /users/{user_id}/notes |
Get a user's notes. |
| POST |
Add a note to a notemap /notemaps/{notemap_id}/notes |
Add a note to a notemap |
| GET |
Get notemaps /notemaps |
Get notemaps |
| GET |
Get a user's favorite notes. /users/{user_id}/favorites |
Get a user's favorite notes. |
| GET |
Get a user's notemaps. /users/{user_id}/notemaps |
Get a user's notemaps. |
| GET |
Get a comment /notes/{note_id}/comments/{id} |
Get a comment |
| DELETE |
Unfavorite a note /notes/{note_id}/favoriters/{id} |
Unfavorite a note |
| GET |
Get a list of tags for a note /notes/{id}/tags |
Get a list of tags for a note |
| PUT |
Edit a notemap /notemaps/{id} |
Edit a notemap |
| GET |
Get users a user is following. /users/{user_id}/following |
Get users a user is following. |
| GET |
Get users that follow user /users/{user_id}/followers |
Get users that follow user |
| DELETE |
Unfollow a notemap /notemaps/{notemap_id}/followers/{id} |
Unfollow a notemap |
| GET |
Get a user /users/{id} |
Get a user |
| GET |
Get the followers for a notemap /notemaps/{notemap_id}/followers |
Get the followers for a notemap |
| DELETE |
Delete a note. /notes/{id} |
Delete a note. |
| GET |
Get notemaps a user follows /users/{user_id}/followed_maps |
Get notemaps a user follows |
| GET |
Get notes by tag /tags/{tag_name}/notes |
Get notes by tag |
| GET |
Get users that have found a note /notes/{note_id}/finders |
Get users that have found a note |
| DELETE |
Delete a notemap /notemaps/{id} |
Delete a notemap |
| GET |
Get tags used in the notes in the notemap /notemaps/{notemap_id}/tags |
Get tags used in the notes in the notemap |
| POST |
Follow a notemap /notemaps/{notemap_id}/followers |
Follow a notemap |
| POST |
Create a note /notes |
Create a note |
| DELETE |
Remove a note from a notemap /notemaps/{notemap_id}/notes/{id} |
Remove a note from a notemap |
| POST |
Create a notemap /notemaps |
Create a notemap |
| POST |
Favorite a note /notes/{note_id}/favoriters |
Favorite a note |
| GET |
Get notes from a notemap /notemaps/{notemap_id}/notes |
Get notes from a notemap |
Findery pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|