{"id":21517981,"url":"https://github.com/bituvo/pygrounds","last_synced_at":"2025-08-02T01:43:15.063Z","repository":{"id":155588979,"uuid":"528531650","full_name":"Bituvo/pygrounds","owner":"Bituvo","description":"Python web-scraping API for Newgrounds","archived":false,"fork":false,"pushed_at":"2024-03-23T16:56:07.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T16:50:10.326Z","etag":null,"topics":["api","beautifulsoup","beautifulsoup4","newgrounds","newgrounds-audio-downloader","python-api","web-scraping","web-scraping-python"],"latest_commit_sha":null,"homepage":"https://www.newgrounds.com/","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/Bituvo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-24T17:43:37.000Z","updated_at":"2024-02-10T13:30:40.000Z","dependencies_parsed_at":"2024-03-23T17:46:19.325Z","dependency_job_id":"c82dcb08-bde9-4564-8d7b-8c1b0aa1e5cc","html_url":"https://github.com/Bituvo/pygrounds","commit_stats":null,"previous_names":["bituvo/pygrounds"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bituvo/pygrounds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bituvo%2Fpygrounds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bituvo%2Fpygrounds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bituvo%2Fpygrounds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bituvo%2Fpygrounds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bituvo","download_url":"https://codeload.github.com/Bituvo/pygrounds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bituvo%2Fpygrounds/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268326460,"owners_count":24232478,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"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":["api","beautifulsoup","beautifulsoup4","newgrounds","newgrounds-audio-downloader","python-api","web-scraping","web-scraping-python"],"created_at":"2024-11-24T00:46:06.397Z","updated_at":"2025-08-02T01:43:14.985Z","avatar_url":"https://github.com/Bituvo.png","language":"Python","readme":"# `pygrounds` - Python Newgrounds API\n\nThis is the first implementation of a Newgrounds API written in Python.\n\n# `Audio`\n\n## Initialization\n\n```python\nsong = Audio(533927)\n```\n\n## Attributes\n\n| Attribute              | Type                 | Description                                 |\n| ---------------------- | -------------------- | ------------------------------------------- |\n| `id`                   | `int`                | The song ID                                 |\n| `name`                 | `str`                | The song name                               |\n| `artists`              | `list`               | A list of the song's artists                |\n| `artist`               | `str`                | The song's primary artist                   |\n| `listens`              | `int`                | Amount of listens on the song               |\n| `votes`                | `int` \\| `None`      | Amount of votes on the song                 |\n| `faves`                | `int` \\| `None`      | Amount of faves on the song                 |\n| `score`                | `float` \\| `None`    | The song's score, as a proportion           |\n| `genre`                | `str`                | The song's genre                            |\n| `date_published`       | `datetime`           | The date and time the song was published    |\n| `audio_type`           | `str`                | Type of audio, eg \"loop\", \"podcast\"         |\n| `file_size`            | `str`                | Human-readable file size of the song        |\n| `duration`             | `int`                | Duration of the song in seconds             |\n| `tags`                 | `list`               | List of the song's tags                     |\n| `author_comments_html` | `str` \\| `None`      | Author comments section as HTML code        |\n| `short_description`    | `str` \\| `None`      | A short description of the song             |\n| `frontpaged`           | `bool`               | Whether or not the song was ever frontpaged |\n| `date_frontpaged`      | `datetime` \\| `None` | The date the song was frontpaged            |\n| `download_url`         | `str`                | Download URL for the song                   |\n| `track_image`          | `str`                | URL for the track image of the song         |\n| `refresh`              | method               | Refreshes all information on the song       |","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbituvo%2Fpygrounds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbituvo%2Fpygrounds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbituvo%2Fpygrounds/lists"}