Twitter API v2 copy
  1. Schemas
Twitter API v2 copy
  • General
    • Returns the open api spec document.
  • Spaces
    • Space lookup up Space IDs
    • Space lookup by their creators
    • Search for Spaces
    • Space lookup by Space ID
  • Tweets
    • Tweet lookup by Tweet IDs
    • Full archive search counts
    • Recent search counts
    • Sample stream
    • Full-archive search
    • Recent search
    • Filtered stream
    • Rules lookup
    • Add/Delete rules
    • Tweet lookup by Tweet ID
    • Hide replies
    • Returns Tweet objects liked by the provided User ID
    • Causes the user (in the path) to like the specified tweet
    • Causes the user (in the path) to unlike the specified tweet
    • User mention timeline by User ID
    • Causes the user (in the path) to retweet the specified tweet
    • Causes the user (in the path) to unretweet the specified tweet
    • User Tweets timeline by User ID
  • Users
    • Returns user objects that have liked the provided Tweet ID
    • Returns user objects that have retweeted the provided Tweet ID
    • User lookup by IDs
    • User lookup by usernames
    • User lookup by username
    • User lookup by ID
    • Returns user objects that are blocked by provided user ID
    • Block User by User ID
    • Returns user objects that follow the provided user ID
    • Following by User ID
    • Follow User
    • Mute User by User ID
    • Unblock User by User ID
    • Unfollow User
    • Unmute User by User ID
  • Schemas
    • Schemas
      • AddOrDeleteRulesRequest
      • AddOrDeleteRulesResponse
      • AddRulesRequest
      • AddRulesResponse
      • AnimatedGif
      • CashtagEntity
      • CashtagFields
      • ClientDisconnectedProblem
      • ClientForbiddenProblem
      • CommonMediaFields
      • ComplianceJob
      • ComplianceJobName
      • ComplianceJobStatus
      • ComplianceJobType
      • ConflictProblem
      • ConnectionExceptionProblem
      • ContextAnnotation
      • ContextAnnotationDomainFields
      • ContextAnnotationEntityFields
      • CountryCode
      • CreatedAt
      • DeleteRulesRequest
      • DeleteRulesResponse
      • DisallowedResourceProblem
      • DownloadExpiration
      • DownloadUrl
      • DuplicateRuleProblem
      • End
      • EntityIndicesInclusiveExclusive
      • EntityIndicesInclusiveInclusive
      • Error
      • Expansions
      • FieldUnauthorizedProblem
      • FilteredStreamingTweet
      • FullTextEntities
      • GenericMultipleUsersLookupResponse
      • GenericProblem
      • GenericTweetsTimelineResponse
      • Geo
      • Granularity
      • HTTPStatusCode
      • HashtagEntity
      • HashtagFields
      • InvalidRequestProblem
      • InvalidRuleProblem
      • JobId
      • Media
      • MediaHeight
      • MediaKey
      • MediaWidth
      • MentionEntity
      • MentionFields
      • MultiComplianceJobResponse
      • MultiSpaceLookupResponse
      • MultiTweetLookupResponse
      • MultiUserLookupResponse
      • OperationalDisconnectProblem
      • Photo
      • Place
      • PlaceId
      • PlaceType
      • Point
      • Poll
      • PollId
      • PollOption
      • Position
      • Problem
      • ProblemFields
      • ReplySettings
      • ResourceNotFoundProblem
      • ResourceUnauthorizedProblem
      • ResourceUnavailableProblem
      • Rule
      • RuleId
      • RuleNoId
      • RuleTag
      • RuleValue
      • RulesCapProblem
      • RulesRequestSummary
      • RulesResponseMetadata
      • SearchCount
      • SingleComplianceJobResponse
      • SingleSpaceLookupResponse
      • SingleTweetLookupResponse
      • SingleUserLookupResponse
      • Space
      • SpaceID
      • Start
      • StreamingTweet
      • Tweet
      • TweetCount
      • TweetCountsResponse
      • TweetDeleteResponse
      • TweetID
      • TweetSearchResponse
      • TweetWithheld
      • URL
      • URLFields
      • URLImage
      • UnsupportedAuthenticationProblem
      • UploadExpiration
      • UploadUrl
      • UrlEntity
      • UsageCapExceededProblem
      • User
      • UserID
      • UserName
      • UserWithheld
      • UsersBlockingMutationResponse
      • UsersFollowingCreateResponse
      • UsersFollowingDeleteResponse
      • UsersFollowingLookupResponse
      • UsersLikesCreateRequest
      • UsersLikesCreateResponse
      • UsersLikesDeleteResponse
      • UsersMutingMutationResponse
      • UsersRetweetsCreateRequest
      • UsersRetweetsCreateResponse
      • UsersRetweetsDeleteResponse
      • Video
    • Response
      • HttpErrorResponse
  1. Schemas

RulesCapProblem

You have exceeded the maximum number of rules.

{
    "detail": "string",
    "title": "string",
    "type": "https://api.twitter.com/2/problems/rule-cap"
}
Built with