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-08-07-64e8edeb-24786-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
4e269d8f53bc2ec561819931df45626c48a06eeb Name of donor: Arwen AI Ltd Address of donor: Unit 11, Riverside Park Industrial Estate, Dogflud Way, Farnham GU9 7UG Amount of donation or nature and value if donation in kind: Twelve months' complimentary use of social media software, valued at £29.99 a month, total £359.88 Date received: 10 August 2022 - 9 August 2023 Date accepted: 10 August 202 Donor status: company, registration 12864591 (Registered 12 August 2022) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-08-07   Steven Baker uk.org.publicwhip/person/24786 0 2023-08-07-64e8edeb-24786-0
ba4684f4b794638c187507d4ee005f786652ea82 Name of donor: British Kebab Awards, Address of donor: c/o Centre for Turkey Studies, 239-241 Kennington Lane, London SE11 5QU Amount of donation or nature and value if donation in kind: One ticket to the awards presentation, value £360 Date received: 28 February 2023 Date accepted: 28 February 2023 Donor status: unincorporated association (Registered 08 March 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-08-07   Steven Baker uk.org.publicwhip/person/24786 1 2023-08-07-64e8edeb-24786-0
d20d61f2a5637ce7c112e3cf1d5f643fa37416a0 Name of donor: Wycombe Wanderers Football Club Ltd Address of donor: Adams Park, Hillbottom Road, High Wycombe HP12 4HJ Amount of donation or nature and value if donation in kind: Two tickets with hospitality for Wycombe Wanderers v Barnsley, value £175 Date received: 18 March 2023 Date accepted: 18 March 2023 Donor status: company, registration 05132509 (Registered 24 May 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-08-07   Steven Baker uk.org.publicwhip/person/24786 2 2023-08-07-64e8edeb-24786-0
3f93006aaa863bac2571580fcce1846578cfc13e Name of donor: Wycombe Wanderers Football Club Ltd Address of donor: Adams Park, Hillbottom Road, High Wycombe HP12 4HJ Amount of donation or nature and value if donation in kind: Two tickets with hospitality for Wycombe Wanderers v Cheltenham Town, value £175 Date received: 29 April 2023 Date accepted: 29 April 2023 Donor status: company, registration 05132509 (Registered 24 May 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-08-07   Steven Baker uk.org.publicwhip/person/24786 3 2023-08-07-64e8edeb-24786-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 165.111ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette