TechStacks!

<back to all web services

Overview

Site
The following routes are available for this service:
All Verbs/overview
Overview Parameters:
NameParameterData TypeRequiredDescription
ReloadqueryboolNo
OverviewResponse Parameters:
NameParameterData TypeRequiredDescription
CreatedformDateTimeNo
TopUsersformList<UserInfo>Yes
TopTechnologiesformList<TechnologyInfo>Yes
LatestTechStacksformList<TechStackDetails>Yes
PopularTechStacksformList<TechnologyStack>Yes
AllOrganizationsformList<OrganizationInfo>Yes
TopTechnologiesByTierformDictionary<string, List<TechnologyInfo>>Yes
ResponseStatusformResponseStatusYes
UserInfo Parameters:
NameParameterData TypeRequiredDescription
UserNameformstringYes
AvatarUrlformstringYes
StacksCountformintNo
TechnologyInfo Parameters:
NameParameterData TypeRequiredDescription
TierformTechnologyTierNo
SlugformstringYes
NameformstringYes
LogoUrlformstringYes
StacksCountformintNo
TechnologyTier Enum:
ProgrammingLanguageProgramming Languages
ClientClient Libraries
HttpHTTP Server Technologies
ServerServer Libraries
DataDatabases and NoSQL Datastores
SoftwareInfrastructureServer Software
OperatingSystemOperating Systems
HardwareInfrastructureCloud/Hardware Infrastructure
ThirdPartyServices3rd Party APIs/Services
TechStackDetails Parameters:
NameParameterData TypeRequiredDescription
TechnologyChoicesformList<TechnologyInStack>Yes
TechnologyStackBase Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
NameformstringYes
VendorNameformstringYes
DescriptionformstringYes
AppUrlformstringYes
ScreenshotUrlformstringYes
CreatedformDateTimeNo
CreatedByformstringYes
LastModifiedformDateTimeNo
LastModifiedByformstringYes
IsLockedformboolNo
OwnerIdformstringYes
SlugformstringYes
DetailsformstringYes
DetailsHtmlformstringYes
LastStatusUpdateformDateTime?No
OrganizationIdformint?No
CommentsPostIdformlong?No
ViewCountformintNo
FavCountformintNo
TechnologyInStack Parameters:
NameParameterData TypeRequiredDescription
TechnologyIdformlongNo
TechnologyStackIdformlongNo
JustificationformstringYes
TechnologyBase Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
NameformstringYes
VendorNameformstringYes
VendorUrlformstringYes
ProductUrlformstringYes
LogoUrlformstringYes
DescriptionformstringYes
CreatedformDateTimeNo
CreatedByformstringYes
LastModifiedformDateTimeNo
LastModifiedByformstringYes
OwnerIdformstringYes
SlugformstringYes
LogoApprovedformboolNo
IsLockedformboolNo
TierformTechnologyTierNo
LastStatusUpdateformDateTime?No
OrganizationIdformint?No
CommentsPostIdformlong?No
ViewCountformintNo
FavCountformintNo
OrganizationInfo Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
NameformstringYes
SlugformstringYes
RefIdformlong?No
RefSourceformstringYes
UpVotesformlong?No
DownVotesformlong?No
MembersCountformlongNo
RankformintNo
DisableInvitesformbool?No
LangformstringYes
PostTypesformstring[]Yes
ModeratorPostTypesformstring[]Yes
LockedformDateTime?No
LabelsformList<LabelInfo>Yes
CategoriesformList<CategoryInfo>Yes
LabelInfo Parameters:
NameParameterData TypeRequiredDescription
SlugformstringYes
ColorformstringYes
CategoryInfo Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
NameformstringYes
SlugformstringYes

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /overview HTTP/1.1 
Host: techstacks.io 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"reload":false}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"created":"0001-01-01T00:00:00.0000000","topUsers":[{"userName":"String","avatarUrl":"String","stacksCount":0}],"topTechnologies":[{"tier":"ProgrammingLanguage","slug":"String","name":"String","logoUrl":"String","stacksCount":0}],"latestTechStacks":[{"technologyChoices":[{"technologyId":0,"technologyStackId":0,"justification":"String","id":0,"name":"String","vendorName":"String","vendorUrl":"String","productUrl":"String","logoUrl":"String","description":"String","created":"0001-01-01T00:00:00.0000000","createdBy":"String","lastModified":"0001-01-01T00:00:00.0000000","lastModifiedBy":"String","ownerId":"String","slug":"String","logoApproved":false,"isLocked":false,"tier":"ProgrammingLanguage","lastStatusUpdate":"0001-01-01T00:00:00.0000000","organizationId":0,"commentsPostId":0,"viewCount":0,"favCount":0}],"id":0,"name":"String","vendorName":"String","description":"String","appUrl":"String","screenshotUrl":"String","created":"0001-01-01T00:00:00.0000000","createdBy":"String","lastModified":"0001-01-01T00:00:00.0000000","lastModifiedBy":"String","isLocked":false,"ownerId":"String","slug":"String","details":"String","detailsHtml":"String","lastStatusUpdate":"0001-01-01T00:00:00.0000000","organizationId":0,"commentsPostId":0,"viewCount":0,"favCount":0}],"popularTechStacks":[{"id":0,"name":"String","vendorName":"String","description":"String","appUrl":"String","screenshotUrl":"String","created":"0001-01-01T00:00:00.0000000","createdBy":"String","lastModified":"0001-01-01T00:00:00.0000000","lastModifiedBy":"String","isLocked":false,"ownerId":"String","slug":"String","details":"String","detailsHtml":"String","lastStatusUpdate":"0001-01-01T00:00:00.0000000","organizationId":0,"commentsPostId":0,"viewCount":0,"favCount":0}],"allOrganizations":[{"id":0,"name":"String","slug":"String","refId":0,"refSource":"String","upVotes":0,"downVotes":0,"membersCount":0,"rank":0,"disableInvites":false,"lang":"String","postTypes":["String"],"moderatorPostTypes":["String"],"locked":"0001-01-01T00:00:00.0000000","labels":[{"slug":"String","color":"String"}],"categories":[{"id":0,"name":"String","slug":"String"}]}],"topTechnologiesByTier":{"String":[{"tier":"ProgrammingLanguage","slug":"String","name":"String","logoUrl":"String","stacksCount":0}]},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}