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 = "2020-09-01-64e8edeb-25866-0" sorted by sort_order

✎ 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
e630687f17ac25e394fcb2f9ab850bb18ccf6297 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 2020-09-01   James Wild uk.org.publicwhip/person/25866 0 2020-09-01-64e8edeb-25866-0
c9dc89868d8ff1f236aa54ab3a2413cc7a145cb3 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 2020-09-01   James Wild uk.org.publicwhip/person/25866 1 2020-09-01-64e8edeb-25866-0
42dd1de814bdaeceb3796d5d1a839ea31f38c486 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 2020-09-01   James Wild uk.org.publicwhip/person/25866 2 2020-09-01-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 15.204ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette