home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

2 rows where record_id = "2023-10-30-891eb863-25614-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
14f40628b8fe21be637a376ca6c08263526f9784 Name of donor: Coalition for Global Prosperity Address of donor: 1 Horse Guards Parade, London SW1A 2HU Estimate of the probable value (or amount of any donation): Travel £1,982.60, accommodation £569.26, subsistence £769.23, total value £3,321.09 Destination of visit: Washington DC, USA Dates of visit: 12-16 February 2023 Purpose of visit: Fact-finding political delegation to strengthen transatlantic relations on development, defence and diplomacy and to meet American politicians, policymakers and experts. (Registered 21 February 2023) Visits outside the UK 891eb863 2023-10-30   Vicky Ford uk.org.publicwhip/person/25614 0 2023-10-30-891eb863-25614-0
3b1d3eacda198519ba5e4796057f07c242910014 Name of donor: Conservative Environment Network Address of donor: 9 Byford Court Crockatt Road, Hadleigh, Ipswich IP7 6RD Estimate of the probable value (or amount of any donation): Flights, hotel accommodation, taxis, food and drink, total value £1,640 Destination of visit: Bergen and Oslo, Norway Dates of visit: 25-28 September 2023 Purpose of visit: To undertake site visits to energy projects and to meet members of the Conservative Party in Norway to discuss environmental issues. (Registered 16 October 2023) Visits outside the UK 891eb863 2023-10-30   Vicky Ford uk.org.publicwhip/person/25614 1 2023-10-30-891eb863-25614-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE items (
        hash VARCHAR(40) NOT NULL,
        item TEXT,
        category_id TEXT,
        date TEXT,
        member_id TEXT,
        person_id TEXT,
        sort_order INTEGER,
        record_id TEXT,
        PRIMARY KEY (hash),
        FOREIGN KEY ("category_id") REFERENCES [categories](id),
        FOREIGN KEY ("member_id") REFERENCES [members](id),
        FOREIGN KEY ("person_id") REFERENCES [people](id)
    );
CREATE INDEX items_date ON items("date");
CREATE INDEX items_category_id ON items("category_id");
CREATE INDEX items_member_id ON items("member_id");
CREATE INDEX items_person_id ON items("person_id");
CREATE INDEX items_record_id ON items("record_id");
Powered by Datasette · Queries took 30.136ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette