home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

10 rows where record_id = "2010-04-12-8f616a6e-10498-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
f2a4b806e8a140b1db70f52014a1a0f5a486494e Name of donor: Ted Watts Sponsorships 8f616a6e 2010-04-12 Nick Raynsford uk.org.publicwhip/member/1602 Nick Raynsford uk.org.publicwhip/person/10498 0 2010-04-12-8f616a6e-10498-0
bd74fa94c66491fa76d25deaf3bb09bd510948c4 Address of donor: private Sponsorships 8f616a6e 2010-04-12 Nick Raynsford uk.org.publicwhip/member/1602 Nick Raynsford uk.org.publicwhip/person/10498 1 2010-04-12-8f616a6e-10498-0
eef91f3de595242dfaf4c64aba544e55f06cfbcb Amount of donation or nature and value if donation in kind: donation to my constituency association of £5,000 Sponsorships 8f616a6e 2010-04-12 Nick Raynsford uk.org.publicwhip/member/1602 Nick Raynsford uk.org.publicwhip/person/10498 2 2010-04-12-8f616a6e-10498-0
4072b7fefa1e7fcf9d9baf292814543e01451694 Donor status: Individual Sponsorships 8f616a6e 2010-04-12 Nick Raynsford uk.org.publicwhip/member/1602 Nick Raynsford uk.org.publicwhip/person/10498 3 2010-04-12-8f616a6e-10498-0
9ba68cd4b523f10149db8af6ed83268431d1fb30 (Registered 3 September 2009) Sponsorships 8f616a6e 2010-04-12 Nick Raynsford uk.org.publicwhip/member/1602 Nick Raynsford uk.org.publicwhip/person/10498 4 2010-04-12-8f616a6e-10498-0
29d79e214954cefb61325433c77839b12918ace8 Name of donor: Stef Stefanou Sponsorships 8f616a6e 2010-04-12 Nick Raynsford uk.org.publicwhip/member/1602 Nick Raynsford uk.org.publicwhip/person/10498 5 2010-04-12-8f616a6e-10498-0
a2b45c708e44481031d56b2b3caf3ec4f488910b Address of donor: private Sponsorships 8f616a6e 2010-04-12 Nick Raynsford uk.org.publicwhip/member/1602 Nick Raynsford uk.org.publicwhip/person/10498 6 2010-04-12-8f616a6e-10498-0
cf3e525bc3617980ba22bd5650cc1d50e6b81cdd Amount of donation or nature and value if donation in kind: £3,000 donated to my constituency party, which will be making a separate return to the Electoral Commission. Sponsorships 8f616a6e 2010-04-12 Nick Raynsford uk.org.publicwhip/member/1602 Nick Raynsford uk.org.publicwhip/person/10498 7 2010-04-12-8f616a6e-10498-0
4b738a32bb40a2d96e0ae6e4f3d78bfe74fd65ad Donor status: individual Sponsorships 8f616a6e 2010-04-12 Nick Raynsford uk.org.publicwhip/member/1602 Nick Raynsford uk.org.publicwhip/person/10498 8 2010-04-12-8f616a6e-10498-0
5459f8ece898d6302e75afd62eb38580350b8b82 (Registered 10 March 2010) Sponsorships 8f616a6e 2010-04-12 Nick Raynsford uk.org.publicwhip/member/1602 Nick Raynsford uk.org.publicwhip/person/10498 9 2010-04-12-8f616a6e-10498-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 38.57ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette