{"id":19493175,"url":"https://github.com/drearondov/scrabblescoreboard","last_synced_at":"2026-05-14T21:37:07.732Z","repository":{"id":164831145,"uuid":"321189119","full_name":"drearondov/scrabbleScoreboard","owner":"drearondov","description":"Rest API to collect Scrabble games data","archived":false,"fork":false,"pushed_at":"2023-11-04T23:03:07.000Z","size":1111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T12:35:32.638Z","etag":null,"topics":["flask","flask-restful","flask-sqlalchemy","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drearondov.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-12-14T00:18:22.000Z","updated_at":"2023-01-14T16:23:40.000Z","dependencies_parsed_at":"2023-11-05T00:19:02.679Z","dependency_job_id":null,"html_url":"https://github.com/drearondov/scrabbleScoreboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drearondov/scrabbleScoreboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drearondov%2FscrabbleScoreboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drearondov%2FscrabbleScoreboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drearondov%2FscrabbleScoreboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drearondov%2FscrabbleScoreboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drearondov","download_url":"https://codeload.github.com/drearondov/scrabbleScoreboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drearondov%2FscrabbleScoreboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33044369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","flask-restful","flask-sqlalchemy","python"],"created_at":"2024-11-10T21:24:41.084Z","updated_at":"2026-05-14T21:37:07.714Z","avatar_url":"https://github.com/drearondov.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scrabble Scoreboard\n\n![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/drearondov/scrabblescoreboard?include_prereleases\u0026style=flat-square)\n![GitHub last commit](https://img.shields.io/github/last-commit/drearondov/scrabblescoreboard?style=flat-square)\n\nCollect data about Scrabble Games and marvel or cry at the sight of your vocabulary and resourcefulness.\n\n## Endpoints\n\n* `GET /words` - Retrieves a list of all words in dictionary\n* `GET /words/languages` - Retrieves a list of all words in a specific language\n\n* `POST /games` - Creates a new game\n* `PUT /games` - Edits a game\n* `DELETE /games/\u003cint:game_id\u003e` - Deletes a game\n* `GET /games/\u003cint:game_id\u003e/plays` - Gets all the plays from a game\n\n* `GET /players` - Gets all players\n* `POST /players` - Creates a new player\n* `PUT /players/\u003cint:player_id\u003e` - Updates a player based on its id\n* `DELETE /players/\u003cint:player_id\u003e` - Deletes a player\n* `GET players/\u003cint:player_id\u003e/plays`\n\n* `GET /plays`- Retrieves a list of plays\n* `GET /plays/\u003cint: play_id\u003e` - Retrieves info about a play\n* `POST /plays` - Creates a new play\n* `PUT /plays/\u003cint: play_id\u003e` - Updates a play based on its id\n* `DELETE /plays/\u003cint: play_id\u003e` - Deletes a play based on its id\n\n## Resources\n\n* [PostgreSQL](https://www.postgresql.org): Popular and extensible database server.\n* [Flask](https://flask.palletsprojects.com/en/1.1.x/): Microframework to create the web application.\n* [Flask-SQLAlchemy](https://flask-sqlalchemy.palletsprojects.com/en/2.x/) and [Flask-Migrate](https://flask-migrate.readthedocs.io/en/latest/): Packages used for database management.\n* [Flask-Marshmallow](https://flask-marshmallow.readthedocs.io/en/latest/): Package used for serialization and data validation\n* [Flask-restful](https://flask-restful.readthedocs.io/en/latest/): Packages used to create the endpoints\n* [Flask-JWT-Extended](https://flask-jwt-extended.readthedocs.io/en/latest/): Token based authentication\n\n## Acknowledgements\n\n* [cookiecutter-flask-restful](https://github.com/karec/cookiecutter-flask-restful)  by karec: Cookiecutter used to start the project, a very complete template\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrearondov%2Fscrabblescoreboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrearondov%2Fscrabblescoreboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrearondov%2Fscrabblescoreboard/lists"}