{"id":20568955,"url":"https://github.com/neelr/tabroom-private-api","last_synced_at":"2025-04-14T16:17:10.993Z","repository":{"id":54542852,"uuid":"239639997","full_name":"neelr/tabroom-private-api","owner":"neelr","description":"Unofficial Tabroom API, because they took too long to make it public","archived":false,"fork":false,"pushed_at":"2021-02-11T18:33:19.000Z","size":202,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T16:16:58.869Z","etag":null,"topics":["debate","nodejs","tabroom","tabroom-private-api"],"latest_commit_sha":null,"homepage":"https://tabroom-private-api.now.sh","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neelr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-11T00:07:29.000Z","updated_at":"2024-09-14T19:31:44.000Z","dependencies_parsed_at":"2022-08-13T19:10:39.583Z","dependency_job_id":null,"html_url":"https://github.com/neelr/tabroom-private-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelr%2Ftabroom-private-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelr%2Ftabroom-private-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelr%2Ftabroom-private-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelr%2Ftabroom-private-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neelr","download_url":"https://codeload.github.com/neelr/tabroom-private-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248914117,"owners_count":21182359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["debate","nodejs","tabroom","tabroom-private-api"],"created_at":"2024-11-16T04:55:27.110Z","updated_at":"2025-04-14T16:17:10.952Z","avatar_url":"https://github.com/neelr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [tabroom-private-api](https://tabroom-private-api.now.sh/api/query)\nAn API whipped up using tabroom's private api, because it took too long for them to give a public one! Have fun and make cool things!\n\nALL POST REQUESTS\n\n## /api/query\nQuery tabroom's tournaments\n### Request\n```json\n{\n  \"query\":\"scu\"\n}\n```\n\n### Response\n```json\n[\n  {\n    \"name\": \"SCU Spring Philalethic Invitational\",\n    \"id\": \"15411\",\n    \"circuit\": \"GGSA, NatCir, YFL\",\n    \"region\": \"Santa Clara      CA/US\",\n    \"data\": \"3/27/2020\"\n  },\n  {\n    \"name\": \"SCU Dempsey Cronin Invitational\",\n    \"id\": \"13422\",\n    \"circuit\": \"GGSA, NatCir\",\n    \"region\": \"Santa Clara      CA/US\",\n    \"data\": \"11/22/2019\"\n  },\n  {\n    \"name\": \"SCU Dempsey Cronin Invitatonal\",\n    \"id\": \"10646\",\n    \"circuit\": \"GGSA, NatCir\",\n    \"region\": \"Santa Clara      CA/US\",\n    \"data\": \"12/14/2018\"\n  }\n]\n```\n\n## /api/tournament/tabs\nGet the tabs at the top of a tabroom tournament\n\n### Request\n```json\n{\n\t\"tourn_id\":\"10646\"\n}\n```\n\n### Response\n```json\n[\n  \"Invite\",\n  \"Entries\",\n  \"Judges\",\n  \"Pairings\",\n  \"Live Updates\",\n  \"Results\"\n]\n```\n\n## /api/tournament/events\nGet the tournament rounds\n### Request\n```json\n{\n\t\"tourn_id\":\"10646\"\n}\n```\n\n### Response\n```json\n[\n  {\n    \"eventName\": \"Congress\",\n    \"eventID\": \"87888\"\n  },\n  {\n    \"eventName\": \"Dramatic Interp Novice\",\n    \"eventID\": \"87889\"\n  },\n  {\n    \"eventName\": \"Dramatic Interp Open\",\n    \"eventID\": \"87890\"\n  },\n  {\n    \"eventName\": \"Duo Novice\",\n    \"eventID\": \"87891\"\n  }\n]\n```\n\n## /api/tournament/rounds\nGet the event rounds\n### Request\n```json\n{\n\t\"tourn_id\":\"10646\",\n  \"event_id\":\"87910\"\n}\n```\n\n### Response\n```json\n[\n  {\n    \"roundName\": \"Bracket\"\n  },\n  {\n    \"roundName\": \"POL        Final\",\n    \"roundID\": \"341486\"\n  },\n  {\n    \"roundName\": \"POL        Semi\",\n    \"roundID\": \"341485\"\n  }\n]\n```\n\n## /api/tournament/pairings\nGet the event rounds\n### Request\n```json\n{\n\t\"tourn_id\":\"10646\",\n  \"round_id\":\"341480\"\n}\n```\n\n### Response\n```json\n[\n  {\n    \"Room\": {\n      \"name\": \"Charney 316\"\n    },\n    \"Aff\": {\n      \"name\": \"Gunn Sr CT\",\n      \"id\": \"1959685\"\n    },\n    \"Neg\": {\n      \"name\": \"June Jordan School for Equity HR\",\n      \"id\": \"2032750\"\n    },\n    \"Judge\": {\n      \"name\": \"Hemeseth, Paul\",\n      \"id\": \"934690\"\n    },\n    \"Bkt\": {\n      \"name\": \"1\",\n      \"id\": \"934690\"\n    }\n  }\n]\n```\n## /api/tournament/paradigm\nGet the event rounds\n### Request\n```json\n{\n\t\"tourn_id\":\"10646\",\n  \"judge_id\":\"960933\"\n}\n```\n\n### Response\n```json\n\u003cp\u003eJudge's Paradigm in HTML\u003c/p\u003e\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneelr%2Ftabroom-private-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneelr%2Ftabroom-private-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneelr%2Ftabroom-private-api/lists"}