{"id":23050631,"url":"https://github.com/theel0ja/topfield_tf600_api","last_synced_at":"2025-04-03T03:42:13.874Z","repository":{"id":82547408,"uuid":"76893142","full_name":"theel0ja/Topfield_TF600_API","owner":"theel0ja","description":"JSON API for Topfield TF600 (and maybe other models)","archived":false,"fork":false,"pushed_at":"2017-08-09T17:19:53.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T17:44:29.393Z","etag":null,"topics":["json-api","topfield"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/theel0ja.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":"2016-12-19T20:00:59.000Z","updated_at":"2017-06-06T14:30:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"7191529f-4fc5-4f5e-81f5-7334e881717e","html_url":"https://github.com/theel0ja/Topfield_TF600_API","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theel0ja%2FTopfield_TF600_API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theel0ja%2FTopfield_TF600_API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theel0ja%2FTopfield_TF600_API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theel0ja%2FTopfield_TF600_API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theel0ja","download_url":"https://codeload.github.com/theel0ja/Topfield_TF600_API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246933356,"owners_count":20857052,"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":["json-api","topfield"],"created_at":"2024-12-15T23:35:07.418Z","updated_at":"2025-04-03T03:42:13.844Z","avatar_url":"https://github.com/theel0ja.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Topfield_TF600_API\nUnofficial JSON API for Topfield TF600, what get data from Topfield digibox's WLAN web interface.\n\n## Tested with\n\n* **Topfield TF600PVRc**\n* Downloading Software Version (translate (not that the box says)) **C1.19**\n* Laiteversio (3rd in Receiver Status menu) **5.4.0**\n* Software Version **TF-NNPCCF 3.19**\n* Laiteversio (5rd in Receiver Status Menu) **v.1.00**\n* Last update **January 14 2008**\n\n## How to use\nThis don't have much features (more is coming), but there are current features:\n\n### Get channel list\n`http://path.to/your.api/channels`\n\nExample response:\n```json\n{\n    \"1\": {\n        \"id\": \"1\",\n        \"name\": \"Yle TV1\"\n    },\n    \"2\": {\n        \"id\": \"2\",\n        \"name\": \"Yle TV2\"\n    },\n    \"3\": {\n        \"id\": \"3\",\n        \"name\": \"MTV3\"\n    },\n    \"4\": {\n        \"id\": \"4\",\n        \"name\": \"Nelonen\"\n    }\n}\n```\n\n### Get harddisk usage\n`http://path.to/your.api/harddisk`\n\nExample response:\n```json\n{\n    \"total_space\": \"305242\",\n    \"occupied_space\": \"302302\",\n    \"used_space\": 299362,\n    \"free_space\": \"2940\"\n}\n```\nThe values are in megabytes.\n\n### Get box time\n`http://path.to/your.api/harddisk`\n\nExample response:\n```json\n{\n    \"year\": \"2016\",\n    \"month\": \"12\",\n    \"day\": \"20\",\n    \"hour\": \"15\",\n    \"minute\": \"43\",\n    \"second\": \"49\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheel0ja%2Ftopfield_tf600_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheel0ja%2Ftopfield_tf600_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheel0ja%2Ftopfield_tf600_api/lists"}