The DSA Transparency Database collects the statements of reasons submitted by providers of online platforms to the Commission, in accordance with Article 24(5) of the DSA to enable scrutiny over the content moderation decisions of the providers of online platforms and to monitor the spread of illegal and other harmful content online.
The Transparency Database has an API that allows providers of online platforms that issue large numbers of statements of reasons to submit them without using the web interface. To learn about the capabilities of the API, you can consult the API documentation.
The Commission is considering a Search API that allows interested individuals, in particular from the research community, to extract large volumes of data from the database, in future releases of the database.
- php 8.1
- Mysql 8
Begin by cloning this repository to your machine, and installing Composer dependencies.
git clone https://github.com/digital-services-act/transparency-database
cd dsa-module2 && composer install
Create a local database
Create .env
based on .env.example
file, and add your database credentials and the email that will be set as
administrator.
Bootstrap the application
php artisan key:generate
chmod -R 777 storage
php artisan migrate:fresh --seed
php artisan reset-application
$ php artisan serve
$BROWSER 'https://127.0.0.1:8000'
$ php artisan test
You can speed up tests by running them in parallel:
$ php artisan test --parallel
To use the authenticated parts of the application you will need to have an EU login account.
Additionally, your local installation will need to be hosted on a domain that ends with "europa.eu".
ex, https://transparency.test.europa.eu
DSA Transparency Database is licensed under GPLv2. See LICENSE.txt for more information.