Reservist WP2 Fab Lab Network Integration ========================================== ## Fablabs.io Fablabs.io is a collection of online resources for the international Fab Lab community. The current official list of Fab Labs shares the same principles, tools, and philosophy around the future of technology and its role in society. ![](https://i.imgur.com/ES72vm6.png) ### Website #### Fab Labs list https://fablabs.io/labs #### Fab Labs list with "Corona" filter :::info :pencil: Filter integrated as part of the reservist project. We performed multiple surveys on the Fab Lab network to map which labs engaged in activities to support the COVID-19 crisis or were willing to contribute to similar actions in the future. ::: https://fablabs.io/labs?utf8=%E2%9C%93&q%5Bcountry_code_eq%5D=&q%5Bactivity_status_eq%5D=corona&q%5Blab_tags_id_in%5D%5B%5D=&per=25&commit=Filter ### Webservice :::info :information_source: No authentication required. The end-point might evolve but versioning `/0/` is in place to avoid breaking changes. ::: https://api.fablabs.io/0/labs.json #### Relevant properties ##### Capabilities `capabilities` property lists the capabilities available for each lab. See the example below: ```json "capabilities": [ "three_d_printing", "cnc_milling", ] ``` List of available capabilities: :::warning :warning: Currently a fixed list, not yet available programmatically ::: * `three_d_printing` * `cnc_milling` * `circuit_production` * `laser` * `precision_milling` * `vinyl_cutting` See english language localization example `locales/en.yml` [here](https://github.com/fablabbcn/fablabs.io/blob/1c13815b27fa02683d17b6eb2b50b58e34784d92/config/locales/en.yml#L3-L9). ##### Activity Status `activity_status` property lists the status for each lab. See the example below: ```json "activity_status": "corona" ``` List of available activity status: :::warning :warning: Currently a fixed list, not yet available programmatically ::: :::info :pencil: Filter integrated as part of the reservist project. We performed multiple surveys on the Fab Lab network to map which labs engaged in activities to support the COVID-19 crisis or were willing to contribute to similar actions in the future. ::: * `planned`, * `active`, * `corona`, * `closed` #### Localization See languages available [here](https://github.com/fablabbcn/fablabs.io/tree/master/config/locales )