Skip to content

m0n4/Freebox-OS-API-V6-without-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Freebox OS API V6 without App

Allow API request to Freebox OS without authorization of application on the Freebox front panel (no app_token).

Web App password is required.

Requirement

Python ≥ 2.7 (python 3 compatible)

  • requests
  • texttable (display only)
  • js2py

Output

+-----------------+----------------------------------+
|       API       |           api_version            |
+=================+==================================+
| https_port      | 24321                            |
+-----------------+----------------------------------+
| box_model       | fbxgw-r2/full                    |
+-----------------+----------------------------------+
| device_name     | Freebox Server                   |
+-----------------+----------------------------------+
| https_available | 1                                |
+-----------------+----------------------------------+
| api_version     | 6                                |
+-----------------+----------------------------------+
| device_type     | FreeboxServer1,2                 |
+-----------------+----------------------------------+
| uid             | 4101bef8794fed986e95dfb54850c68b |
+-----------------+----------------------------------+
| api_domain      |  7b4n1q31.fbxos.fr               |
+-----------------+----------------------------------+
| api_base_url    | /api/                            |
+-----------------+----------------------------------+
| box_model_name  | Freebox Server (r2)              |
+-----------------+----------------------------------+

+------------------+--------------+
|       API        | wifi/config/ |
+==================+==============+
| mac_filter_state | disabled     |
+------------------+--------------+
| enabled          | 1            |
+------------------+--------------+

+------------------------+--------------------+
|          API           | connection/config/ |
+========================+====================+
| remote_access_min_port | 0                  |
+------------------------+--------------------+
| https_port             | 24320              |
+------------------------+--------------------+
| wol                    | 0                  |
+------------------------+--------------------+
| disable_guest          | 0                  |
+------------------------+--------------------+
| remote_access_ip       | 212.27.48.10       |
+------------------------+--------------------+
| ping                   | 1                  |
+------------------------+--------------------+
| adblock_not_set        | 0                  |
+------------------------+--------------------+
| allow_token_request    | 0                  |
+------------------------+--------------------+
| adblock                | 1                  |
+------------------------+--------------------+
| api_remote_access      | 0                  |
+------------------------+--------------------+
| https_available        | 1                  |
+------------------------+--------------------+
| is_secure_pass         | 0                  |
+------------------------+--------------------+
| remote_access          | 0                  |
+------------------------+--------------------+
| api_domain             | 7b4n1q31.fbxos.fr  |
+------------------------+--------------------+
| remote_access_max_port | 65535              |
+------------------------+--------------------+
| remote_access_port     | 53210              |
+------------------------+--------------------+

Releases

No releases published

Packages

No packages published

Languages