{"id":23635099,"url":"https://github.com/joncardasis/ultimate-api","last_synced_at":"2025-08-31T10:32:10.618Z","repository":{"id":50211316,"uuid":"99263247","full_name":"joncardasis/ultimate-api","owner":"joncardasis","description":":guitar: Python API which scrapes ultimate-guitar.com for guitar chords","archived":false,"fork":false,"pushed_at":"2023-01-24T07:53:44.000Z","size":815,"stargazers_count":68,"open_issues_count":4,"forks_count":17,"subscribers_count":6,"default_branch":"master","last_synced_at":"2023-08-03T17:02:20.853Z","etag":null,"topics":["api","flask","guitar","guitar-chords","music","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joncardasis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-03T18:27:59.000Z","updated_at":"2023-07-16T12:01:04.000Z","dependencies_parsed_at":"2023-02-13T19:01:15.695Z","dependency_job_id":null,"html_url":"https://github.com/joncardasis/ultimate-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncardasis%2Fultimate-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncardasis%2Fultimate-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncardasis%2Fultimate-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncardasis%2Fultimate-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joncardasis","download_url":"https://codeload.github.com/joncardasis/ultimate-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231590304,"owners_count":18396921,"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":["api","flask","guitar","guitar-chords","music","python"],"created_at":"2024-12-28T05:30:37.713Z","updated_at":"2024-12-28T05:30:55.505Z","avatar_url":"https://github.com/joncardasis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ultimate-API\n\n:guitar: *An API for ultimate-guitar.com*\n\n![Python-Version](https://img.shields.io/badge/Python-3.6.1-blue.svg)\n\n## Setup\n1. Install python3 from https://www.python.org/downloads/\n\n1. Create a virtual environment of python3:\n\n    ```Python\n    # Install virtualenv:\n    # pip install virtualenv\n    virtualenv -p /usr/local/bin/python3 venv\n    source venv/bin/activate\n    ```\n\n1. Install dependancies:\n\n    ```Python\n    pip install -r requirements.txt\n    ```\n\n1. Usage:\n\n    ```Python\n    export FLASK_DEBUG=1 // Export for debug\n    python run.py\n    ```\n\n## Endpoints\n\n| Method | Endpoint |  Parameters | Result |\n| ------ | -------- | ---------- | ------ |\n| `GET`  | `/tab`   | `url`: A full (including protocol) url for an ultimate-guitar.com tab. | JSON response containing tab info as well as each tab line\n\n## Running Tests\nTo run the full test suite execute the following from the top level directory.\n```Python\npython test.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoncardasis%2Fultimate-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoncardasis%2Fultimate-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoncardasis%2Fultimate-api/lists"}