home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2021-01-18-64e8edeb-25866-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
4aea86f1a15c9e3ce286cd1590a64a8cd4735769 Name of donor: Lord Greville Howard of Rising Address of donor: private Amount of donation, or nature and value if donation in kind: Personal accommodation during the General Election Campaign, value £500 Date received: 12 November 2019 to 12 December 2019 Data accepted 12 November 2019 Donor status: individual (Registered 10 January 2020) Gifts, benefits and hospitality from UK sources 64e8edeb 2021-01-18   James Wild uk.org.publicwhip/person/25866 0 2021-01-18-64e8edeb-25866-0
901e4af59b28a9410436ce0476382e08c7540bb6 Name of donor: Pinewood Studios Group Address of donor: Pinewood Studios, Pinewood Road, Iver Heath SL0 0NH Amount of donation or nature and value if donation in kind: Ticket to the BAFTAs, value £1,150 Date received: 2 February 2020 Date accepted: 2 February 2020 Donor status: company, registration 03889552 (Registered 25 February 2020) Gifts, benefits and hospitality from UK sources 64e8edeb 2021-01-18   James Wild uk.org.publicwhip/person/25866 1 2021-01-18-64e8edeb-25866-0
93d58b6145b90f86b0195c4d8716ff08396b065a Name of donor: Barratt Developments PLC Address of donor: Barratt House, Cartwright Way, Forest Business Park, Bardon Hill, Coalville LE67 1UF Amount of donation or nature and value if donation in kind: Ticket to attend England vs Ireland Six Nations match with hospitality, value £800 Date received: 23 February 2020 Date accepted: 23 February 2020 Donor status: company, registration 00604574 (Registered 11 March 2020) Gifts, benefits and hospitality from UK sources 64e8edeb 2021-01-18   James Wild uk.org.publicwhip/person/25866 2 2021-01-18-64e8edeb-25866-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 115.176ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette