Help Restore Your Country

Use the simple guides below to get started researching law, building out databases, analysing information you want to present, and asking questions.

Accessing UK Legislation

UK law is immensely complex. Primary legislation (bills) spawn endless secondary legislation (orders, regulations, amendments, schedules, etc) which can become extremely difficult to track. Entire acts or their sections are superseded, amended, repealed, cited, consolidated, and so on. What is in effect at the current moment is a snapshot.

Accessing UK Case Law

Third parties may apply in writing using Form EX107 for court transcripts under Civil Procedure Rules (CPR Part 5.4C or Criminal Procedure Rules), for a fee, with the court’s permission.

Accessing Government Information

You have rights under UK law to be provided with information about the information the government or other institutions hold about you and what you are paying taxes for.

Statistical Data

Making Freedom of Information (FOIA) Requests

The Freedom of Information Act 2000 gives anyone the right to request recorded information from UK public authorities (e.g. government departments, NHS, councils) within 20 working days. Requests can be refused for cost (s.12) or specific exemptions (s.21–44). You don’t need to be a UK citizen or resident, and can demand they disclose information they hold about policies, decisions, statistics, emails, reports, etc.

  • The simplest way to make an FOIA is to use the free online service by the charity What Do They Know.

Making Subject Access (SAR) Requests

Section 45 of the Data Protection Act 2018, referring to Article 15 of the UK GDPR gives you the right to make a Subject Access Request for the personal data an organisation holds about you (e.g. emails, medical files, HR records) within a month. These can also be restricted (e.g. for crime prevention, journalism, legal privilege, management forecasting). Only you can apply.

Accessing Institutional/Background Records

Broadly speaking, although the UK doesn't publish criminal offenders or mugshots, there are a lot of places which legally provide information on the behaviour of individuals and companies - if you know where to look.

Accessing Academic Literature

If you're looking for background information produced in universities or published in journals to supplement your research (such as statistical data, evidence, methodology etc), most is freely available to anyone. They are indexed in library catalogues and union catalogues, typically published by CalmView, and known as tools for bibliographic discovery.

Mining Authoritative Data Sources

There are thousands of tools to rip and chunk data, depending on whether you roll your own code or want something off-the-shelf. If you're new, for speed/power you want Go or Rust, for flexibility learn some Python, for statistics pick up R, and if you just want to hack everything to pieces, there's Node.

Storing & Analysing Data

If you're downloading or generating data, you'll want a way to store it and query it. Most software professionals understand the options already, but if you're a hobbyist or beginner, you'll want to learn a little SQL and transfer information between places in CSV format. If you're after something as simple as possible, just use Google Sheets.

  • For a free cross-platform database GUI with support across all major servers, use DBeaver.
  • If you want "spreadsheet-like" format with "vertical" tables of rows and columns (a relational database, or RDBMS), the most popular free open source kinds are SQLite, PostgreSQL, MySQL (aka MariaDB), and SQL Server. If you're not sure, PostgreSQL typically offers the most features and flexibility, but it tends to be more strict.
  • If you want unstructured "horizontal" data without SQL stored like a JSON document, the most popular open source kinds are MongoDB, Redis, Elasticsearch, Cassandra, and HBase. If you're not sure, use MongoDB with its GUI, Compass. If you specifically want powerful linguistics and search specialties, use Elasticsearch.
  • If you are analysing geometric spatial data for mapping, you can use ArcGIS, SpatiaLite, add PostGIS to PostgreSQL, or use Mongo/Elasticsearch's in-built support for GeoJSON.
  • If you need to map relationships between people or things, use a free open source node graph database like Neo4j.
  • If your data needs to talk to an LLM, you will need to be able to do vector similarity searching, which is best handled by Chroma, Pinecone, Weaviate, PostgreSQL, Mongo, or Elasticsearch.
  • To automatically generate sophisticated, attractive graphs, hook your database up to the free open source visualisation dashboard server Grafana or Redash.
  • If you want a way for people to send you sensitive information in a secure way, set up a whistleblower platform using SecureDrop.

Contacting Your Representative

Your Member of Parliament (MP) is your attorney and representative in the UK legislative assembly under the Representation of the People Act 1983. Despite appearances, they are there to serve you. Every UK citizen has the right to contact their MP to raise issues, seek assistance, or express views on legislation and government policy. It's their job. Article 9 of the Bill of Rights 1689 protects MPs’ right to raise matters freely in Parliament, including issues submitted by constituents.

  • You can find the useless empty shirt assigned to you on Parliament's website.
  • The same site provides them a dedicated profile page.
  • The parliamentary procedures and the constitutional conventions they have to understand are in a book called Erskine May (named after the author).
  • The nonsense they talk is recorded in an official transcript named Hansard.
  • Parliament records and publishes how they vote.
  • You can email them directly for free using WriteToThem.
  • You can track their financial interests, written answers, and voting records on TheyWorkForYou.
  • You can see how often they violate their own party's ideas on PublicWhip.
  • You can tell them what's broken in your road via FixMyStreet.

If you're lucky, they even hold “surgeries” (face-to-face meetings) where you can explain your grievances, and be punched in the face for it. If someone else isn't already trying to kill them.

Self-Publishing Tools

You don't need to go through a publishing company if you don't want to, or suspect you might experience political opposition from activist staff. You can produce and distribute entire books at virtually zero cost via print-on-demand.

  • You can buy ISBNs from Nielsen, who are the official UK supplier. In the US, you will need to buy them from Bowker.
  • The UK government provides official information on copyright protection. In the US, you can use the Library of Congress PCN Program.
  • To write your book and export it with full professional typesetting (as PDF or ePub), the only choice is the amazing Reedsy Studio (freemium).
  • You can improve your writing with tools such as ProWritingAidGrammarly, and Hemingway
  • You can check for accidental plagiarism using Copyscape.
  • Instead of hiring an editor or proofreader or translator, you can use a commercial AI assistant or anonymous AI model through HuggingFace Chat.
  • You can obtain free open source fonts from Google Fonts.
  • If you're on a budget and don't have Adobe InDesign, Scribus is free open source software which is just as good.
  • If you're on a budget and don't have Adobe Illustrator, Inkscape is free open source software which is just as good.
  • If you're really on a budget and need to edit photos without Adobe Photoshop, you can use the free service from Photopea.
  • High-quality print images can be generated for pennies using models such as Flux Pro.
  • For converting between e-book formats, Calibre is free open source reader software which comes as a reader and a server.
  • You can find audio narrators at Amazon's Audiobook Creation Exchange.
  • You can publish your print or electronic book yourself directly to Amazon, Barnes & Noble etc via the world's largest distributor, Ingram Content Group. They have a free self-publishing service named Ingram Spark.

AI Processing Tools

ChatGPT, Claude, Grok, Gemini, Llama, and Deepseek will usually be enough for most people's needs. But if you want to go further, there's plenty of others.