L7 - Employment of Legislators and State Officials
Discloses a lobbyist's or lobbyist employer's employment of a member of the legislature, an employee of the legislature, a member of a state board or commission, or a full-time state employee, if the employee remains partially employed by the state. RCW 42.17A.645*
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"wa-gov/l7-employment-of-legislators-and-state-officials-ef7g-tyg8\".\"l7_employment_of_legislators_and_state_officials\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.