Shared
Shared
Shared
Pagination Links
Links to use for pagination
ShowShow
URL of this page
URL of the next page, if any
URL of the previous page, if any
Result Set
Result of executing an SQL statement.
ShowShow
Names of columns.
Names of columns can be defined using the AS
keyword in SQL:
SELECT author AS author, COUNT(*) AS count FROM books GROUP BY author
Types of columns.
The types are currently shown for types declared in a SQL table. For column types of function calls, for example, an empty string is returned.
Rows produced by the statement.
Number of rows that were affected by an UPDATE, INSERT or DELETE operation.
This value is not specified for other SQL statements.
ROWID of the last inserted row.
This value is not specified if the SQL statement was not an INSERT or if the table was not a ROWID table.
Hide ParametersShow Parameters
User
User object
ShowShow
The ID of this user
The user’s biography, if they have provided one
Hide ParametersShow Parameters
URL of this user on this API
URL that points to the user’s profile image, if one exists
URL of this user’s profile on Val Town’s website
The user’s handle that they chose for themselves. Does not include the @ symbol
Val
A Val
ShowShow
The id of the val
Hide ParametersShow Parameters
The URL of this val's image
Hide ParametersShow Parameters
The URL of this resource on Val Town
The URL of this resource on this API
This resource's privacy setting. Unlisted resources do not appear on profile pages or elsewhere, but you can link to them.