home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2023-09-18-64e8edeb-25415-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
c3a3a037445016dda4796c6ee5e2b2d2d616471f Name of donor: Aintree Racecourse Company Ltd Address of donor: Aintree Racecourse, Aintree, Liverpool L9 5AS Amount of donation or nature and value if donation in kind: Hospitality for two people at the Grand National, value £838.80 Date received: 15 April 2023 Date accepted: 15 April 2023 Donor status: company, registration 01612616 (Registered 09 May 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-09-18   Kevin Hollinrake uk.org.publicwhip/person/25415 0 2023-09-18-64e8edeb-25415-0
beb692f2c40292576edb53389182181f250034f8 Name of donor: Sky UK Ltd Address of donor: Grant Way, Isleworth TW7 5QD Amount of donation or nature and value if donation in kind: Two tickets with hospitality for a test match at Lord’s, total value £800 Date received: 26 June 2023 Date accepted: 26 June 2023 Donor status: company, registration 02906991 (Registered 06 July 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-09-18   Kevin Hollinrake uk.org.publicwhip/person/25415 1 2023-09-18-64e8edeb-25415-0
836068577e1ccf81c4d3d5f293d9151f04f5cfb1 Name of donor: PRS for Music Ltd Address of donor: 1st Floor, Goldings House, 2 Hays Lane, London SE1 2HB Amount of donation or nature and value if donation in kind: Two tickets (£650 each), accommodation (£422 per person), meals (£126 per person) and shuttlebus (£33 per person) at Glastonbury, total value £2,462 Date received: 22-26 June 2023 Date accepted: 22 June 2023 Donor status: company, registration 03444246 (Registered 12 July 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-09-18   Kevin Hollinrake uk.org.publicwhip/person/25415 2 2023-09-18-64e8edeb-25415-0
8ad89567a941b438522697d8ab0342fa8b09182c Name of donor: Betting and Gaming Council Address of donor: 1 Bedford Row, London WC1R 4BU Amount of donation or nature and value if donation in kind: Ticket with hospitality for Australia vs England cricket match at Headingley, value £851.39 Date received: 8 July 2023 Date accepted: 8 July 2023 Donor status: company, registration 12213577 (Registered 13 July 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-09-18   Kevin Hollinrake uk.org.publicwhip/person/25415 3 2023-09-18-64e8edeb-25415-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 81.542ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette