Models
User models
User
Field
Type
Description
id
string
Unique ID
name
string
User display name
avatar
string
URL of the user profile picture
created_at
integer
UTC timestamp of user creation date
badges
array of Badge objects
The badges the user has collected
Badge
Field
Type
Description
id
string
Unique ID
name
string
Badge name
url
string
Asset URL
Listing
Field
Type
Description
title
string
Title of the listing
type
ListingType enum
The type of listing, provided as a string
description
string
User description of listing
author
User object
The user who posted this listing
created_at
integer
UTC timestamp of listing creation date
open
boolean
Listing state
ListingType
Enum value
partsWanted
partsAvailable
skillsWanted
skillsAvailable
Resource models
Resource
Field
Type
Description
source
string
Name of the website this resource came from
title
string
Title of the resource
url
string
URL
Last updated
Was this helpful?