{"id":37082869,"url":"https://github.com/xhossein/radiojavanapi","last_synced_at":"2026-01-14T10:01:06.905Z","repository":{"id":57459700,"uuid":"336999018","full_name":"xHossein/radiojavanapi","owner":"xHossein","description":"Fast and effective Radio Javan API wrapper","archived":false,"fork":false,"pushed_at":"2023-03-19T05:37:20.000Z","size":78,"stargazers_count":23,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-11T06:53:29.166Z","etag":null,"topics":["api","api-wrapper","python","radio-javan","radiojavan","rj"],"latest_commit_sha":null,"homepage":"https://xhossein.github.io/radiojavanapi/","language":"Python","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/xHossein.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2021-02-08T07:53:36.000Z","updated_at":"2025-05-05T10:31:12.000Z","dependencies_parsed_at":"2024-01-15T16:51:54.217Z","dependency_job_id":null,"html_url":"https://github.com/xHossein/radiojavanapi","commit_stats":{"total_commits":50,"total_committers":1,"mean_commits":50.0,"dds":0.0,"last_synced_commit":"29897da1dab3caf5735d663968310ef29a02adab"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/xHossein/radiojavanapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xHossein%2Fradiojavanapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xHossein%2Fradiojavanapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xHossein%2Fradiojavanapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xHossein%2Fradiojavanapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xHossein","download_url":"https://codeload.github.com/xHossein/radiojavanapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xHossein%2Fradiojavanapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","api-wrapper","python","radio-javan","radiojavan","rj"],"created_at":"2026-01-14T10:01:06.256Z","updated_at":"2026-01-14T10:01:06.896Z","avatar_url":"https://github.com/xHossein.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![PyPI - Version](https://img.shields.io/pypi/v/radiojavanapi)\n![GitHub License](https://img.shields.io/github/license/xhossein/radiojavanapi)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/radiojavanapi)\n\n# radiojavanapi\n**radiojavanapi** is a Python library and wrapper for RadioJavan's API, enabling developers to create bots, streaming applications, download tools, and automation scripts with minimal effort.\n\nSupport Python \u003e= 3.7\n\nRadioJavan API valid for 13 September 2025 (last reverse-engineering check)\n\n## Features\n* Get full info of a Song, Video, Podcast, Story, Playlist, Artist, Album, User and your Account\n* Login by email and password\n* Sign up to RadioJavan\n* Like and Unlike a Song, Video, Podcast and Story\n* Follow and Unfollow a Artist, User or MusicPlaylist\n* Get followers and following of a user\n* Create, Rename and Delete a playlist\n* Add song or video to playlist or Remove from it\n* Edit and Deactive account\n* Upload and Remove profile photo\n* Search and get trending, popular and ... medias\\\nand much more else\n\n## Installation\n**From PyPI**\n```\npip install radiojavanapi\n```\n\n**From Github**\n```\npip install git+https://github.com/xHossein/radiojavanapi@master\n```\n\n## Basic Usage\n\n```python\nfrom radiojavanapi import Client\n\n# Create a Client instance and get a song info. \nclient = Client()\nsong = client.get_song_by_url(\n            'https://play.radiojavan.com/song/sijal-baz-mirim-baham-(ft-sami-low)')\n\nprint(f\"\"\"\n        Name: {song.name}\n        Artist: {song.artist}\n        HQ-Link: {song.hq_link}\n\"\"\")\n\n```\n\u003cdetails\u003e\n    \u003csummary\u003eShow Output\u003c/summary\u003e\n\n```\nName: Baz Mirim Baham (Ft Sami Low)\nArtist: Sijal\nHQ-Link: https://host2.mediacon-rj.app/media/mp3/aac-256/99926-cf9dd3814907dbb.m4a\n```\n\u003c/details\u003e\n\n## Documentation\nYou can find the documentation [here](https://xhossein.github.io/radiojavanapi/).\n\n## Support\n\n- Create a [GitHub issue](https://github.com/xHossein/radiojavanapi/issues) for bug reports, feature requests, or questions\n- Add a ⭐️ [star on GitHub](https://github.com/xHossein/radiojavanapi) to support the project!\n\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## Changelog\nYou can find this repository's changelog [here](https://github.com/xHossein/radiojavanapi/blob/master/CHANGELOG.md).\n\n## License\nThis project is licensed under the [MIT license](https://choosealicense.com/licenses/mit/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxhossein%2Fradiojavanapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxhossein%2Fradiojavanapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxhossein%2Fradiojavanapi/lists"}